Uploaded image for project: 'ZK Gmaps'
  1. ZK Gmaps
  2. ZKGMAPS-1

Gpolygon#setPoints not work with empty string

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • 3.0.4
    • 3.0.3
    • None

      Reproducible sample:

      <gmaps id="gmapsEdit" width="100%" vflex="1"
          lat="@load(vm2.centerLatitude)" lng="@load(vm2.centerLongtitude)" >
          <gpolygon points="@load(vm2.geoPoints)"></gpolygon>
      </gmaps>
      
      public class SelectGisVM {
          String geoPoints = "";
          public String getGeoPoints() {
              return geoPoints;
          }
          public void setGeoPoints(String geoPoints) {
              this.geoPoints = geoPoints;
          }
      }
      

            ChunfuChang ChunfuChang
            ChunfuChang ChunfuChang
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: