TimSC / microcosm

OSM API v0.6 implemented in PHP
Other
8 stars 3 forks source link

map not defined #2

Closed h4ck3rm1k3 closed 12 years ago

h4ck3rm1k3 commented 12 years ago

in the file querymap.php, line 129

in the function function GetRelationsForElement($userInfo,$urlExp,$map) the map object is used but not passed $rels = $map->GetCitingRelations($type,(int)$id); how is this supposed to be passed:

TimSC commented 12 years ago

Fixed in my mikemod branch

h4ck3rm1k3 commented 12 years ago

ok i will be getting back to this soon, have been learning php and testing out this new method on other projects.