Skip to content

Commit

Permalink
Merge branch '2024-06' of https://github.com/gama-platform/gama into …
Browse files Browse the repository at this point in the history
…2024-06
  • Loading branch information
AlexisDrogoul committed Feb 6, 2025
2 parents d94a4ac + bb1f15f commit d6d6ce9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ global {
} else {
point top_left <- CRS_transform({0,0}, "EPSG:4326").location;
point bottom_right <- CRS_transform({shape.width, shape.height}, "EPSG:4326").location;
string adress <-"http://overpass.openstreetmap.ru/cgi/xapi_meta?*[bbox="+top_left.x+"," + bottom_right.y + ","+ bottom_right.x + "," + top_left.y+"]";
string adress <-"http://overpass-api.de/api/xapi_meta?*[bbox="+top_left.x+"," + bottom_right.y + ","+ bottom_right.x + "," + top_left.y+"]";
write "adress: " + adress;
osmfile <- osm_file<geometry> (adress, osm_data_to_generate);
}
Expand Down

0 comments on commit d6d6ce9

Please sign in to comment.