Skip to content

Commit

Permalink
Merge pull request #18 from martgnz/consistent-properties
Browse files Browse the repository at this point in the history
Consistent properties in autonomous regions file
  • Loading branch information
martgnz authored Feb 10, 2024
2 parents 8820bfe + 8bcc9f9 commit 6ef466a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "es-atlas",
"version": "0.5.1",
"version": "0.6.0",
"description": "Pre-built TopoJSON from the Spanish National Geographic Institute",
"scripts": {
"prepare": "bash prepublish",
Expand Down
1 change: 1 addition & 0 deletions prepublish
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ geo2topo -n autonomous_regions=<( \
| toposimplify -f -p $SIMPLIFICATION \
| topoquantize $QUANTIZATION \
| topomerge border=autonomous_regions \
| node ./properties.js \
> es/autonomous_regions.json

geo2topo -n provinces=<( \
Expand Down

0 comments on commit 6ef466a

Please sign in to comment.