0

I would like to draw a map in 2D but not in spherical mercator projection with square tiles, but with EPSG:4326 with rectangular tiles (so it will be a rectangular planisphere).

Is it possible to do that with leaflet ? If no, is there an alternative map engine that could do that with HTML5 Canvas ?

4

1 回答 1

0

目前矩形瓷砖没有在 Leaflet 中实现,因为它没有用例,但你可以通过一些黑客来做到这一点(参见源代码中的 TileLayer.js)——这非常简单。

于 2013-11-11T11:51:38.837 回答