zstadler
zstadler
@pnorman, @moodstubos, Was this issue already addressed? When using imposm 0.11.1 to run `imposm diff`, it prints `Updating generalized tables`: ``` [2022-04-14T07:00:43Z] 0:00:04 [step] Starting: Processing /import/changes.osc.gz [2022-04-14T07:00:43Z] 0:00:04 [step]...
You may look at https://github.com/Turfjs/turf/tree/master/packages/turf-point-to-line-distance In the scenario you describe, where there exists a point on a segment that is closer than the segment's ends, it finds that point https://github.com/Turfjs/turf/blob/84110709afda447a686ccdf55724af6ca755c1f8/packages/turf-point-to-line-distance/index.ts#L117...
Actually, the checkbox is not ignored. However, jq evaluation is not performed if the **JSON** box is empty. To reproduce: - Check "Null Input" option. - Enter `.` in the...
If all you are looking for is the ability to send the signal from the command prompt you may use ```sh docker exec tileserver-gl bash -c 'kill -HUP $(ps -x...
> > > If all you are looking for is the ability to send the signal from the command prompt you may use > > ```shell > docker exec tileserver-gl...
Valhalla has a `micro` and `micro2` branches that aims at mobile devices. [Compare `micro` with `main`](https://github.com/valhalla/valhalla/compare/master...GLMap:micro). I'm not sure it includes Android, or just iOS.
globus.software seems to be the owner of the [GetYourMap GitHub account](https://github.com/GLMap).  The GetYourMap website, https://getyourmap.com/, redirects to https://globus.software/.
The [Valhalla doc](https://github.com/valhalla/valhalla/blob/master/docs/sif/elevation_costing.md#addition-of-elevation-factors-into-valhalla-routing-tiles) say (my annotation in bold): > Given a segment of road, we evenly sample points (**at 60m apart**) along it. At each sample, we measure the elevation....
> I don't think running an elevation service on a mobile device is a good direction, we can maybe leverage the RGB tiles, but that's a lot of work too....
I'd like to add MapTiler's Topo style as a basemap. The URL for it is ``` https://api.maptiler.com/maps/topo/style.json?key=YourPersonalKey ```