Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found
Select Git revision
Loading items

Target

Select target project
  • fabcat/vmap
1 result
Select Git revision
Loading items
Show changes
Commits on Source (173)
Showing
with 36 additions and 10 deletions
/vas/ /vas/
/client/ /client/
/conf/closure
/conf/node_modules/ /conf/node_modules/
/conf/properties.json /conf/properties.json
/src/closure/conf/depswriter/*.pyc /src/closure/conf/depswriter/*.pyc
File mode changed from 100644 to 100755
...@@ -6,20 +6,34 @@ It can use external map services, local data files produced in many formats (WMS ...@@ -6,20 +6,34 @@ It can use external map services, local data files produced in many formats (WMS
vMap is able to manage business objects while using WMS producing server software like MapServer, GeoServer or ArcGis Server. vMap is able to manage business objects while using WMS producing server software like MapServer, GeoServer or ArcGis Server.
## Try it
## Getting Started A demo server is available on [https://demovmap.veremes.net](https://demovmap.veremes.net) where you can try all the user features, for administration features you will have to install it.
- Try the [demo](https://demo.veremes.net/vmap/) ## Documentation
- Download the setup on [vStore](https://vstore.veremes.net/store/)
- Follow the [install procedure](http://www.veremes.com/procedure-dinstallation-de-vmap)
You can read mode about vMap on the [documentation](https://vmap.readthedocs.io/en/latest/presentation/presentation/)
## Install dev version (Linux) ## Install
#### Docker
The most easy way to install vMap is using Docker, vMap is available on docker hub [https://hub.docker.com/r/veremes/vmap](https://hub.docker.com/r/veremes/vmap) where you will find an installation documentation.
#### AWS Marketplace
With an AWS account you will be able to create an EC2 using the marketplace vMap AMI.
#### Manual
Or you can install it mannulaly on Debian, Ubuntu or even Windows by following the [install procedure](http://www.veremes.com/procedure-dinstallation-de-vmap) (french)
#### Dev version (Linux)
To install the dev version of this project run the following steps: To install the dev version of this project run the following steps:
- Install the app via the VAI setup on var/www/[app name] - Install the app manually on var/www/vmap
- Clone this repo on var/wwww/[app name]\_dev - Clone this repo on var/wwww/vmap\_dev
- Run install.sh and give the var/www/[app name] path when asked to build your tree structure - Run install.sh and give the var/www/vmap path when asked to build your tree structure
- Now you have the correct versioned tree structure, rename var/www/[app name] as var/www/[app name]\_vai and var/www/[app name]\_dev as var/www/[app name] - Now you have the correct versioned tree structure, rename var/www/vmap as var/www/vmap\_vai and var/www/vmap\_dev as var/www/vmap
- Run `git pull` and `git push` to update/post the project and his dependencies - Run `git pull` and `git push` to update/post the project and his dependencies
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
...@@ -129,3 +129,16 @@ Pour préparer le développement de futurs modules vMap en tant que surcouches e ...@@ -129,3 +129,16 @@ Pour préparer le développement de futurs modules vMap en tant que surcouches e
- ANC : dans les évacuations d’eaux, il n’est pas possible de mettre un chiffre après la virgule - ANC : dans les évacuations d’eaux, il n’est pas possible de mettre un chiffre après la virgule
- ANC : affichage de type d'effluent dans contrôle non conforme - ANC : affichage de type d'effluent dans contrôle non conforme
- ANC : enlever la restriction de profondeur d'apparition - ANC : enlever la restriction de profondeur d'apparition
## 2019.01.01
- Fenêtres impressions bloquées par firefox ou des bloqueurs de publicités
- Impossible de récupérer les couches d'un service depuis l'interface cartographique sur google chrome
- Requêteur : nombre d'enregistrements non mis à jour lors de la suppression d'un enregistrement
- ANC : liste des entreprises vide dans filières agrées
## 2019.01.02
- Onglet "Carte 2" non cliquable dans la section "Jeux de données" en mode comparaison
- Sources dans les impressions pour un utilisateur non vm4ms
- ANC : dans les évacuations d’eaux, il n’est pas possible de mettre un chiffre après la virgule
File mode changed from 100644 to 100755