Sign inSign up

fic2/poiproxy

By fic2

Updated over 11 years ago

POIProxy, a proxy service to retrieve POIs from several public services. By Prodevelop

Image
1

1.1K

fic2/poiproxy repository overview

Docker image for POIProxy, by Prodevelop

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, ...)

Running the Docker image

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

Building your own version of this Docker image

Prerequisites: git, java, maven and docker

git clone https://github.com/Prodevelop/POIProxy
cd POIProxy
mvn package
docker build -t my_username/poiproxy .

Tag summary

Content type

Image

Digest

sha256:682b85de9

Size

123.4 MB

Last updated

over 11 years ago

docker pull fic2/poiproxy