Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 08/15/19 in all areas

  1. Hello and thanks for answer. I'm from Czech Republic, here is example: aerial tile: https://mapserver.mapy.cz/bing/11-1120-705 label tile: https://mapserver.mapy.cz/hybrid-sparse-m/11-1120-705 In leaflet: map = L.map(canvas, options) layers = [ L.tileLayer('//mapserver.mapy.cz/bing/{z}-{x}-{y}', mapySatMapOptions), L.tileLayer('//mapserver.mapy.cz/hybrid-sparse-m/{z}-{x}-{y}', mapySatMapOptions).bringToFront() ]; for(i = 0; i < layers.length; i++) { map.addLayer(layers[i]); } I'm surprised that I'm alone with this request. Please, consider implementing. Thanks
    1 point
×
×
  • Create New...