Skip to content

Commit

Permalink
Docs and Sprites fix (#852)
Browse files Browse the repository at this point in the history
* docs: updates

* Styling: fix for broken sprite URL
  • Loading branch information
Jeremy-Prior authored Jan 26, 2024
1 parent d98bc48 commit a54db1b
Show file tree
Hide file tree
Showing 32 changed files with 635 additions and 18 deletions.
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.
2 changes: 1 addition & 1 deletion django_project/webmapping/styles/minisass_style_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"maxZoom": 14
}
},
"sprite": "https://raw.githubusercontent.com/kartoza/miniSASS/main/django_project/webmapping/styles/icons/minisass_sprites_larger%402x",
"sprite": "https://raw.githubusercontent.com/kartoza/miniSASS/main/django_project/webmapping/styles/icons/minisass_sprites_larger",
"glyphs": "https://api.maptiler.com/fonts/{fontstack}/{range}.pbf?key=cc4PpmmWZP73LjU1nsw3",
"layers": [
{
Expand Down
Loading

0 comments on commit a54db1b

Please sign in to comment.