Changes between Initial Version and Version 1 of Ticket #19041, comment 2
- Timestamp:
- 2020-04-06T19:45:36+02:00 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #19041, comment 2
initial v1 2 2 1. Load following geojson file into JOSM: 3 3 4 { 4 {{{ 5 #!json 5 6 "type": "FeatureCollection", 6 7 "crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } }, … … 9 10 { "type": "Feature", "properties": { "building": "yes" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.461254461049478, 41.088629975809461], [ -73.461273825957079, 41.088666460158429], [ -73.461245057664058, 41.088676384187671], [ -73.461237378211962, 41.088678318492917], [ -73.461218240949378, 41.088641971392484], [ -73.461254461049478, 41.088629975809461] ] ] } } 10 11 ] 11 } 12 13 2. 14 3. 12 }}} 15 13 16 14 ==== What is the expected result?