Skip to content

Commit 0351556

Browse files
committed
switch localhost in for local ip
1 parent f3d3ef7 commit 0351556

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configs/styles/sgpm-basic.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
"sources": {
66
"openmaptiles": {
77
"type": "vector",
8-
"url": "http://192.168.1.103:8080/data/v3.json"
8+
"url": "http://localhost:8080/data/v3.json"
99
}
1010
},
11-
"glyphs": "http://192.168.1.103:8080/fonts/{fontstack}/{range}.pbf",
11+
"glyphs": "http://localhost:8080/fonts/{fontstack}/{range}.pbf",
1212
"layers": [
1313
{
1414
"id": "background",

0 commit comments

Comments
 (0)