Hacker News new | past | comments | ask | show | jobs | submit login

I was going to suggest changing the opacity attribute of the marker elements using your browser's developer tools, but the markers are provided as a layer of pre-generated image tiles (e.g. [1]), so while you can make these images more transparent (which lets you see place names on the underlying map) you can't make the individual markers more transparent.

[1]: http://geoserver.bombsight.org/geoserver/gwc/service/tms/1.0...




does this mean that the layers are merged into tiles and cached beforehand? is this better than having a separate layer for markers?

edit: asking because this map is blazing fast, esp given the amount of points to map


All of the markers are merged into tiles and cached, and it is more efficent for the browser to just load these than it would be to create a separate circle or image for each marker. At zoom level 15 and higher actual individual markers are drawn (each one as a separate png image).

There are still two layers, but both just contain image tiles: one contains the base map, and the other contains red circles on a transparent background.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: