diff --git a/examples/osm-layer.html b/examples/osm-layer.html index f6184e9853..52dfbe9992 100644 --- a/examples/osm-layer.html +++ b/examples/osm-layer.html @@ -27,7 +27,7 @@ if (feature.geometry.CLASS_NAME == "OpenLayers.Geometry.Point") { type = "node"; } - text += "
  • " + feature.fid + ": Edit, API
  • "; + text += "
  • " + feature.osm_id + ": Edit, API
  • "; for (var key in feature.attributes) { text += "
  • " + key + ": " + feature.attributes[key] + "
  • "; }