Skip to content

Releases: rOpenSpain/mapSpain

mapSpain 0.9.0

23 Jan 21:45
Compare
Choose a tag to compare
  • Changes on how to handle modifications on Canary Islands objects (#101):
    • Add a helper function for displace stand-alone sf objects in Canary
      Islands: esp_move_can().
    • esp_move_can() is used internally on all functions.
  • Add a new function to show the current cache directory:
    esp_detect_cache_dir().
  • mapSpain::layer_spatraster() removed (was deprecated in mapSpain
    0.6.2).

What's Changed

New Contributors

Full Changelog: v0.8.0...v0.9.0

mapSpain 0.8.0

12 Jul 19:12
Compare
Choose a tag to compare
  • Improve download of NUTS data from giscoR.
  • Upgrade esp_tiles_providers to
    https://dieghernan.github.io/leaflet-providersESP/ v1.3.3. New providers
    included:
    • IDErioja.Base
    • IDErioja.Relieve
    • IDErioja.Claro
    • IDErioja.Oscuro
  • esp_getTiles() now supports non-OGC compliant WMTS providers, such as
    Stamen or OpenStreetMaps (see examples).

What's Changed

Full Changelog: v0.7.0...v0.8.0

mapSpain 0.7.0

22 Dec 22:16
Compare
Choose a tag to compare
  • Upgrade leaflet.providersESP.df to
    https://dieghernan.github.io/leaflet-providersESP/ v1.3.2.

  • Changes on how to package manages tiles providers:

    • leaflet.providersESP.df is superseded in favor of
      esp_tiles_providers.
    • You can use a custom url with the type argument in esp_getTiles()
      #88 .
    • Add new function esp_make_provider() that helps to create custom
      providers.

What's Changed

New Contributors

Full Changelog: v0.6.2...v0.7.0

mapSpain 0.6.2

13 Aug 13:19
Compare
Choose a tag to compare
  • Now moveCAN is a explicit parameter in the relevant functions.

  • Deprecate layer_spatraster(). Use tidyterra::geom_spatraster_rgb()
    instead.

  • Fix geometries on esp_get_hex_prov() and esp_get_hex_ccaa().

  • Add new function to get comarcas from INE: esp_get_comarca().

  • Add new functions to get simplified maps from INE:

    • esp_get_simpl_prov()

    • esp_get_simpl_ccaa()

mapSpain 0.6.1

25 Feb 09:12
Compare
Choose a tag to compare
  • HOTFIX: Bug on esp_getTiles() when mask = TRUE.

mapSpain 0.6.0

18 Feb 17:35
Compare
Choose a tag to compare
  • Upgrade leaflet.providersESP.df to
    https://dieghernan.github.io/leaflet-providersESP/ v1.3.0. New providers:

    • Catastro.BuildingPart
    • Catastro.AdministrativeBoundary
    • Catastro.AdministrativeUnit
  • Add new param options to esp_getTiles().

  • Improve regex search on municipalities: Now the casing of the word is
    ignored.

mapSpain 0.5.0

25 Jan 11:52
Compare
Choose a tag to compare
  • Rebuild coding database to avoid errors due to encoding.
  • Fix translations on Galician.
  • New grid functions (#61):
    • esp_get_grid_MTN()
    • esp_get_grid_BDN()
    • esp_get_grid_EEA()
    • esp_get_grid_ESDAC()

mapSpain 0.4.0

14 Oct 12:10
Compare
Choose a tag to compare
  • Switch from raster to terra.
  • Clean up dependencies. Imagery packages moved to 'Suggests'.
  • Add layer_spatraster().
  • Move examples to ggplot2

What's Changed

Full Changelog: v0.3.1...v0.4.0

mapSpain 0.3.1

10 Sep 12:43
Compare
Choose a tag to compare
  • Fix an error on CRAN related with the cache folder #52:
    • Add mapSpain::esp_clear_cache()
  • Update docs with @family tag.

What's Changed

Full Changelog: v0.3.0...v0.3.1

mapSpain 0.3.0

01 Sep 22:36
Compare
Choose a tag to compare
  • Caching improvements: new function esp_set_cache_dir() based on
    rappdirs::user_cache_dir(). Now the cache_dir path is stored and it is
    not necessary to set it up again on a new session.
  • Add a new parameter zoommin on esp_getTiles().
  • New tests with testthat.
  • Update on docs. New examples
  • Precompute vignette.

What's Changed

Full Changelog: v0.2.3...v0.3.0

What's Changed

Full Changelog: v0.2.3...v0.3.0