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
Copy file name to clipboardExpand all lines: README.rst
+20-12Lines changed: 20 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -108,18 +108,19 @@ Generating tiles::
108
108
109
109
See the `web site <http://geoscript.org>`_, the `groovy docs <http://geoscript.github.io/geoscript-groovy/api/1.13.0/index.html>`_ or the `cook book <https://jericks.github.io/geoscript-groovy-cookbook/>`_ or the `examples directory <https://github.com/jericks/geoscript-groovy/tree/master/examples>`_ for more examples.
110
110
111
-
You can also use GeoScript Groovy as a library. If you use Maven you will need to add the Boundless Maven Repository::
112
-
113
-
<repositories>
114
-
<repository>
115
-
<id>boundless</id>
116
-
<name>Boundless Maven Repository</name>
117
-
<url>https://repo.boundlessgeo.com/main</url>
118
-
<snapshots>
119
-
<enabled>true</enabled>
120
-
</snapshots>
121
-
</repository>
122
-
</repositories>
111
+
You can also use GeoScript Groovy as a library. If you use Maven you will need to add the OSGeo Maven Repository::
and then include the GeoScript Groovy dependency::
125
126
@@ -211,6 +212,13 @@ Presentations
211
212
212
213
`GeoScript: Spatial Capabilities for Scripting Languages (FOSS4G 2011) <http://www.slideshare.net/jdeolive/geoscript-spatial-capabilities-for-scripting-languages>`_
0 commit comments