Skip to content

Releases: martgnz/es-atlas

v0.6.0

10 Feb 22:23
Compare
Choose a tag to compare
  • Consistent property names in autonomous regions file (#18)

v0.5.1

06 Feb 16:24
Compare
Choose a tag to compare

v0.5.0

14 Apr 08:24
Compare
Choose a tag to compare

Add names for every administrative level on each file.

v0.4.0

04 Apr 19:29
Compare
Choose a tag to compare

Add names by default.

v0.3.0

02 Apr 10:18
Compare
Choose a tag to compare

New build with refactored script.

v.0.2.1

25 Jan 23:32
Compare
Choose a tag to compare

Minor, just swapping the download URL to use the official server instead of a mirror.

v0.2.0

24 Jan 23:27
Compare
Choose a tag to compare

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

24 Jan 00:03
Compare
Choose a tag to compare

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!

Initial release

10 Dec 12:28
Compare
Choose a tag to compare

First release with munipalities, provinces and autonomous regions.

  • INE codes
  • Nested topology
  • Using TopoJSON v2

es-atlas