OpenLayers create Layers from GeoJSON by property
问题 I want to use OpenLayers v5.3.0 to create a Web application. I’m able to show all features from a external GeoJSON File as a Vector Layer above a OSM Layer, but my GeoJSON File holds thousands of features, each enriched by a lot of properties. What I’m looking at is a way to be able to parse the GeoJSON File, filter it by properties (e.g. all features with the property "gender": "f", or "ethnic_gro": "Latvian", ) and display only those as an additional Vector Layer above my OSM Base Layer.