-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
StreamPoint Display Issue #53
Comments
Hello sir, value property of the StreamPoint is used to extend the data structure of this object (StreamPoint). It cannot be used to change the StreamPoint appearance. Your code should be:
Appearance() method can change the way points are displayed. |
I don't understand error! But there was another similar bug that I solved in the last version 2.2.2. Please copy error details and send me!!! Please update package to last version. The error is generated when a pattern on Appearance is null Please update package to last version. |
Thanks for your answer, the last version was already updated this morning :) Error Generated
Nuggets Version : 2.2.2 razor.cs
Razor Error come when i use Apparence() Method.. Ty ! |
Hello,
I am encountering an issue with displaying StreamPoint objects in LeafletForBlazor. While the points are successfully added via the add() method and are visible in the map’s data filters, they do not visually render on the map itself.
Map and Point Configuration
Basemap: Using RealTimeMap.BasemapLayer with OpenStreetMap.
Zoom Level: Configured to ensure visibility.
Coordinates: Tested with specific coordinates (latitude = 43.6, longitude = 3.8).
Here is the code used to add a point with a symbol:
Observed Outcome
Expected Outcome: The point should display on the map at the specified coordinates with the colors defined in PointSymbol.
Actual Outcome: The point does not appear visually on the map, although it is visible in the map’s data filters and during debugging.
Environment
LeafletForBlazor Version: 2.2.0.8
Framework: Blazor Server / Blazor WebAssembly
Browser: Chrome / Firefox (tested on multiple browsers)
Actions Taken
Increased zoom level.
Tested different colors and sizes for PointSymbol.
Verified basemap and point positions.
Thank you in advance for any help in resolving this issue. Any solutions or recommendations would be greatly appreciated!
The text was updated successfully, but these errors were encountered: