Closed avresial closed 3 months ago
Hello sir,
ImagesAndBoundsCoordinates is a class that allows adding images to the map. In your example, you have the url of a basemap service (is not a image). The image must appear in the browser when you have the url of the image in the address(bar).
Hi
I'm having issue with using overlays. My goal is to add OpenRailwayMap on to of the OpenStreetMap
Uppon initializing an application, I'm getting following error.
I know that in the latest nugget version there is
RealTimeMap
component. But it seems not to support overlays. MaybeImagesAndBoundsCoordinates
is not the right element to use. What is the correct way to achieve my goal?My razor component:
C# code: