Craig Kochis
Craig Kochis
Was just reading through the code and noticed `|| 0 ||` in the condition for checking the bounds: https://github.com/maptiler/tileserver-gl/blob/master/src/serve_data.js#L36 Was wondering if this is intentional, and if so, how if...
Hello, When starting the locally installed (`npm install -g tileserver-gl-light`) version, it starts up and serves the tiles correctly ```bash $ tileserver-gl-light Starting tileserver-gl-light v4.4.7 No MBTiles specified, using osm-2023-03-03.mbtiles...
Interface change: We modify the interface of `searchGeofences` to the following ``` /** Gets the device's current location, then searches for geofences near that location, sorted by distance. @param completionHandler...
* Adds a `main` directive to `package.json` with UMD support.
I'm trying to add a `ga('require', '...')` call as part of our Google Analytics integration, but having trouble access the function when GA is being loaded with segment (works fine...
I'm seeing an instance where truck routes are being re-routed off the main highway, and trying to understand why. Origin: `42.5525176,-114.5271132` Destination: `46.32539,-119.30359` Route: https://valhalla.openstreetmap.de/directions?profile=truck&wps=-114.4603729248047%2C42.563448700516524%2C-119.27925109863283%2C46.27958036616893 I would expect it to...
If a marker image is not specified, use the marker associated with the custom style if one exists.
I'm not sure whether this is intended behavior or not, but I didn't see anything about it in v5 breaking changes. Our map styles will return a `center` and `zoom`...