Nantes Université
Skip to content
GitLab
Explorer
Connexion
S'inscrire
Navigation principale
Rechercher ou aller à…
Projet
A
Assignment
Gestion
Activité
Membres
Labels
Programmation
Tickets
Tableaux des tickets
Jalons
Wiki
Code
Requêtes de fusion
Dépôt
Branches
Validations
Étiquettes
Graphe du dépôt
Comparer les révisions
Compilation
Pipelines
Jobs
Planifications de pipeline
Artéfacts
Déploiement
Releases
Registre de modèles
Opération
Environnements
Surveillance
Incidents
Service d'assistance
Analyse
Données d'analyse des chaînes de valeur
Analyse des contributeurs
Données d'analyse CI/CD
Données d'analyse du dépôt
Expériences du modèle
Aide
Aide
Support
Documentation de GitLab
Comparer les forfaits GitLab
Forum de la communauté
Contribuer à GitLab
Donner votre avis
Raccourcis clavier
?
Extraits de code
Groupes
Projets
Afficher davantage de fils d'Ariane
Damiano Albani
Assignment
Validations
8f85e191
Valider
8f85e191
rédigé
il y a 9 ans
par
Damiano Albani
Parcourir les fichiers
Options
Téléchargements
Correctifs
Plain Diff
Fix README.
parent
bc3e09c1
Aucune branche associée trouvée
Branches contenant la validation
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
Modifications
1
Masquer les modifications d'espaces
En ligne
Côte à côte
Affichage de
1 fichier modifié
README.md
+53
-51
53 ajouts, 51 suppressions
README.md
avec
53 ajouts
et
51 suppressions
README.md
+
53
−
51
Voir le fichier @
8f85e191
## Assignment
> WebViewer displaying a map (of the Netherlands).
> Viewer has standard functionalities as zooming, panning, layer selection.
> Viewer has possibility to draw a own geometry on the map.
> Viewer has ability to send a user drawn geometry to the server.
> Server does a check if the user drawn geometry has intersections with (server side defined) wfs layers and returns result of these checks.
>
> What has to be build:
>
> Server Component
> - build with Java (7 or 8)
> - usage of build management tool (preferable maven, but gradle or ant is also ok)
> - War file (to be deployed in Apache Tomcat) or Standalone application (Spring Boot (jetty, tomcat))
> - Make use of libraries (geotools, spring framework, jersey, dropwizard)
> - Rest interface for
> - receiving geometry and sending back if geometry intersects defined wfs layers
> - defining wfs layers
> - getting list of defined wfs layers
> - checking if wfs layer is available
> - add wfs layer
> - view available wfs layer
> - delete wfs layer
> - update wfs layer
> - check intersections between geometry and defined wfs layers
> - server component persists wfs layers in file database (hsql, h2)
>
> Client component
> - build with HTML, Javascript
> - Zoom
> - Pan
> - Layer selection
> background (these are only options, feel free to add your own layers)
> http://geodata.rivm.nl/geoserver/ows?
>
> forground (options, feel free to add your own layers)
> http://geoservices.rijkswaterstaat.nl/nwb_wegen
> http://ahn.geodan.nl/ahn/viewer3/cgi-bin/tilecache/tilecache.py/1.0.0/
> http://www.spatineo.com/ is a good place to find free services
> - Drawing an editing of geometry in viewer
> - Sending Geometry to server component
>
>
> What do we expect:
> - working example
> - unit tests
> - source code
> - motivation for decisions (why usage of geotools or H2 database)
>
> What do we provide:
> - accessible linux server
> - login credentials for server
> - email adress for questions
```
WebViewer displaying a map (of the Netherlands).
Viewer has standard functionalities as zooming, panning, layer selection.
Viewer has possibility to draw a own geometry on the map.
Viewer has ability to send a user drawn geometry to the server.
Server does a check if the user drawn geometry has intersections with (server side defined) wfs layers and returns result of these checks.
What has to be build:
Server Component
- build with Java (7 or 8)
- usage of build management tool (preferable maven, but gradle or ant is also ok)
- War file (to be deployed in Apache Tomcat) or Standalone application (Spring Boot (jetty, tomcat))
- Make use of libraries (geotools, spring framework, jersey, dropwizard)
- Rest interface for
- receiving geometry and sending back if geometry intersects defined wfs layers
- defining wfs layers
- getting list of defined wfs layers
- checking if wfs layer is available
- add wfs layer
- view available wfs layer
- delete wfs layer
- update wfs layer
- check intersections between geometry and defined wfs layers
- server component persists wfs layers in file database (hsql, h2)
Client component
- build with HTML, Javascript
- Zoom
- Pan
- Layer selection
background (these are only options, feel free to add your own layers)
http://geodata.rivm.nl/geoserver/ows?
forground (options, feel free to add your own layers)
http://geoservices.rijkswaterstaat.nl/nwb_wegen
http://ahn.geodan.nl/ahn/viewer3/cgi-bin/tilecache/tilecache.py/1.0.0/
http://www.spatineo.com/ is a good place to find free services
- Drawing an editing of geometry in viewer
- Sending Geometry to server component
What do we expect:
- working example
- unit tests
- source code
- motivation for decisions (why usage of geotools or H2 database)
What do we provide:
- accessible linux server
- login credentials for server
- email adress for questions
```
This diff is collapsed.
Cliquez pour l'agrandir.
Aperçu
0%
Chargement en cours
Veuillez réessayer
ou
joindre un nouveau fichier
.
Annuler
You are about to add
0
people
to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Enregistrer le commentaire
Annuler
Veuillez vous
inscrire
ou vous
se connecter
pour commenter