seikur0

Results 53 comments of seikur0

@toshioson: Make a pull request and I'll try to make it work. It's a little bit difficult, see [here](https://www.azavea.com/blog/2014/03/24/solving-unicode-problems-in-python-2-7/) for some interesting informations.

I'm not sure, this might be fixed with the new server now.

It's more a problem with the zooming putting too much graphical strain on your mobile, I'm not sure, how to help you with this.

I remember that from earlier, when the icons weren't optimized yet and I still used the simpleHTTPServer, that this happened, but it hasn't happened to me in a long time....

And he accidentally closed it :D

A quick way? Split the sprite into single icons and change the code in mapscan.js.

Mkay, interesting cause. I guess there are two things, you can try. First, in the constructor for the markers, line 172 of mapscan.js, try setting it to `optimized=true`, that should...

Okay then rather than changing the icon of the markers unbind them from the map with .setMap(null) and rebind them with .setMap(map), maybe like that?