Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cache files for pkgdown site #109

Merged
merged 5 commits into from
Jun 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ Config/Needs/check: curl
Config/Needs/coverage: covr
Config/Needs/website: ragg, reactable, rnaturalearth, tidyverse, devtools,
remotes, ropenspain/rostemplate, ropensci/rnaturalearthhires,
rspatial/geodata, rgeoboundaries
rspatial/geodata, rgeoboundaries, sessioninfo, sfheaders, rapidjsonr,
jsonify, geometries
Config/testthat/edition: 3
Config/testthat/parallel: true
Copyright: © EuroGeographics for the administrative boundaries. Atlas
Expand Down
4 changes: 2 additions & 2 deletions R/addProviderEspTiles.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Leaflet plugin version
leafletprovidersESP_v <- "v1.3.3"

Check warning on line 2 in R/addProviderEspTiles.R

View workflow job for this annotation

GitHub Actions / Run lintr scanning

file=R/addProviderEspTiles.R,line=2,col=1,[object_name_linter] Variable and function name style should match snake_case or symbols.


#' Include base tiles of Spanish public administrations on a \CRANpkg{leaflet}
Expand Down Expand Up @@ -29,8 +29,8 @@
#'
#' @examples
#' library(leaflet)
#' leafmap <- leaflet() %>%
#' setView(lat = 40.4166, lng = -3.7038400, zoom = 6) %>%
#' leafmap <- leaflet(width = "100%", height = "60vh") %>%
#' setView(lat = 40.4166, lng = -3.7038400, zoom = 10) %>%
#' addTiles(group = "Default (OSM)") %>%
#' addProviderEspTiles(
#' provider = "IDErioja.Claro",
Expand All @@ -47,7 +47,7 @@
#' )
#'
#' leafmap
addProviderEspTiles <- function(map, provider, layerId = NULL, group = NULL,

Check warning on line 50 in R/addProviderEspTiles.R

View workflow job for this annotation

GitHub Actions / Run lintr scanning

file=R/addProviderEspTiles.R,line=50,col=1,[object_name_linter] Variable and function name style should match snake_case or symbols.

Check warning on line 50 in R/addProviderEspTiles.R

View workflow job for this annotation

GitHub Actions / Run lintr scanning

file=R/addProviderEspTiles.R,line=50,col=48,[object_name_linter] Variable and function name style should match snake_case or symbols.
options = providerEspTileOptions()) {
# A. Check providers
prov_list <- mapSpain::esp_tiles_providers
Expand Down Expand Up @@ -174,7 +174,7 @@
#' @seealso [leaflet::providerTileOptions()], [leaflet::tileOptions()]
#'
#' @export
providerEspTileOptions <- function(...) {

Check warning on line 177 in R/addProviderEspTiles.R

View workflow job for this annotation

GitHub Actions / Run lintr scanning

file=R/addProviderEspTiles.R,line=177,col=1,[object_name_linter] Variable and function name style should match snake_case or symbols.
ops <- leaflet::providerTileOptions(...)
return(ops)
}
4 changes: 2 additions & 2 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"name": "R",
"url": "https://r-project.org"
},
"runtimePlatform": "R version 4.4.0 (2024-04-24)",
"runtimePlatform": "R version 4.4.0 (2024-04-24 ucrt)",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
Expand Down Expand Up @@ -245,7 +245,7 @@
"applicationCategory": "cartography",
"isPartOf": "https://ropenspain.es/",
"keywords": ["rOpenSpain", "tiles", "r", "maps", "spatial", "rstats", "r-package", "municipalities", "Spain", "gisco", "provinces", "ign", "administrative-boundaries", "ccaa", "static-tiles", "spain", "cran", "ropenspain", "ggplot2", "gis"],
"fileSize": "2417.482KB",
"fileSize": "2432.305KB",
"citation": [
{
"@type": "SoftwareSourceCode",
Expand Down
Binary file modified data/esp_codelist.rda
Binary file not shown.
Binary file modified data/esp_tiles_providers.rda
Binary file not shown.
Binary file modified data/leaflet.providersESP.df.rda
Binary file not shown.
Binary file modified img/README-giscoR-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/README-static-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/README-tile-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion inst/schemaorg.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"runtimePlatform": "R version 4.4.0 (2024-04-24)",
"runtimePlatform": "R version 4.4.0 (2024-04-24 ucrt)",
"version": "0.9.0.9000"
},
{
Expand Down
4 changes: 2 additions & 2 deletions man/addProviderEspTiles.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified tests/testthat/_snaps/esp_getTiles/frombbox.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/testthat/_snaps/esp_getTiles/point.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/testthat/_snaps/esp_getTiles/sfc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/testthat/_snaps/esp_getTiles/silent.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed vignettes/articles/ESP_adm0.sf.rds
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"crs": {"type": "name", "properties": {"name": "urn:ogc:def:crs:EPSG::3035"}}, "type": "FeatureCollection", "features": [{"geometry": {"type": "Polygon", "coordinates": [[[2954461.5582999997, 2426794.9991999995], [3013289.117900001, 2416326.1071000006], [3050302.261499999, 2416381.2411], [3062756.6448, 2403338.035700001], [3084362.336100001, 2398767.9298], [3099054.6741000004, 2387047.762], [3150432.1084000003, 2367561.8840999994], [3203983.3313999996, 2367327.088300001], [3208871.4484, 2361436.1776], [3225979.4145, 2365608.3013000004], [3257969.7192, 2342918.488500001], [3247176.1088999994, 2333849.6775], [3234489.9704, 2334614.8868000004], [3232789.2897999994, 2322638.6021999996], [3214481.3960999995, 2328317.7947000004], [3193779.3111000005, 2318292.9058999997], [3187396.0602, 2310678.455], [3189500.0430999994, 2304026.1525], [3192778.1324000005, 2293707.5615], [3179180.033500001, 2291421.2546999995], [3179988.7774, 2294987.7567999996], [3177367.3874999993, 2295483.9648], [3175411.4093999993, 2291867.773499999], [3172460.7660000008, 2291846.463300001], [3166500.6481999997, 2297553.6778999995], [3163653.3541, 2308938.1927000005], [3162283.3367999997, 2314443.0578000005], [3150300.8507000003, 2327782.3135], [3125001.4101, 2330449.2777999993], [3119952.0965, 2349559.6811999995], [3114346.7486000005, 2355112.6822999995], [3094136.622199999, 2345448.7804000005], [3048685.008199999, 2347782.8335999995], [3038149.1797, 2342700.5812], [3023674.524, 2356815.2456], [3001189.7097999994, 2357750.468699999], [2994681.9268999994, 2359967.0779], [2980150.943, 2350072.215399999], [2956202.5001, 2354584.1778999995], [2936043.7424, 2333131.239499999], [2926589.3499999996, 2315020.3358999994], [2944719.5591, 2307475.7106999997], [2945643.7040999997, 2303861.4520999994], [2948850.6717000008, 2291380.4398999996], [2944189.9134, 2281962.3007999994], [2941104.2640000004, 2280259.488500001], [2926620.4451, 2272296.880000001], [2921462.8126999997, 2255028.6382999998], [2907503.1931999996, 2258468.334899999], [2901984.571900001, 2249097.1273999996], [2883306.2030999996, 2247534.3863999993], [2859373.747199999, 2261749.4075000007], [2831796.0873000007, 2259162.0669], [2822605.4909000006, 2261163.0436000004], [2822722.6854999997, 2273363.4974000007], [2832880.003799999, 2283735.9595999997], [2828168.7161, 2298249.038899999], [2792762.2869000006, 2295351.0687000006], [2767741.0801, 2281168.122199999], [2772997.4926999994, 2304416.7413], [2782898.739600001, 2318620.7733999994], [2780793.9690000005, 2324281.2563000005], [2786763.514799999, 2333587.2589], [2784755.2191000003, 2342963.994999999], [2799517.0140000004, 2366660.8057000004], [2774322.6575000007, 2359149.954399999], [2777221.4427000005, 2373844.0162000004], [2780986.464400001, 2380115.5913999993], [2769061.5746, 2387610.065300001], [2772613.307600001, 2397702.6197999995], [2766202.4473, 2409964.9420999996], [2779797.0932, 2427419.2749000005], [2805072.315300001, 2436826.299799999], [2852337.91, 2431867.034600001], [2854181.182600001, 2446264.8859], [2860187.5771999992, 2452219.0573999994], [2890090.4826999996, 2464326.1389000006], [2906664.9859999996, 2459935.7007999998], [2924764.3367999997, 2453330.8389999997], [2937503.8036, 2435257.6954999994], [2954461.5582999997, 2426794.9991999995]]]}, "type": "Feature", "properties": {"COAST_TYPE": 0, "MOUNT_TYPE": 0, "NAME_LATN": "NOROESTE", "CNTR_CODE": "ES", "FID": "ES1", "NUTS_ID": "ES1", "NUTS_NAME": "NOROESTE", "LEVL_CODE": 1, "URBN_TYPE": 0}, "id": "ES1"}]}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"crs": {"type": "name", "properties": {"name": "urn:ogc:def:crs:EPSG::3035"}}, "type": "FeatureCollection", "features": [{"geometry": {"type": "Polygon", "coordinates": [[[3316621.8169, 2329179.4541999996], [3335345.1622, 2322916.2401], [3341910.601500001, 2323169.1314000003], [3367335.8532, 2324216.1876], [3371028.6866999995, 2317520.1096], [3397694.8827, 2309107.644200001], [3396567.6382, 2301239.6446], [3393238.9976000004, 2295071.6588000003], [3388515.9386, 2290867.5961000007], [3390329.3769000005, 2286691.9133], [3394195.744999999, 2284662.8965000007], [3401218.5362, 2288232.7707], [3415371.4922, 2280546.2672000006], [3446154.712200001, 2264004.4198000003], [3448542.5567000005, 2261149.1261], [3457203.3002000004, 2250825.017999999], [3478445.4934, 2251519.461100001], [3500825.0139000006, 2231742.1478000004], [3523131.0829000007, 2228802.3719999995], [3540709.943499999, 2226544.1711], [3555449.739, 2223671.0808000006], [3559281.443600001, 2216650.5559], [3561366.8620999996, 2212838.5025999993], [3556633.6624999996, 2200724.4694], [3557510.1657, 2190946.7178000007], [3558337.4133, 2181789.6730000004], [3554519.3172999993, 2172582.4569000006], [3538345.1034999993, 2135019.659], [3518616.277899999, 2117218.7269], [3520560.8320000004, 2100690.4952000007], [3512138.6203000005, 2085822.6787], [3514609.2875999995, 2071150.8484000005], [3502247.4944, 2055401.1425], [3498096.7468, 2050131.1634], [3498214.3501999993, 2025913.1195], [3489478.1235000007, 2013464.2942999993], [3479740.1206, 2011540.4266999997], [3460230.7227, 2021226.8385000005], [3444256.0562999994, 2011015.7123000007], [3447760.3978000004, 2000384.5781999994], [3443278.191299999, 1977061.9713000003], [3434512.3191, 1968204.7197999991], [3422811.5934999995, 1966295.9483000003], [3413308.836100001, 1952055.6316], [3392927.6007000003, 1938813.8468999993], [3395896.5285, 1931187.1455000006], [3389645.4748, 1931462.4814999998], [3381928.4350000005, 1942915.9730999991], [3367939.042300001, 1945405.4098000005], [3366572.0955, 1949885.1067999993], [3368902.2589, 1958422.3059999999], [3358878.972100001, 1969812.3660000004], [3344584.6417999994, 1968319.6502], [3318343.6432000007, 2000696.9396000002], [3331823.5679, 2017019.0307], [3342794.4805999994, 2020941.2387000006], [3342725.3554, 2058005.5736999996], [3327481.2235000003, 2077678.5802999996], [3309793.2765999995, 2085984.7526999991], [3306154.4099000003, 2085580.9211], [3306374.5276999995, 2109656.6722999997], [3311477.2315999996, 2115649.2814000007], [3320573.4825999998, 2115289.217700001], [3324325.0501000006, 2130880.3687999994], [3338191.2777999993, 2145215.0406], [3339164.6708000004, 2173247.9261000007], [3322602.5621000007, 2173140.0863000005], [3320153.2068000007, 2179318.8586], [3315555.7653, 2190964.2083], [3301555.1323000006, 2198436.843699999], [3290066.9048999995, 2197804.2820999995], [3287270.8214, 2195094.202299999], [3280351.7048000004, 2188400.773], [3265947.7237, 2198859.9618999995], [3253551.0661999993, 2193820.4492000006], [3241876.8972999994, 2214289.3730999995], [3248847.259400001, 2242595.8125], [3248354.4751999993, 2252463.9134], [3252208.2777999993, 2261013.1689], [3255192.270300001, 2262449.0764000006], [3268897.3400999997, 2260428.375499999], [3262169.4164000005, 2268634.2475000005], [3244989.3155000005, 2289733.8762], [3249720.886600001, 2293031.0437000003], [3260589.2171, 2300629.2070000004], [3256755.159499999, 2303490.7809999995], [3255442.84, 2321747.763699999], [3245936.8885999992, 2326401.1130999997], [3232789.2897999994, 2322638.6021999996], [3234489.9704, 2334614.8868000004], [3247176.1088999994, 2333849.6775], [3257969.7192, 2342918.488500001], [3290874.4088000003, 2347125.3575], [3303924.7156000007, 2338002.361199999], [3309102.9305000007, 2334397.8362000007], [3316621.8169, 2329179.4541999996]], [[3276782.8600999992, 2262324.396299999], [3290514.7684000004, 2258419.6279000007], [3292057.6103000008, 2262987.3589999992], [3293444.5076, 2267095.6284999996], [3292781.291200001, 2267579.033], [3281829.005999999, 2275583.3948], [3273671.9174000006, 2277245.969799999], [3270083.6382999998, 2271642.5656000003], [3276782.8600999992, 2262324.396299999]]]}, "type": "Feature", "properties": {"COAST_TYPE": 0, "MOUNT_TYPE": 0, "NAME_LATN": "NORESTE", "CNTR_CODE": "ES", "FID": "ES2", "NUTS_ID": "ES2", "NUTS_NAME": "NORESTE", "LEVL_CODE": 1, "URBN_TYPE": 0}, "id": "ES2"}]}

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"crs": {"type": "name", "properties": {"name": "urn:ogc:def:crs:EPSG::3035"}}, "type": "FeatureCollection", "features": [{"geometry": {"type": "MultiPolygon", "coordinates": [[[[3208186.1379000004, 1992004.4617999997], [3198669.207800001, 1983222.7755999994], [3182657.6909, 1987089.0864000004], [3151608.075099999, 1979255.4945999999], [3150440.5073000006, 1983539.7216999996], [3159467.4145, 1989756.1532000005], [3160598.7853999995, 1995064.6379000004], [3127465.6620000005, 2017649.447899999], [3116661.3882, 2023000.7436999995], [3105096.5325000007, 2018719.5039000008], [3099761.3676999994, 2025696.8311], [3088533.8883999996, 2020064.3471000008], [3082330.612400001, 2021947.4032000005], [3106569.1263999995, 2040446.1953999996], [3111580.2049000002, 2054606.7230999991], [3126360.241699999, 2066777.7544999998], [3143259.5385999996, 2076570.5775000006], [3152614.7422, 2091351.5243999995], [3186712.0832, 2109110.6219999995], [3194938.7591999993, 2090932.0110999998], [3184369.311899999, 2065861.6651000008], [3202013.0601000004, 2033206.0689000003], [3205507.1086, 2019824.0485999994], [3202266.1798, 2008291.9937999994], [3208186.1379000004, 1992004.4617999997]]], [[[3147811.1428999994, 1978511.5833], [3139456.127699999, 1970659.8823000006], [3136066.923800001, 1976893.6017000005], [3142664.294399999, 1984145.4758000001], [3147811.1428999994, 1978511.5833]]]]}, "type": "Feature", "properties": {"COAST_TYPE": 0, "MOUNT_TYPE": 0, "NAME_LATN": "COMUNIDAD DE MADRID", "CNTR_CODE": "ES", "FID": "ES3", "NUTS_ID": "ES3", "NUTS_NAME": "COMUNIDAD DE MADRID", "LEVL_CODE": 1, "URBN_TYPE": 0}, "id": "ES3"}]}

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"crs": {"type": "name", "properties": {"name": "urn:ogc:def:crs:EPSG::3035"}}, "type": "FeatureCollection", "features": [{"geometry": {"type": "MultiPolygon", "coordinates": [[[[3119952.0965, 2349559.6811999995], [3125001.4101, 2330449.2777999993], [3150300.8507000003, 2327782.3135], [3162283.3367999997, 2314443.0578000005], [3163653.3541, 2308938.1927000005], [3166500.6481999997, 2297553.6778999995], [3172460.7660000008, 2291846.463300001], [3175411.4093999993, 2291867.773499999], [3177367.3874999993, 2295483.9648], [3179988.7774, 2294987.7567999996], [3179180.033500001, 2291421.2546999995], [3192778.1324000005, 2293707.5615], [3189500.0430999994, 2304026.1525], [3187396.0602, 2310678.455], [3193779.3111000005, 2318292.9058999997], [3214481.3960999995, 2328317.7947000004], [3232789.2897999994, 2322638.6021999996], [3245936.8885999992, 2326401.1130999997], [3255442.84, 2321747.763699999], [3256755.159499999, 2303490.7809999995], [3260589.2171, 2300629.2070000004], [3249720.886600001, 2293031.0437000003], [3244989.3155000005, 2289733.8762], [3262169.4164000005, 2268634.2475000005], [3268897.3400999997, 2260428.375499999], [3255192.270300001, 2262449.0764000006], [3252208.2777999993, 2261013.1689], [3248354.4751999993, 2252463.9134], [3248847.259400001, 2242595.8125], [3241876.8972999994, 2214289.3730999995], [3253551.0661999993, 2193820.4492000006], [3265947.7237, 2198859.9618999995], [3280351.7048000004, 2188400.773], [3287270.8214, 2195094.202299999], [3290066.9048999995, 2197804.2820999995], [3301555.1323000006, 2198436.843699999], [3315555.7653, 2190964.2083], [3320153.2068000007, 2179318.8586], [3322602.5621000007, 2173140.0863000005], [3339164.6708000004, 2173247.9261000007], [3338191.2777999993, 2145215.0406], [3324325.0501000006, 2130880.3687999994], [3320573.4825999998, 2115289.217700001], [3311477.2315999996, 2115649.2814000007], [3306374.5276999995, 2109656.6722999997], [3306154.4099000003, 2085580.9211], [3309793.2765999995, 2085984.7526999991], [3327481.2235000003, 2077678.5802999996], [3342725.3554, 2058005.5736999996], [3342794.4805999994, 2020941.2387000006], [3331823.5679, 2017019.0307], [3318343.6432000007, 2000696.9396000002], [3344584.6417999994, 1968319.6502], [3348582.2419000007, 1955301.0374999996], [3353819.7498000003, 1952016.4002], [3366572.0955, 1949885.1067999993], [3367939.042300001, 1945405.4098000005], [3362101.130000001, 1943328.3509], [3359154.579500001, 1929332.7474000007], [3348713.0973000005, 1914676.1378000006], [3331946.3783, 1904357.960000001], [3328750.6482999995, 1889372.1570999995], [3353230.0163000003, 1870515.5622000005], [3347870.6827000007, 1845260.0708000008], [3354261.5317, 1832142.1460999995], [3368699.5085000005, 1828248.5932], [3368962.6042, 1812557.920499999], [3366765.9044000003, 1803229.7704000007], [3358646.9791, 1799734.674900001], [3350924.5186, 1807008.3871], [3346700.844900001, 1810997.3684999999], [3334171.8203999996, 1807491.1786000002], [3323293.3713000007, 1804112.5719000008], [3310379.528000001, 1772376.2208999991], [3300490.2179000005, 1770369.8378999997], [3291062.8440000005, 1777478.9824], [3264446.9527000003, 1773235.1347000003], [3259998.9529, 1769500.6363999993], [3234890.708799999, 1748534.0275999997], [3220614.2314, 1756235.5787000004], [3217566.8117999993, 1757885.6275999993], [3221546.0341999996, 1762521.2059000004], [3228810.0076, 1771628.5479000006], [3227472.9779000003, 1788518.5874000005], [3225938.4255999997, 1792090.2550000008], [3221092.6728000008, 1801230.3576999996], [3206655.1525999997, 1809949.3696999997], [3194153.8215999994, 1804160.2177000009], [3154922.7206999995, 1811506.1438999996], [3144236.5222999994, 1807140.0001999997], [3078882.6253999993, 1817254.1201000009], [3073284.0786000006, 1813057.6834999993], [3013685.8264000006, 1867697.3472000007], [3003395.8956000004, 1867807.2030999996], [2964939.6942, 1844685.6445000004], [2961596.3259999994, 1820278.8531], [2955595.16, 1812174.2807999998], [2945585.776799999, 1811047.9392000008], [2945194.9539, 1820031.4337000009], [2936049.9789000005, 1820688.7597000003], [2920347.6218999997, 1805736.9285000004], [2900309.0726999994, 1802349.4406000003], [2887446.4164000005, 1812045.2080000006], [2869323.0415000003, 1818984.7425999995], [2841367.7413999997, 1845643.4425000008], [2825810.8137, 1846890.8708999995], [2814683.6943999995, 1880101.0756], [2830219.0867999997, 1909755.1043999996], [2843821.144200001, 1917402.0711000003], [2856470.365599999, 1935613.6271000002], [2845052.7489, 1948555.6505999994], [2839691.3215999994, 1967475.0245999992], [2836695.3061999995, 1988343.2740000002], [2822316.5429, 2015259.6797000002], [2866332.3018999994, 2007702.5895000007], [2884980.7090000007, 2036259.3658000007], [2878534.2765999995, 2058737.0285999998], [2885229.647399999, 2068270.8232000005], [2892686.5370000005, 2068076.5185000002], [2900060.5025999993, 2076678.8945000004], [2909675.7776999995, 2128364.2321000006], [2904457.601, 2151677.7938], [2914970.0164, 2152224.6538999993], [2928114.7364000008, 2166294.6163], [2947304.8771, 2172124.7914000005], [2950367.1721, 2172482.1493999995], [2953674.0818000007, 2176456.5595999993], [2960288.4356999993, 2179024.3719999995], [2975581.5835999995, 2196387.298699999], [2969246.9417000003, 2208467.8521999996], [2953281.2358999997, 2217667.332800001], [2951485.3585, 2243667.4395000003], [2921462.8126999997, 2255028.6382999998], [2926620.4451, 2272296.880000001], [2941104.2640000004, 2280259.488500001], [2944189.9134, 2281962.3007999994], [2948850.6717000008, 2291380.4398999996], [2945643.7040999997, 2303861.4520999994], [2944719.5591, 2307475.7106999997], [2926589.3499999996, 2315020.3358999994], [2936043.7424, 2333131.239499999], [2956202.5001, 2354584.1778999995], [2980150.943, 2350072.215399999], [2994681.9268999994, 2359967.0779], [3001189.7097999994, 2357750.468699999], [3023674.524, 2356815.2456], [3038149.1797, 2342700.5812], [3048685.008199999, 2347782.8335999995], [3094136.622199999, 2345448.7804000005], [3114346.7486000005, 2355112.6822999995], [3119952.0965, 2349559.6811999995]], [[3082330.612400001, 2021947.4032000005], [3088533.8883999996, 2020064.3471000008], [3099761.3676999994, 2025696.8311], [3105096.5325000007, 2018719.5039000008], [3116661.3882, 2023000.7436999995], [3127465.6620000005, 2017649.447899999], [3160598.7853999995, 1995064.6379000004], [3159467.4145, 1989756.1532000005], [3150440.5073000006, 1983539.7216999996], [3151608.075099999, 1979255.4945999999], [3182657.6909, 1987089.0864000004], [3198669.207800001, 1983222.7755999994], [3208186.1379000004, 1992004.4617999997], [3202266.1798, 2008291.9937999994], [3205507.1086, 2019824.0485999994], [3202013.0601000004, 2033206.0689000003], [3184369.311899999, 2065861.6651000008], [3194938.7591999993, 2090932.0110999998], [3186712.0832, 2109110.6219999995], [3152614.7422, 2091351.5243999995], [3143259.5385999996, 2076570.5775000006], [3126360.241699999, 2066777.7544999998], [3111580.2049000002, 2054606.7230999991], [3106569.1263999995, 2040446.1953999996], [3082330.612400001, 2021947.4032000005]], [[3147811.1428999994, 1978511.5833], [3142664.294399999, 1984145.4758000001], [3136066.923800001, 1976893.6017000005], [3139456.127699999, 1970659.8823000006], [3147811.1428999994, 1978511.5833]]], [[[3276782.8600999992, 2262324.396299999], [3270083.6382999998, 2271642.5656000003], [3273671.9174000006, 2277245.969799999], [3281829.005999999, 2275583.3948], [3292781.291200001, 2267579.033], [3293444.5076, 2267095.6284999996], [3292057.6103000008, 2262987.3589999992], [3290514.7684000004, 2258419.6279000007], [3276782.8600999992, 2262324.396299999]]]]}, "type": "Feature", "properties": {"COAST_TYPE": 0, "MOUNT_TYPE": 0, "NAME_LATN": "CENTRO (ES)", "CNTR_CODE": "ES", "FID": "ES4", "NUTS_ID": "ES4", "NUTS_NAME": "CENTRO (ES)", "LEVL_CODE": 1, "URBN_TYPE": 0}, "id": "ES4"}]}
Loading
Loading