Open JoostProRail opened 1 year ago
https://maps.prorail.nl/ also contains many layers with information, this could relatively easily also become available through openspoor.
In FeatureSearchOverview the prefix and base_url (which might be refactored as well) can be set to
self.prefix = 'https://maps.prorail.nl/' self.base_url = "https://maps.prorail.nl/arcgis/rest/services"
To get results from maps.prorail. Depending on how many other url locations turn up, a more generic solution may be required for this.
https://maps.prorail.nl/ also contains many layers with information, this could relatively easily also become available through openspoor.
In FeatureSearchOverview the prefix and base_url (which might be refactored as well) can be set to
To get results from maps.prorail. Depending on how many other url locations turn up, a more generic solution may be required for this.