Compare commits
No commits in common. "69a184a8dacad1b32c2d4f4ec48ee12eff962077" and "39b2a40167b98695903a94f8c4088e5be3568b25" have entirely different histories.
69a184a8da
...
39b2a40167
2 changed files with 8 additions and 3 deletions
|
|
@ -44,5 +44,10 @@ postgres:
|
||||||
maxzoom: 14
|
maxzoom: 14
|
||||||
bounds: [-180.0, -85.0511, 180.0, 85.0511]
|
bounds: [-180.0, -85.0511, 180.0, 85.0511]
|
||||||
|
|
||||||
|
# Composite source: all four layers in a single tile
|
||||||
composites:
|
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._();
|
AppConstants._();
|
||||||
|
|
||||||
/// Default backend URL when none is configured.
|
/// Default backend URL when none is configured.
|
||||||
static const String defaultBackendUrl = 'http://192.168.2.59:8080';
|
static const String defaultBackendUrl = 'http://localhost:8080';
|
||||||
|
|
||||||
/// Default map center: Amsterdam.
|
/// Default map center: Amsterdam.
|
||||||
static const double defaultLat = 52.3676;
|
static const double defaultLat = 52.3676;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue