JasonSanford / leaflet-vector-layers

A little help to viewing ArcGIS Server, Geocommons, Arc2Earth, CartoDB, GIS Cloud, etc. vector data in a Leaflet map
http://jasonsanford.github.io/leaflet-vector-layers
BSD 2-Clause "Simplified" License
216 stars 61 forks source link

Custom icons in IE7 #21

Closed spiveygb closed 12 years ago

spiveygb commented 12 years ago

IE 7 is choking with an error when you try and use custom icons for a points on a AGS layer.

JasonSanford commented 12 years ago

In the past the JSON.parse() method was needed to parse the data returned from GeoIQ. They seemed to have fixed this bug so JSON.parse is no longer needed. If you're up for editing source code and rebuilding it should be an easy change. Otherwise this will be fixed in the next version. (hopefully soon)

JasonSanford commented 12 years ago

version 1.3.0 should have fixed this. Closing. Let me know if you're still having issues.