Skip to content
Mark Newnham edited this page May 16, 2013 · 15 revisions

Code reading issues (Preview) General

Try to extract all of the HTTP2_Requests to a transport area, see pear comments Consolidations of set/get lat/long offer gpx [is this the same as xml format], json results predefinition, explanation of objects

namespaces

Namespace Description
osm\transport Transport layer - Could read from a database instead

| osm\mapping| Mapping functions nodes, objects, ways osm\mapping\changsets|Changesets osm\mapping\editor|Map Editing Functions osm\mapping\tiles| get Tiles | osm\geo |GEO functions Nominatim getPlace, Coords of place osm\geo\mapquest|Use Mapquest osm\geo\osrm |Open Source routing machine osm\geo\cloudmade| Cloudmade interface osm\geo\mapnik|Mapnik interface osm\geo\leaflet| Wrapper for leaflet

Files (osm)

Load multiple files as objects and xref that with calls to apis download data as giles Issues with precisions.

Openstreetmap/__construct()

ini_set('precision',16)

Openstreetmap/bboxtolatlong()

Should this round to 6 decimals, and throw an error if the the lat long bounds are the same

Openstreetmode/get()

A better name for this function?

Openstreetmap/search()

Get more access to the search object be able to pass all the parameters as specified [http://wiki.openstreetmap.org/wiki/Search]

Openstreetmap/build() NEW

Function that allows you to create a file to import into JOSM