Skip to content

Commit

Permalink
add canal routes
Browse files Browse the repository at this point in the history
  • Loading branch information
ramSeraph committed Nov 24, 2024
1 parent d344ad3 commit e31c168
Showing 1 changed file with 31 additions and 1 deletion.
32 changes: 31 additions & 1 deletion routes.json
Original file line number Diff line number Diff line change
Expand Up @@ -611,9 +611,39 @@
"/not-so-open/streams/soi/": {
"handlertype": "pmtiles",
"category": "water",
"name": "SOi Streams",
"name": "SOI Streams",
"url": "https://github.com/ramSeraph/indian_water_features/releases/download/rivers/SOI_Streams.pmtiles"
},
"/not-so-open/irrigation/canals/soi/": {
"handlertype": "pmtiles",
"category": "water",
"name": "SOI Canals",
"url": "https://github.com/ramSeraph/indian_water_features/releases/download/irrigation/SOI_Canals.pmtiles"
},
"/not-so-open/irrigation/drains/soi/": {
"handlertype": "pmtiles",
"category": "water",
"name": "SOI Drains",
"url": "https://github.com/ramSeraph/indian_water_features/releases/download/irrigation/SOI_Canals.pmtiles"
},
"/not-so-open/irrigation/canals/bharatmaps/": {
"handlertype": "pmtiles",
"category": "water",
"name": "Bharatmaps Canals",
"url": "https://github.com/ramSeraph/indian_water_features/releases/download/irrigation/Bharatmaps_Canals.pmtiles"
},
"/not-so-open/irrigation/canal-polys/bharatmaps/": {
"handlertype": "pmtiles",
"category": "water",
"name": "Bharatmaps Canal Polygons",
"url": "https://github.com/ramSeraph/indian_water_features/releases/download/irrigation/Bharatmaps_Canal_Polygons.pmtiles"
},
"/not-so-open/irrigation/canal-names/bharatmaps/": {
"handlertype": "pmtiles",
"category": "water",
"name": "Bharatmaps Canal Names",
"url": "https://github.com/ramSeraph/indian_water_features/releases/download/irrigation/Bharatmaps_Canal_Names.pmtiles"
},
"/water-body-census/wris/": {
"handlertype": "pmtiles",
"category": "water",
Expand Down

0 comments on commit e31c168

Please sign in to comment.