Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Communications Backbone System
backbone-message-format
Commits
62281585
Verified
Commit
62281585
authored
6 months ago
by
Dan Jones
Browse files
Options
Download
Email Patches
Plain Diff
feat: import geojson multi definitions
parent
6a5d21dd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
generate_schema_config.py
generate_schema_config.py
+4
-1
No files found.
generate_schema_config.py
View file @
62281585
...
...
@@ -191,6 +191,9 @@ def import_remote_refs():
"https://geojson.org/schema/Feature.json"
,
"https://geojson.org/schema/FeatureCollection.json"
,
"https://geojson.org/schema/LineString.json"
,
"https://geojson.org/schema/MultiLineString.json"
,
"https://geojson.org/schema/MultiPoint.json"
,
"https://geojson.org/schema/MultiPolygon.json"
,
"https://geojson.org/schema/Point.json"
,
"https://geojson.org/schema/Polygon.json"
,
]
...
...
@@ -310,7 +313,7 @@ def get_options():
if
__name__
==
"__main__"
:
import_remote_refs
()
# Parse script args
config
=
get_options
()
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment