geojson

  1. D

    Android Question Using FileHandler for geoJson File

    The following is the code for selecting a geoJson file (i assume): Dim cc As ContentChooser cc.Initialize("cc") cc.Show("text/geo+json", "Choose geoJson file") the geo+json came from the android documentation. When i go to select the file, it will not let me select a geojson file...
Top