ImreSamu

Results 211 comments of ImreSamu

> The bbox from the status api with verbose on correctly shows this https://download.geofabrik.de/asia/india.html > But when I issue the below curl by picking any coordinate inside the bbox (even...

this is the visualisation of Geofabrik India poly ( https://download.geofabrik.de/asia/india.poly ) with your coordinate (lat: 26, lon: 69.25). ![image](https://github.com/valhalla/valhalla/assets/2217320/35e933b0-a74a-4ffc-831e-9e9e03930e9f) It's important to note that a random coordinate within India might...

Although there are thousands of unique `name:` tags in OpenStreetMap (OSM), many of them do not match the correct language code definitions. https://taginfo.openstreetmap.org/search?q=name%3A#keys Wikimedia recognizes around 710 language codes (...

Thank you for your feedback. Currently, the supported architecture for this image is `amd64` (also known as `x86-64`). This might be causing the warning you encountered. You can try running...

@sirmackan : > With admins built Please share the contents of your `admins` table. imho: It is likely that your `boras.osm.pbf` file does not contain the OSM admin data; so...

> Do we really think it has to do with admins data? In my personal opinion ( as a Valhalla power user), the default for debugging should be https://valhalla.openstreetmap.de/. This...

@sirmackan : > The goal is to get it to route the shortest path regardless > of which side of the road you drive on or which side of the...

( Transit + 'Segmentation fault' ) > `/valhalla/scripts/configure_valhalla.sh: line 254: 66 Segmentation fault valhalla_build_tiles -c ${CONFIG_FILE} -s enhance ${files} ` see : * https://github.com/gis-ops/docker-valhalla/issues/160#issuecomment-2259934828 * https://github.com/valhalla/valhalla/issues/4183

Postgis docker images are [rebuilt weekly](https://github.com/postgis/docker-postgis/blob/master/.github/workflows/main.yml) ( `cron: '15 5 * * 1'` ) , and our minimal test system prevents publication in case of any issues. After building, we...

@petetnt > in our use-case we are tied to a platform provider (eg. Google Cloud SQL, Postgres for Azure) > and we want to run our CI on a version...