TDesjardins / gwt-ol

GWT wrapper for OpenLayers 3+ using JSInterop
Apache License 2.0
70 stars 33 forks source link

Introduce separate options type for XYZ tilegrid creation #124

Closed TDesjardins closed 6 years ago

TDesjardins commented 6 years ago

Method createXYZ has different options than default tilegrids (e.g. maxZoom): http://openlayers.org/en/latest/apidoc/ol.tilegrid.html#.createXYZ

There are two things to do:

  1. create options type for XYZ tilegrid
  2. remove not existing properties from TileGridOptions (maxZoom)