Hi all,<br><br>A quick and a dumb question: I've been trying to get the ruby port working in order to compare the api query from it with the results of our C++ implementation of the api. I've imported a uk sub-section of world using planetosm-to-db.pl into a mysql db - it seems to be successfully populated. The local version of the server is up and running and in development mode. However I get errors from the ruby when attempting to use the map query. Can anyone help - or tell me which M to RTF? The error follows:<br>
<br>[2008-06-13 18:53:37.575916 #15008] NoMethodError (You have a nil object when you didn't expect it!<br>The error occurred while evaluating nil.data_public?):<br> /app/models/node.rb:123:in `to_xml_node'<br>
/app/controllers/api_controller.rb:160:in `map'<br> /app/controllers/api_controller.rb:158:in `each'<br> /app/controllers/api_controller.rb:158:in `map'<br> /var/lib/gems/1.8/gems/actionpack-2.0.1/lib/action_controller/base.rb:1168:i<br>
n `send'<br> /var/lib/gems/1.8/gems/actionpack-2.0.1/lib/action_controller/base.rb:1168:i<br>n `perform_action_without_filters'<br> /var/lib/gems/1.8/gems/actionpack-2.0.1/lib/action_controller/filters.rb:697<br>
:in `call_filters'<br> /var/lib/gems/1.8/gems/actionpack-2.0.1/lib/action_controller/filters.rb:689<br>:in `perform_action_without_benchmark<br> /var/lib/gems/1.8/gems/actionpack-2.0.1/lib/action_controller/benchmarking.r<br>
b:68:in `perform_action_without_rescue'<br>