Compare commits

...

2 commits

Author SHA1 Message Date
Shautvast
69a184a8da combine martin endpoints 2026-04-04 15:35:44 +02:00
Shautvast
bdafef79f9 test url by default 2026-04-04 15:33:22 +02:00
2 changed files with 3 additions and 8 deletions

View file

@ -44,10 +44,5 @@ 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

View file

@ -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://localhost:8080'; static const String defaultBackendUrl = 'http://192.168.2.59:8080';
/// Default map center: Amsterdam. /// Default map center: Amsterdam.
static const double defaultLat = 52.3676; static const double defaultLat = 52.3676;