Skip to content
This repository has been archived by the owner on Jul 24, 2021. It is now read-only.

Nominatim doesn't work on IE 8 #2493

Closed
openstreetmap-trac opened this issue Jul 23, 2021 · 1 comment
Closed

Nominatim doesn't work on IE 8 #2493

openstreetmap-trac opened this issue Jul 23, 2021 · 1 comment

Comments

@openstreetmap-trac
Copy link

Reporter: jdp80
[Submitted to the original trac issue database at 12.49am, Monday, 23rd November 2009]

Nominatim does not work in IE 8 (and I suspect earlier versions)

I'm pretty sure the error stems from the use of trailing , in Javascript definitions e.g.

var style = {

strokeColor: "#75ADFF",

fillColor: "#F0F7FF",

strokeWidth: 2,

strokeOpacity: 0.75,

fillOpacity: 0.75,

};

The final comma on the fillOpacity: line will cause an error in IE that does not occur in Firefox/Chrome. (suggest move the , to the front of lines if it's generated within a db routine)

@openstreetmap-trac
Copy link
Author

Author: twain
[Added to the original trac issue at 2.02pm, Monday, 23rd November 2009]

Many thanks - I've updated as you suggested and it now seems to be working.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant