WombatGIS is php / javascript application to draw / display graphical information on maps.
Demo : (http://wombatgis.champs-libres.coop/)
- PHP 5 >= 5.2
cp -R data-dist data
cp -R css-dist css
cp -R img-dist img
If the directory data
is not owned by www-data
user :
sudo chown -R www-data data
The configuration files are in the directory data
.
The file config.json
is used to configure the global map and the files __name_of_the_layer__.json
to configure the relative layer.
There exists a web interface in the directory admin
for editing the configuration files.