psyon

Results 3 comments of psyon

If that is an issue with iOS, then it should be mentioned on the documentation page. https://docs.microsoft.com/en-us/xamarin/essentials/file-picker?tabs=ios It would also be nice if MediaPicker had an option to pick multiple...

Given that the example code in the documentation demonstrates how to choose photos, it should be made clear that it's not possible to choose images from the Photos app, but...

using https://github.com/larsbutler/geomet to load the WKT The make feature function becomes ``` def make_feature(record): ''' Get a complete GeoJSON feature object for a record. ''' return dict( type='Feature', id=record.get('Key'), geometry=wkt.loads(record.get('WktGeometry')),...