Last change
on this file since 19185 was 18807, checked in by taylor.smock, 19 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
|
Rev | Line | |
---|
[18807] | 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.