Tried many different scenarios but no luck so far. Works fine with the tool.
FeatureLibrary library = new FeatureLibrary("/storage/emulated/0/Download/bremen.gol"); //this is okay
Features<?> movieTheaters = library.select("na[amenity=cinema]"); //throws an error
- com.geodesk.feature.match.QueryException: [1:4]: Unknown feature type '[', should be 'n','w','a', or 'r'
Any ideas would be helpful.