Opened 8 months ago
Last modified 8 months ago
#2342 new task
Some OpenLayers examples shows "XML Parsing Error: not well-formed" when loading GeoJSON file
Reported by: | sanak | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | OSGeoLive15.0 |
Component: | OSGeoLive | Keywords: | |
Cc: | osgeolive@… |
Description
I confirmed this issue on some OpenLayers examples on OSGeoLive 14.0 official release version (with ISO => VirtualBox setup).
Attachments (2)
Change history (4)
by , 8 months ago
Attachment: | openlayers-examples-extent-interaction01.png added |
---|
by , 8 months ago
Attachment: | openlayers-examples-extent-interaction02.png added |
---|
comment:1 by , 8 months ago
comment:2 by , 8 months ago
Cc: | added |
---|
Note:
See TracTickets
for help on using tickets.
Adding
AddType application/json .geojson
line to/etc/apache2/mods-available/mime.conf
on the VM guest and restarting apache bysudo systemctl restart apache2
seems to solve the issue locally.