Modify ↓
#7820 closed defect (fixed)
GeoJSON implementation incorrectly uses escape char on single quote mark
| Reported by: | RobJN | Owned by: | team |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Core geojson | Version: | |
| Keywords: | GeoJSON, JSON | Cc: |
Description
The current export to GeoJSON implementation incorrectly uses escape char (\) on single quote (') within string values. This is not needed within strings [1]. As a consequence the back slash is in itself interpreted as an invalid character, causing the file to not open in OGR based software (e.g. ogr2ogr, qgis, etc..).
[1] http://www.json.org/ -> scroll down to section on strings.
Attachments (0)
Change History (2)
comment:1 by , 14 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:2 by , 6 years ago
| Component: | Core → Core geojson |
|---|
Note:
See TracTickets
for help on using tickets.



In 5305/josm: