Services_Openstreetmap icon indicating copy to clipboard operation
Services_Openstreetmap copied to clipboard

Makes communicating with the Open Street Map API, and Nominatim, from PHP intuitive.

Results 25 Services_Openstreetmap issues
Sort by recently updated
recently updated
newest added

Hello, I started using this library (1.0.0RC2), which is really helpful. I can't figure if there is a way yet to change changeset tags. I tried : ``` $osm =...

How is one supposed to figure out how the hell to get the included examples to work? I have installed composer and run composer.phar install, but nothing works out of...

I tried the examples. Works well, if all input, etc is correct, but if something is not the way it should be, PHP exit with error. Is there any suggested...

e.g. as per https://wiki.openstreetmap.org/wiki/API_v0.6#Details_of_multiple_users but idiomatic to how the codebase already works.

hacktoberfest
good first issue

Example: ``` $changeset = $osm->createChangeset(); $changeset->begin("removed tag"); $node = $osm->getNode($id); $node->removeTag("note"); $changeset->add($node); $changeset->commit(); ``` This creates a changeset but the tags of the node remain unchanged.

hacktoberfest

Make it support, read, and return values represented in all of the response text described at https://wiki.openstreetmap.org/wiki/API_v0.6#Miscellaneous

hacktoberfest

Sorry if the title of this issue sounds a bit harsh. I'm not a native English speaker, so no offense intended. ;) I have recently submitted issue #12 and you...

Bumps [rector/rector](https://github.com/rectorphp/rector) from 0.8.7 to 0.14.3. Release notes Sourced from rector/rector's releases. Released Recto 0.14.3 New Features :partying_face: Add rector/rector-php-parser - https://github.com/rectorphp/rector-php-parser Bugfixes :bug: [Down_To_PHP71] Handle both parent and child...

dependencies

Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 8.5.8 to 8.5.29. Changelog Sourced from phpunit/phpunit's changelog. [8.5.29] - 2022-08-22 Changed #5033: Do not depend on phpspec/prophecy [8.5.28] - 2022-07-29 Fixed #5015: Ukraine banner unreadable on...

dependencies