# GIS Server

This module is supposed to transform DataObject with a geo-location notion to a GIS map layer.

## Setup

Set
`
private static $gis_properties = [
    'lat' => 'Latitude',
    'lon' => 'Longitude',
];
`
on the DataObject class that you want GIS Server to serve as a layer to map 'lat' and 'lon' to DataObject properties containing latitude and longitude.
