Simon Poole

Results 452 comments of Simon Poole
trafficstars

> The `onActivityResult` is called if user returns back via Back button, and the result code is [RESULT_CANCELED](https://developer.android.com/reference/android/app/Activity#RESULT_CANCELED). It still doesn't have anything to do with this issue.

I currently suspect that google may have fixed https://github.com/MarcusWolschon/osmeditor4android/issues/176 in the SDK which would explain the symptoms.

A fix for both issues is in https://github.com/MarcusWolschon/osmeditor4android/commit/be24449fe851f71fa8edb6e1ac9d95b42a71bda5 leaving the issue open for now, because of potential performance impact and other issues.

There seems to be an issue with drawPath at high zoom levels that will cause "complex" paths to fail when HW accel is on. as a workaround I'm now turning...

See https://github.com/osmdroid/osmdroid/issues/725

The underlying issue for the problem is not fixable without clipping way segments manually. The problem is caused by path vertices getting so large pixel coordinates that they are outside...

A comment on the generated output of the new API ``` "version": "0.6", "generator": "OpenStreetMap server", "copyright": "OpenStreetMap and contributors", "attribution": "http://www.openstreetmap.org/copyright", "license": "http://opendatacommons.org/licenses/odbl/1-0/", ... ``` I don't believe we...

I've played around with it a bit, IMHO - the icon doesn't work and is graphically messy, don't have an alternative right now, outside of using a flag which however...

I've done some more thinking about this specific can of worms and would suggest that we apply some nomalisation on import to the access tags, likely via LUA transforms. ....

Am 21.03.2015 um 18:06 schrieb dieterdreist: > > Am 21.03.2015 um 13:47 schrieb simonpoole [email protected]: > > > > The alternatives: adding specific columns or using hstore seem to be...