John Smith schrieb: > 2009/12/22 Stephan Plepelits <[email protected]>: >> Does anybody see a problem adding these HTTP-Header-line to the >> OpenStreetMap-API and the Nominatim-API? > > If you don't want to wait for others to update their scripts you could > proxy the request via a php script... This would have the side benefit > of working for older browsers too...
That's the way i'll do it: read the xml with php, preprocess it, dropping all data you don't need, cache when appropriate and return as json. It would be cool to have suche a proxy for the complete osm api.. Peter _______________________________________________ dev mailing list [email protected] http://lists.openstreetmap.org/listinfo/dev

