source: josm/trunk/test/data/sessions/data.geojson@ 18807

Last change on this file since 18807 was 18807, checked in by taylor.smock, 12 months ago

Allow importing geojson files that were saved to a session file

  • GeoJSONImporter now extends OsmImporter instead of FileImporter and deprecates the parseDataSet(String) method.
File size: 140 bytes
Line 
1{
2 "type": "Feature",
3 "geometry": {
4 "type": "Point",
5 "coordinates": [1, 2]
6 },
7 "properties": {
8 "name": "Test point"
9 }
10}
Note: See TracBrowser for help on using the repository browser.