Skip to content

A demo web application based on OpenStreetMap data. It is implemented as an embedded Jetty web application.

Notifications You must be signed in to change notification settings

luigiselmi/p3-osm-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Geocoding Service

This is a template application based on Jetty and Leaflet to build a geocoding service. The user writes the name of a street and the service returns the geocoordinates of the road segment(s).

Build the project with

$ mvn install

Run

Now you can run your webapp using the command:

$ java -jar target/p3-osm-demo-0.0.1-SNAPSHOT-jar-with-dependencies.jar

Use

You can use the web application opening your browser with the following URL:

http://localhost:8080/demo/

About

A demo web application based on OpenStreetMap data. It is implemented as an embedded Jetty web application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages