From 56b2d5b93d452f0baf7af71413fc186754dfdae8 Mon Sep 17 00:00:00 2001 From: Rodrigo Aluizio Date: Mon, 28 Mar 2022 20:24:19 -0300 Subject: [PATCH] updates maps to 2021 --- README.md | 2 +- inc/shptojson.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1c58c21..e58659e 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A C++ version of [pySHPtoJSON](https://github.com/Godrigos/pySHPtoJSON) that do All maps are downloaded from [IBGE (Instituto Brasileiro de Geografia e Estatística)](http://www.ibge.gov.br/), the agency responsible for statistical, geographic, cartographic, geodetic and environmental information -in Brazil and were published on 2020. +in Brazil and were published on 2021. ## Usage diff --git a/inc/shptojson.hpp b/inc/shptojson.hpp index e7e604f..49e64c5 100644 --- a/inc/shptojson.hpp +++ b/inc/shptojson.hpp @@ -13,7 +13,7 @@ const int MIN = 60; // Base IBGE URL to access the shapefiles const std::string URL = "geoftp.ibge.gov.br/organizacao_do_territorio/malhas_territoriais/" - "malhas_municipais/municipio_2020/"; + "malhas_municipais/municipio_2021/"; // A vector containing the Brazilian states abbreviations const std::vector states{"AC", "AL", "AP", "AM", "BA", "CE", "DF",