What I want to do is pass the OSM data it to the OSM reader in a single workspace. I guess I could call the OSM fetcher in a startup Python script but that seems more convoluted than it should be. Am I missing something obvious?
Thanks,
Alan
What I want to do is pass the OSM data it to the OSM reader in a single workspace. I guess I could call the OSM fetcher in a startup Python script but that seems more convoluted than it should be. Am I missing something obvious?
Thanks,
Alan
This is not very elegant and I hope somebody has a better suggestion, but I guess you could write the XML chunk using a PythonCaller (it is just a text file, after all) and then read the file back again using a FeatureReader with the OSM format.
David
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.