Optional
additionalOptional additional options for the VectorSource.
The base-URL to an Overpass API instance (e.g. https://overpass-api.de/api/interpreter
).
Current map projection (e.g. EPSG:3857
)
Overpass API query part (e.g. node[amenity=post_box];
).
Optional
rewriteUse this function to rewrite the URL used to fetch features from an Overpass API service.
NOTE: Do not update the url
argument. Return a new URL
instance instead.
NOTE: Be careful with existing URL parameters. The vector source may not work correctly if predefined parameters are overwritten. The vector source might add additional parameters to its request URLs in the future.
Optional
timeoutRequest delay (in milliseconds) before the async query starts.
Defaults to 25
.
These are properties for Overpass API vector source.