Skip to content
This repository has been archived by the owner on May 6, 2020. It is now read-only.

OsmSharp/OsmSharp.Service.Data

Repository files navigation

OsmDataService is a simple service that can serve OSM data from XML/PBF files using simple bounding box/tiled requests.

The service was developed using OsmSharp, a Mono/.NET framework for OpenStreetMap:

http://www.osmsharp.com/
http://osmsharp.codeplex.com/

Usage: 

- Configure the hostname in the .config file.
- Configure the folder containing the .osm or .osm.pbf files in the .config file.
- Start the process.
- Request data using tiles or boundingboxes:
	http://{hostname}:{port}/box/{filename}.osm?bbox=left,bottom,right,top
	http://{hostname}:{port}/data/{x}/{y}/{zoom}/{filename}.osm

About

OsmDataService: a simple service that can serve OSM data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages