From 228a76f29689a73bdec1a589d6a5297b0d50f13e Mon Sep 17 00:00:00 2001 From: Chuck Scott Date: Thu, 6 Sep 2018 15:15:45 -0400 Subject: [PATCH] Added a "no-place-names" map style example. --- Other_Map_Styles/no_place_names.html | 33 ++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100755 Other_Map_Styles/no_place_names.html diff --git a/Other_Map_Styles/no_place_names.html b/Other_Map_Styles/no_place_names.html new file mode 100755 index 0000000..b347844 --- /dev/null +++ b/Other_Map_Styles/no_place_names.html @@ -0,0 +1,33 @@ + + + + + + + + + +

Leaflet Map With Alternate Style

+

+ This map uses an alternate style that is specified by using a special tile server key. + In this case we've removed all of the place names from the map. + This was done by altering a copy of the mapnik.xml file and creating a new map style. + See "README" for infor on how to find various relevant areas of the map server. +

+
+ + + + + -- 2.17.1