Hi Amelia, Arguably this would be a question for the OpenLayers user group. From your description, it looks like GeoServer works almost without problems (at most it might have an issue related to the charset meta tag, similar to this: https://github.com/webpack/webpack-dev-server/issues/1)
You might want to research this further and fill a bug / sponsor a fix if your investigation reveals that it's something related to GeoServer. However, a quick hint: if you want to get data via getGetFeatureInfo, you are way better off requesting it in a format that you can actually process in JavaScript, rather than text/html. With that you won't get this kind of error. Here's a good example of how to request the data as JSON, which is a much better format for what you need: https://gis.stackexchange.com/a/133278 Best, Manuel -- Sent from: http://osgeo-org.1560.x6.nabble.com/GeoServer-User-f3786390.html ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Geoserver-users mailing list Please make sure you read the following two resources before posting to this list: - Earning your support instead of buying it, but Ian Turton: http://www.ianturton.com/talks/foss4g.html#/ - The GeoServer user list posting guidelines: http://geoserver.org/comm/userlist-guidelines.html If you want to request a feature or an improvement, also see this: https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
