Compare commits
2 commits
39b2a40167
...
69a184a8da
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
69a184a8da | ||
|
|
bdafef79f9 |
2 changed files with 3 additions and 8 deletions
|
|
@ -44,10 +44,5 @@ postgres:
|
|||
maxzoom: 14
|
||||
bounds: [-180.0, -85.0511, 180.0, 85.0511]
|
||||
|
||||
# Composite source: all four layers in a single tile
|
||||
composites:
|
||||
osm_all:
|
||||
- planet_osm_polygon
|
||||
- planet_osm_line
|
||||
- planet_osm_point
|
||||
- planet_osm_roads
|
||||
osm_all: planet_osm_polygon,planet_osm_line,planet_osm_point,planet_osm_roads
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ class AppConstants {
|
|||
AppConstants._();
|
||||
|
||||
/// Default backend URL when none is configured.
|
||||
static const String defaultBackendUrl = 'http://localhost:8080';
|
||||
static const String defaultBackendUrl = 'http://192.168.2.59:8080';
|
||||
|
||||
/// Default map center: Amsterdam.
|
||||
static const double defaultLat = 52.3676;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue