Skip to content

Commit

Permalink
Removed obsolete topographic product 500K
Browse files Browse the repository at this point in the history
  • Loading branch information
icgcaadell committed Oct 14, 2024
1 parent e20534f commit a1500dd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion metadata.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ changelog=v1.1.22
- Added reminder to update plugin before reporting a problem
- Updated administrative divisions product with ETRS89 UTM31N version
- Reorganized download menu
- Removed obsolete topographic products 25K, 50K, 100K, 2M
- Removed obsolete topographic products 25K, 50K, 100K, 500K, 2M
- Fixed problem saving PDF map without "download folder" defined
- Fixed problem showing available products list (help menu)

Expand Down
1 change: 0 additions & 1 deletion resources3/fme.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@
("topografia-territorial", "Referencial topogràfic territorial", 50, 50000000, None, None, None, None, ["", "pol", "mu"], "topografia-territorial.tif", "5k_limits", "%s/fmedatastreaming/Descarrega_basica/geotiff2format_clip_coor.fmw?SW_X=%s&SW_Y=%s&NE_X=%s&NE_Y=%s&poligon=%s&DEF_NAME=bt5m&Format=GEOTIFF&Projecte=topografia-territorial&Codi=%s&piramide=True", None),

("mtc250m", "Mapa topogràfic 1:250.000", 2500, None, None, None, None, None, ["", "pol", "mu", "co", "cat", "tot"], "mtc250m.tif", "cat_rect", "%s/fmedatastreaming/Descarrega_basica/geotiff2format_clip_coor.fmw?SW_X=%s&SW_Y=%s&NE_X=%s&NE_Y=%s&poligon=%s&DEF_NAME=mtc250m&Format=GEOTIFF&Projecte=mtc250m&Codi=%s&piramide=True", None),
("mtc500m", "Mapa topogràfic 1:500.000", 5000, None, None, None, None, None, ["", "pol", "mu", "co", "cat", "tot"], "mtc500m.tif", "cat_rect", "%s/fmedatastreaming/Descarrega_basica/geotiff2format_clip_coor.fmw?SW_X=%s&SW_Y=%s&NE_X=%s&NE_Y=%s&poligon=%s&DEF_NAME=mtc500m&Format=GEOTIFF&Projecte=mtc500m&Codi=%s&piramide=True", None),
("mtc1000m", "Mapa topogràfic 1:1.000.000", 10000, None, None, None, None, None, ["", "pol", "mu", "co", "cat", "tot"], "mtc1000m.tif", "cat_rect", "%s/fmedatastreaming/Descarrega_basica/geotiff2format_clip_coor.fmw?SW_X=%s&SW_Y=%s&NE_X=%s&NE_Y=%s&poligon=%s&DEF_NAME=mtc1000m&Format=GEOTIFF&Projecte=mtc1000m&Codi=%s&piramide=True", None),

("ct1m", "Cartografia topogràfica 1:1.000", None, 2000000, None, None, None, None, ["", "pol", "mu"], "ct1m.shp-zip", "cat_limits", "%s/fmedatastreaming/Descarrega_basica/descarrega_shape_coor.fmw?SW_X=%s&SW_Y=%s&NE_X=%s&NE_Y=%s&poligon=%s&Projecte=ct1m&Codi=%s",
Expand Down

0 comments on commit a1500dd

Please sign in to comment.