From 8543c8915b3adacea3ea9dd227930a2bc11ff1b0 Mon Sep 17 00:00:00 2001 From: Your Mother Date: Tue, 4 Aug 2020 14:16:07 -0400 Subject: [PATCH] Remove old folder --- configs/z_maptiles/Templates/nest.json | 93 ----------------------- configs/z_maptiles/Templates/pokemon.json | 50 ------------ configs/z_maptiles/Templates/quests.json | 58 -------------- configs/z_maptiles/Templates/raids.json | 58 -------------- 4 files changed, 259 deletions(-) delete mode 100644 configs/z_maptiles/Templates/nest.json delete mode 100644 configs/z_maptiles/Templates/pokemon.json delete mode 100644 configs/z_maptiles/Templates/quests.json delete mode 100644 configs/z_maptiles/Templates/raids.json diff --git a/configs/z_maptiles/Templates/nest.json b/configs/z_maptiles/Templates/nest.json deleted file mode 100644 index a646d68..0000000 --- a/configs/z_maptiles/Templates/nest.json +++ /dev/null @@ -1,93 +0,0 @@ -{ - "style": "klokantech-basic", - "latitude": #(lat), - "longitude": #(lon), - "zoom": 15, - "width": 400, - "height": 220, - "scale": 2, - "markers": [ - #if(gyms != nil): - #for(pg in gyms): - #if(index(pg, 2) == 0): - { - "url": "https://raw.githubusercontent.com/whitewillem/PMSF/develop/static/forts/shield/Uncontested.png", - "latitude": #index(pg, 0), - "longitude": #index(pg, 1), - "width": 20, - "height": 20, - "y_offset": -8 - }, - #endif - #if(index(pg, 2) == 1): - { - "url": "https://raw.githubusercontent.com/whitewillem/PMSF/develop/static/forts/shield/Mystic.png", - "latitude": #index(pg, 0), - "longitude": #index(pg, 1), - "width": 20, - "height": 20, - "y_offset": -8 - }, - #endif - #if(index(pg, 2) == 2): - { - "url": "https://raw.githubusercontent.com/whitewillem/PMSF/develop/static/forts/shield/Valor.png", - "latitude": #index(pg, 0), - "longitude": #index(pg, 1), - "width": 20, - "height": 20, - "y_offset": -8 - }, - #endif - #if(index(pg, 2) == 3): - { - "url": "https://raw.githubusercontent.com/whitewillem/PMSF/develop/static/forts/shield/Instinct.png", - "latitude": #index(pg, 0), - "longitude": #index(pg, 1), - "width": 20, - "height": 20, - "y_offset": -8 - }, - #endif - #endfor - #endif - #if(stops != nil): - #for(ps in stops): - { - "url": "#(url3)", - "latitude": #index(ps, 0), - "longitude": #index(ps, 1), - "width": 20, - "height": 20, - "y_offset": -8 - }, - #endfor - #endif - { - "url": "#(url2)", - "latitude": #(lat), - "longitude": #(lon), - "width": 45, - "height": 45 - }, - { - "url": "#(url)", - "latitude": #(lat), - "longitude": #(lon), - "width": 40, - "height": 40 - } - ], - "polygons": [ - { - "fill_color": "#87ceeb60", - "stroke_color": "#000000", - "stroke_width": 1, - "path": [ - #for(coord in polygon): - #if(index!=0):,#endif[#index(coord, 0), #index(coord, 1)] - #endfor - ] - } - ] -} diff --git a/configs/z_maptiles/Templates/pokemon.json b/configs/z_maptiles/Templates/pokemon.json deleted file mode 100644 index 6966cb4..0000000 --- a/configs/z_maptiles/Templates/pokemon.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "style": "klokantech-basic", - "latitude": #(lat), - "longitude": #(lon), - "zoom": 15, - "width": 400, - "height": 220, - "scale": 2, - "markers": [ - #if(stops != nil): - #for(ps in stops): - { - "url": "https://raw.githubusercontent.com/PartTimeJS/Assets/master/pogo/other/tile_pokestop.png", - "latitude": #index(ps,0), - "longitude": #index(ps,1), - "width": 17, - "height": 17, - "y_offset": -7 - }, - #endfor - #endif - #if(gyms != nil): - #for(pg in gyms): - { - "url": "#index(pg, 2)", - "latitude": #index(pg, 0), - "longitude": #index(pg, 1), - "height": 20, - "width": 20, - "y_offset": -8 - }, - { - "url": "#index(pg, 3)", - "latitude": #index(pg, 0), - "longitude": #index(pg, 1), - "height": 20, - "width": 20, - "y_offset": -24 - }, - #endfor - #endif - { - "url": "#(url)", - "latitude": #(lat), - "longitude": #(lon), - "width": 45, - "height": 45 - } - ] -} diff --git a/configs/z_maptiles/Templates/quests.json b/configs/z_maptiles/Templates/quests.json deleted file mode 100644 index 9d66cfb..0000000 --- a/configs/z_maptiles/Templates/quests.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "style": "klokantech-basic", - "latitude": #(lat), - "longitude": #(lon), - "zoom": 15, - "width": 400, - "height": 220, - "scale": 2, - "markers": [ - #if(stops != nil): - #for(ps in stops): - { - "url": "https://raw.githubusercontent.com/PartTimeJS/Assets/master/pogo/other/tile_pokestop.png", - "latitude": #index(ps,0), - "longitude": #index(ps,1), - "width": 17, - "height": 17, - "y_offset": -7 - }, - #endfor - #endif - #if(gyms != nil): - #for(pg in gyms): - { - "url": "#index(pg, 2)", - "latitude": #index(pg, 0), - "longitude": #index(pg, 1), - "height": 20, - "width": 20, - "y_offset": -8 - }, - { - "url": "#index(pg, 3)", - "latitude": #index(pg, 0), - "longitude": #index(pg, 1), - "height": 18, - "width": 18, - "y_offset": -24 - }, - #endfor - #endif - { - "url": "#(url)", - "latitude": #(lat), - "longitude": #(lon), - "width": 50, - "height": 50 - }, - { - "url": "#(url2)", - "latitude": #(lat), - "longitude": #(lon), - "width": 40, - "height": 40, - "y_offset": -40 - } - ] -} diff --git a/configs/z_maptiles/Templates/raids.json b/configs/z_maptiles/Templates/raids.json deleted file mode 100644 index 1cacfcc..0000000 --- a/configs/z_maptiles/Templates/raids.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "style": "klokantech-basic", - "latitude": #(lat), - "longitude": #(lon), - "zoom": 15, - "width": 400, - "height": 220, - "scale": 2, - "markers": [ - #if(stops != nil): - #for(ps in stops): - { - "url": "https://raw.githubusercontent.com/PartTimeJS/Assets/master/pogo/other/tile_pokestop.png", - "latitude": #index(ps,0), - "longitude": #index(ps,1), - "width": 17, - "height": 17, - "y_offset": -7 - }, - #endfor - #endif - #if(gyms != nil): - #for(pg in gyms): - { - "url": "#index(pg, 2)", - "latitude": #index(pg, 0), - "longitude": #index(pg, 1), - "height": 20, - "width": 20, - "y_offset": -8 - }, - { - "url": "#index(pg, 3)", - "latitude": #index(pg, 0), - "longitude": #index(pg, 1), - "height": 20, - "width": 20, - "y_offset": -24 - }, - #endfor - #endif - { - "url": "#(url)", - "latitude": #(lat), - "longitude": #(lon), - "width": 50, - "height": 50 - }, - { - "url": "#(url2)", - "latitude": #(lat), - "longitude": #(lon), - "width": 55, - "height": 55, - "y_offset": -40 - } - ] -}