vue2leaflet

Invert Y axis of L:CRS.Simple map on Vue2-Leaflet

限于喜欢 提交于 2020-12-13 04:25:16
问题 I am developing a map application using L.CRS.Simple of Vue2-Leaflet, and I want to invert the y-axis of my map as explained in the Leaflet documentation. I found a similar question here, and it seems my problem is the same, so my question is: how do I integrate the same solution that inverts the y-axis but using the vue2-leaflet package? This is my code: <template> <body> <div> <li v-for="(message, index) in messageList" :item="message" :key="index"> {{ message }} </li> </div> <l-map class=

Invert Y axis of L:CRS.Simple map on Vue2-Leaflet

依然范特西╮ 提交于 2020-12-13 04:23:09
问题 I am developing a map application using L.CRS.Simple of Vue2-Leaflet, and I want to invert the y-axis of my map as explained in the Leaflet documentation. I found a similar question here, and it seems my problem is the same, so my question is: how do I integrate the same solution that inverts the y-axis but using the vue2-leaflet package? This is my code: <template> <body> <div> <li v-for="(message, index) in messageList" :item="message" :key="index"> {{ message }} </li> </div> <l-map class=