在仪表上更改图层大小

时间:2018-07-17 13:39:42

标签: javascript leaflet frontend

我在L.CRC.Simple系统上有一层并且我有

  

“宽度”:0.008863744,“高度”:0.008372224

以米为单位的API。我需要将此值应用于我的图层。我在仪表上计算了当前的宽度层。

    Properties messages = ...
    Map<String, String> m = new HashMap<>();
    m.put("name", "Mithu");
    m.put("location", "Dhaka");
    StrSubstitutor sub = new StrSubstitutor(m);
    String msg = sub.replace(messages.getProperty("message.myMessage"));
    // msg = This message is for Mithu in Dhaka

但是不知道如何将我的宽度和高度尺寸应用于图层。 计算的边界只会切出一张地图。

0 个答案:

没有答案