Skip to content

Commit 651c683

Browse files
committed
updates
1 parent 2842a19 commit 651c683

File tree

2 files changed

+12
-9
lines changed

2 files changed

+12
-9
lines changed

Prototypes/GeoGraphics.wl

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,17 @@ GeoService = <|
3939
"http://a.tile2.opencyclemap.org/transport/`1`/`2`/`3`.png",
4040
"http://a.tile2.opencyclemap.org/transport/`1`/`2`/`3`.png"
4141
}],
42-
{"Mapnik", "Grayscale"} ->
43-
"https://tiles.wmflabs.org/bw-mapnik/`1`/`2`/`3`.png",
44-
{"Mapnik", "LabelFree"} ->
45-
"https://tiles.wmflabs.org/osm-no-labels/`1`/`2`/`3`.png",
46-
{"Stamen", "Toner"} ->
47-
"http://a.tile.stamen.com/toner/`1`/`2`/`3`.png",
48-
{"Stamen", "Watercolor"} ->
49-
"http://a.tile.stamen.com/watercolor/`1`/`2`/`3`.png",
42+
43+
{"Mapnik", "Grayscale"} -> "https://tiles.wmflabs.org/bw-mapnik/`1`/`2`/`3`.png",
44+
{"Mapnik", "LabelFree"} -> "https://tiles.wmflabs.org/osm-no-labels/`1`/`2`/`3`.png",
45+
46+
{"Stamen","Attribution", "Terrain"} -> Row[{"Map tiles by ",Hyperlink["Stamen Design","http://maps.stamen.com"],", under ",Hyperlink["CC BY 3.0","https://creativecommons.org/licenses/by/3.0/"], ". Data by ",Hyperlink["OpenStreetMap","http://openstreetmap.org/"],", under ", Hyperlink["ODbL","http://www.openstreetmap.org/copyright"]}],
47+
{"Stamen", "Terrain"} -> "http://tile.stamen.com/terrain/`1`/`2`/`3`.png",
48+
{"Stamen","Attribution", "Toner"} -> Row[{"Map tiles by ",Hyperlink["Stamen Design","http://maps.stamen.com"],", under ",Hyperlink["CC BY 3.0","https://creativecommons.org/licenses/by/3.0/"], ". Data by ",Hyperlink["OpenStreetMap","http://openstreetmap.org/"],", under ", Hyperlink["ODbL","http://www.openstreetmap.org/copyright"]}],
49+
{"Stamen", "Toner"} -> "http://tile.stamen.com/toner/`1`/`2`/`3`.png",
50+
{"Stamen","Attribution", "Watercolor"} -> Row[{"Map tiles by ",Hyperlink["Stamen Design","http://maps.stamen.com"],", under ",Hyperlink["CC BY 3.0","https://creativecommons.org/licenses/by/3.0/"], ". Data by ",Hyperlink["OpenStreetMap","http://openstreetmap.org/"],", under ", Hyperlink["CC BY SA","http://creativecommons.org/licenses/by-sa/3.0"]}],
51+
{"Stamen", "Watercolor"} -> "http://tile.stamen.com/watercolor/`1`/`2`/`3`.png",
52+
5053
{"ThunderForest", "Landscape"} :> RandomChoice[{
5154
"http://a.tile.thunderforest.com/landscape/`1`/`2`/`3`.png",
5255
"http://b.tile.thunderforest.com/landscape/`1`/`2`/`3`.png",

Prototypes/PacletInfo.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Description -> "A paclet for prototype functions",
44
Creator -> "Arnoud Buzing",
55
Publisher -> "Wolfram Research",
6-
Version -> "0.2.7",
6+
Version -> "0.2.8",
77
MathematicaVersion -> "11.2+",
88
Loading -> Automatic,
99
Thumbnail -> "icons/icon.png",

0 commit comments

Comments
 (0)