Skip to content

Commit

Permalink
Map Tile Stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
PartTimeJS committed Jul 9, 2020
1 parent 847b0d4 commit cd5c9ca
Show file tree
Hide file tree
Showing 53 changed files with 7,401 additions and 0 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
29 changes: 29 additions & 0 deletions configs/z_maptiles/TileServer/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"options": {
"paths": {
"root": "/usr/src/app/node_modules/tileserver-gl-styles",
"fonts": "/data/fonts",
"styles": "/data/styles",
"mbtiles": "/data/mbtiles"
}
},
"styles": {
"klokantech-basic": {
"style": "klokantech-basic/style.json"
},
"dark-matter": {
"style": "dark-matter/style.json"
},
"osm-bright": {
"style": "osm-bright/style.json"
},
"positron": {
"style": "positron/style.json"
}
},
"data": {
"v3": {
"mbtiles": "north-america.mbtiles"
}
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 23 additions & 0 deletions configs/z_maptiles/TileServer/styles/dark-matter/sprite.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"circle-11": {
"height": 17,
"pixelRatio": 1,
"width": 17,
"x": 64,
"y": 0
},
"star-11": {
"height": 17,
"pixelRatio": 1,
"width": 17,
"x": 81,
"y": 0
},
"wood-pattern": {
"height": 64,
"pixelRatio": 1,
"width": 64,
"x": 0,
"y": 0
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"circle-11": {
"height": 34,
"pixelRatio": 2,
"width": 34,
"x": 128,
"y": 0
},
"star-11": {
"height": 34,
"pixelRatio": 2,
"width": 34,
"x": 162,
"y": 0
},
"wood-pattern": {
"height": 128,
"pixelRatio": 2,
"width": 128,
"x": 0,
"y": 0
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit cd5c9ca

Please sign in to comment.