-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* docs: updates * Styling: fix for broken sprite URL
- Loading branch information
1 parent
d98bc48
commit a54db1b
Showing
32 changed files
with
635 additions
and
18 deletions.
There are no files selected for viewing
86 changes: 86 additions & 0 deletions
86
django_project/webmapping/styles/icons/minisass_sprites_larger.json
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,86 @@ | ||
{ | ||
"crab_f": { | ||
"height": 59, | ||
"pixelRatio": 2, | ||
"width": 74, | ||
"x": 222, | ||
"y": 0 | ||
}, | ||
"crab_f_dirty": { | ||
"height": 60, | ||
"pixelRatio": 2, | ||
"width": 74, | ||
"x": 0, | ||
"y": 0 | ||
}, | ||
"crab_g": { | ||
"height": 59, | ||
"pixelRatio": 2, | ||
"width": 74, | ||
"x": 148, | ||
"y": 60 | ||
}, | ||
"crab_g_dirty": { | ||
"height": 60, | ||
"pixelRatio": 2, | ||
"width": 74, | ||
"x": 74, | ||
"y": 0 | ||
}, | ||
"crab_n": { | ||
"height": 60, | ||
"pixelRatio": 2, | ||
"width": 74, | ||
"x": 0, | ||
"y": 60 | ||
}, | ||
"crab_n_dirty": { | ||
"height": 60, | ||
"pixelRatio": 2, | ||
"width": 74, | ||
"x": 74, | ||
"y": 60 | ||
}, | ||
"crab_p": { | ||
"height": 60, | ||
"pixelRatio": 2, | ||
"width": 74, | ||
"x": 0, | ||
"y": 120 | ||
}, | ||
"crab_p_dirty": { | ||
"height": 60, | ||
"pixelRatio": 2, | ||
"width": 74, | ||
"x": 74, | ||
"y": 120 | ||
}, | ||
"crab_sm": { | ||
"height": 60, | ||
"pixelRatio": 2, | ||
"width": 74, | ||
"x": 0, | ||
"y": 180 | ||
}, | ||
"crab_sm_dirty": { | ||
"height": 60, | ||
"pixelRatio": 2, | ||
"width": 74, | ||
"x": 74, | ||
"y": 180 | ||
}, | ||
"crab_u": { | ||
"height": 59, | ||
"pixelRatio": 2, | ||
"width": 74, | ||
"x": 222, | ||
"y": 60 | ||
}, | ||
"crab_u_dirty": { | ||
"height": 60, | ||
"pixelRatio": 2, | ||
"width": 74, | ||
"x": 148, | ||
"y": 0 | ||
} | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
Oops, something went wrong.