Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

An example of the various options, that can be completely mixed is shown in the below picture.
 


geoJSonLayer

From version 2020.01 you can use a geoJSON files instead of shape files. When the geoJSON file contains multiple shape types you can use the same geoJSON file in multple layers with different types.

Code Block
languagexml
titleDemo Open Street Map
<geoJsonLayer id="geojson">
  <file>provinces.geojson</file>
  <shapeType>polygon</shapeType>
  <visible>false</visible>
  <lineColor>black</lineColor>
  <fillColor>light yellow</fillColor>
</geoJsonLayer>


openStreetMapLayer

To make use of a server that uses the open street map protocol.

...