We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4080d6 commit e9200d1Copy full SHA for e9200d1
conda/meta.yaml
@@ -4,7 +4,7 @@
4
package:
5
name: "{{ name|lower }}"
6
# version: "{{ environ.get('GIT_DESCRIBE_TAG', '') }}"
7
- version: "1.3.1"
+ version: "1.3.2"
8
9
source:
10
git_url: https://github.com/Loop3D/map2loop-2
map2loop/__init__.py
@@ -8,7 +8,7 @@
# import map2loop
# map2loop._clut_path = newpath
11
-__version__ = "1.3.1"
+__version__ = "1.3.2"
12
13
geology_loopdata = {
14
"WA": "http://13.211.217.129:8080/geoserver/loop/wfs?service=WFS&version=1.0.0&request=GetFeature&typeName=loop:500k_geol_28350&bbox={BBOX_STR}&srs=EPSG:28350&outputFormat=shape-zip",
0 commit comments