More tiles, please?

Greetings,

I see from the API that there's a way to implement a custom tile layer. Pretty cool, but for the project I'm brewing, I need more tiles (it's a granularity/server resource issue) at all zoom levels than the map engine uses. Is there a way I can implement this, or should I just roll my own tool

Cheers,
Bradford



Answer this question

More tiles, please?

  • Hooper

  • Colin Bowern

    Oh, I think I misstated. I meant to say that, for example, you can have something like 16 tiles at zoom level 8. I need something like... 64. I don't see a way in the API to do this, however.


  • Sugan

    With custom tiles VE Supports zoom levels up to 32 (approximately .03mm/pixel).

    John.



  • dotaboy

    how many tiles are used depends on the size of your browserwindow, each tile is 256px * 256px in size.

    if you zoom in, there are not MORE tiles, but new images.



  • More tiles, please?