source:
josm/trunk/test/data/sessions/data.geojson@
19228
Last change on this file since 19228 was 18807, checked in by , 16 months ago | |
---|---|
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.