Is it possible to display on the map only selection of features (by name or 
other property) from geojson containing a multiple locations - 
FeatureCollection.

Sample geojson:
{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "geometry": {
        "type": "Point",
        "coordinates": [
          13.190206,
          48.649078
        ]
      },
      "properties": {
        "name": "Albersdorf",
        "type": "Open",
        "elevation": ""
      }
    },
    {
      "type": "Feature",
      "geometry": {
        "type": "Point",
        "coordinates": [
          12.190206,
          48.649078
        ]
      },
      "properties": {
        "name": "Pfellnkofen",
        "type": "Open",
        "elevation": ""
      }
    }
  ]
}

best,
Darek

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/4010aa8a-198a-4504-8825-3600ee32b485n%40googlegroups.com.

Reply via email to