POIProxy, a proxy service to retrieve POIs from several public services. By Prodevelop
1.1K
POIProxy is a proxy service to retrieve POIs (Points Of Interest) from several public services (Nominatim, Mapquest, Cloudmade, Geonames, Panoramio, Ovi, Flickr, Twitter, LastFM, Wikipedia, Youtube, Foursquare, ...)
Once Docker is installed, run:
docker run --name my-poiproxy -d -p 8080:8080 fic2/poiproxy
After download and launch, you can test the API of your service through the following page: http://localhost:8080/poiproxy/public/index.html
Prerequisites: git, java, maven and docker
git clone https://github.com/Prodevelop/POIProxy
cd POIProxy
mvn package
docker build -t my_username/poiproxy .
Content type
Image
Digest
sha256:682b85de9…
Size
123.4 MB
Last updated
over 11 years ago
docker pull fic2/poiproxy