File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 11# featureService #
22
3+ ## What's this? ##
4+
5+ The featureService is a simple JSON REST API that enables you to work with the
6+ [ OpenStreetMap] ( https://www.openstreetmap.org/ ) data-set.
7+
8+ Using the featureService you can, for example, discover all the locations or
9+ points of interest in a particular area or look up properties of locations such
10+ as their bounding box, centroid or name.
11+
312## Setup ##
413
514### System dependencies ###
@@ -64,6 +73,8 @@ your Postgres on Azure instance is getting populated with over 2GB of global
6473geo-spatial features and appropriate indices are being built. On subsequent
6574runs, the start should be instantaneous.
6675
76+ ### Using the application ##
77+
6778After starting the service, you will be able to call the featureService, for
6879example via the following requests:
6980
You can’t perform that action at this time.
0 commit comments