From a7eaf73fe91edd21cb0f9a3504a8194242f6b0c3 Mon Sep 17 00:00:00 2001 From: thisisaaronland Date: Thu, 25 Mar 2021 13:03:01 -0700 Subject: [PATCH] update docs --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e7cdfb7d..92c462bf 100644 --- a/README.md +++ b/README.md @@ -33,16 +33,18 @@ $> ./bin/server -h Use Tangram.js for rendering map tiles -enable-www Enable the interactive /debug endpoint to query points and display results. - -initial-latitude float - The initial latitude for map views to use. (default 37.616906) - -initial-longitude float - The initial longitude for map views to use. (default -122.386665) - -initial-zoom int - The initial zoom level for map views to use. (default 14) -is-wof Input data is WOF-flavoured GeoJSON. (Pass a value of '0' or 'false' if you need to index non-WOF documents. (default true) -iterator-uri string A valid whosonfirst/go-whosonfirst-iterate/emitter URI. Supported schemes are: directory://, featurecollection://, file://, filelist://, geojsonl://, repo://. (default "repo://") + -leaflet-initial-latitude float + The initial latitude for map views to use. (default 37.616906) + -leaflet-initial-longitude float + The initial longitude for map views to use. (default -122.386665) + -leaflet-initial-zoom int + The initial zoom level for map views to use. (default 14) + -leaflet-max-bounds string + An optional comma-separated bounding box ({MINX},{MINY},{MAXX},{MAXY}) to set the boundary for map views. -leaflet-tile-url string A valid Leaflet (slippy map) tile template URL to use for rendering maps (if -enable-tangram is false) -nextzen-apikey string