Releases: martgnz/es-atlas
v0.6.0
v0.5.1
v0.5.0
v0.4.0
v0.3.0
v.0.2.1
v0.2.0
A useful feature contributed by @LuisSevillano has landed. Now you can generate a file with the autonomous region of your choice providing its id:
npm run prepare --es-atlas:autonomous-regions=09
Of course, you can also separate the ids per commas and get multiple features at once:
npm run prepare --es-atlas:autonomous-regions=09,04
This is very efficient because they share the same borders!
Breaking changes
The nation
object, which contained the outline of the features, has been renamed to border
. We had to do this because now we can filter by regions.
v.0.1.1
Now you can set your preferred simplification and quantization directly on the package.json
.
But the biggest change is the ability to retain place names on the generated files. The option with-names
will print the feature names in your TopoJSON. Thanks @ale0xb!
Make sure to read the README to understand how to use the new config ✨
We are also generating an autonomous communities file.
Happy mapping!