dotskapes / wigglemaps

Dynamic, interactive maps for the web

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow for the map to use different projections

zack-krejci opened this issue · comments

Need a projection function in both the vertex shader (to put the tile in the right place) and in the fragment shader (to nonlinearly map lat lon to the right tex coordinate). For the tile manager, need to take screen to projection to lon-lat to figure out the correct tiles on the screen at one time.