-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BUGFIX] Enable canary islands processing. Mapping in constants.py an…
…d movement of .json content (#169) * add canary islands json * remove canary islands tiles from spain json * constants mapping changes for canary_islands Co-authored-by: masc4ii <[email protected]>
- Loading branch information
Showing
3 changed files
with
82 additions
and
79 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,79 @@ | ||
[ | ||
{ | ||
"x": 115, | ||
"y": 106, | ||
"left": -18.28125, | ||
"top": 29.53523, | ||
"right": -16.875, | ||
"bottom": 28.304381, | ||
"countries": [ | ||
"canary-islands" | ||
] | ||
}, | ||
{ | ||
"x": 116, | ||
"y": 106, | ||
"left": -16.875, | ||
"top": 29.53523, | ||
"right": -15.46875, | ||
"bottom": 28.304381, | ||
"countries": [ | ||
"canary-islands" | ||
] | ||
}, | ||
{ | ||
"x": 117, | ||
"y": 106, | ||
"left": -15.46875, | ||
"top": 29.53523, | ||
"right": -14.0625, | ||
"bottom": 28.304381, | ||
"countries": [ | ||
"canary-islands" | ||
] | ||
}, | ||
{ | ||
"x": 118, | ||
"y": 106, | ||
"left": -14.0625, | ||
"top": 29.53523, | ||
"right": -12.65625, | ||
"bottom": 28.304381, | ||
"countries": [ | ||
"canary-islands" | ||
] | ||
}, | ||
{ | ||
"x": 115, | ||
"y": 107, | ||
"left": -18.28125, | ||
"top": 28.304381, | ||
"right": -16.875, | ||
"bottom": 27.059126, | ||
"countries": [ | ||
"canary-islands" | ||
] | ||
}, | ||
{ | ||
"x": 116, | ||
"y": 107, | ||
"left": -16.875, | ||
"top": 28.304381, | ||
"right": -15.46875, | ||
"bottom": 27.059126, | ||
"countries": [ | ||
"canary-islands" | ||
] | ||
}, | ||
{ | ||
"x": 117, | ||
"y": 107, | ||
"left": -15.46875, | ||
"top": 28.304381, | ||
"right": -14.0625, | ||
"bottom": 27.059126, | ||
"countries": [ | ||
"canary-islands" | ||
] | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters