You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cd getting-started-with-mapserver/workshop/content
43
43
# install required dependencies
44
44
pip install -r requirements.txt
@@ -52,7 +52,7 @@ mkdocs serve # website is made available on http://localhost:8000
52
52
53
53
To make contributions back to the workshop, fork the repository from GitHub. Contributions and Pull Requests are always welcome!
54
54
55
-
Changes to the GitHub repository result in an automated build and deploy of the content to [https://geographika.github.io/getting-started-with-mapserver](https://geographika.github.io/getting-started-with-mapserver).
55
+
Changes to the GitHub repository result in an automated build and deploy of the content to [https://mapserver.github.io/getting-started-with-mapserver](https://mapserver.github.io/getting-started-with-mapserver).
Copy file name to clipboardExpand all lines: workshop/content/docs/advanced/symbols.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
In this exercise we'll look at how [SYMBOL](https://mapserver.org/mapfile/symbol.html)s can be used to apply complex cartographic effects to vector data. The Mapfile displays OpenStreetMap railways in Tartu, Estonia.
Copy file name to clipboardExpand all lines: workshop/content/docs/index.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,15 +46,15 @@ MAP
46
46
47
47
# Workshop location and materials
48
48
49
-
This workshop is provided live at [https://geographika.github.io/getting-started-with-mapserver](https://geographika.github.io/getting-started-with-mapserver).
49
+
This workshop is provided live at [https://mapserver.github.io/getting-started-with-mapserver](https://mapserver.github.io/getting-started-with-mapserver).
50
50
51
-
The workshop contents, wiki and issue tracker are managed on GitHub at [https://github.com/geographika/getting-started-with-mapserver](https://github.com/geographika/getting-started-with-mapserver).
51
+
The workshop contents, wiki and issue tracker are managed on GitHub at [https://github.com/mapserver/getting-started-with-mapserver](https://github.com/mapserver/getting-started-with-mapserver).
52
52
53
53
# Support
54
54
55
-
For issues/bugs/suggestions or improvements/contributions, use the [GitHub issue tracker](https://github.com/geographika/getting-started-with-mapserver/issues).
55
+
For issues/bugs/suggestions or improvements/contributions, use the [GitHub issue tracker](https://github.com/mapserver/getting-started-with-mapserver/issues).
56
56
57
-
Bugs, enhancements and issues can be reported on [GitHub](https://github.com/geographika/getting-started-with-mapserver/issues).
57
+
Bugs, enhancements and issues can be reported on [GitHub](https://github.com/mapserver/getting-started-with-mapserver/issues).
58
58
59
59
As always, core MapServer support and community information can be found on the MapServer [website](https://mapserver.org/community/index.html).
0 commit comments