Closed lvenier closed 1 month ago
on which platform you faced the issue ?
on which platform you faced the issue ?
no issue on android. not tested on apple. web only.
is the issue happen when you draw the circle or when you set the marker icon ?
another unrelated question are you happy with result from osrm because im working on adding other services like valhala or openroute ?
- is the issue happen when you draw the circle or when you set the marker icon ? if i change a markerIcon with no circle it is working. It looks it is adding the circle that create the image reduction.
- another unrelated question are you happy with result from osrm because im working on adding other services like valhala or openroute ? I have to say osrm is not the greatest but it is enough for our usage.
thnx for your feedback i will make fix for the bug and for routing like i said im working on adding more routing api in our routing client
new version has being published 1.3.1
Thanks for your fix.
I was not able to test as I get the following error when upgrading to 1.3.0 :
I have also the same issue in 1.3.1
iwill back home soon i will check it and do fix sorry for that
iwill back home soon i will check it and do fix sorry for that
Do you need any additionnal info ? let me know if I can help.
technically no i need to fix migration to web package the issue that response from js not what we expect so i will setup https for localhost that i can test getcurrentposition correctly
new version has been published 1.3.2
Thanks for the new version.
I have upgraded and tested and Im getting a new error :
it looks it is happening on
await controller.setMarkerIcon(geopoint,icon)
can you show me more of error trace ?
I have added the log file from my browser. Hope it helps. If not let me know how I can help.
new version is already published 1.3.3
new version is already published
1.3.3
I will test it today. Many thanks
All good ! It is working and no more issues. Issue can be closed.
Hello,
I am encountering an issue in the usage of the plugin. I have a map where I have added a marker :
Im my app if I change the marker color and add a circle with the following functions : await controller.setMarkerIcon(geopoint, blackIcon); await controller.drawCircle(CircleOSM( key: "BlackPoint", centerPoint: geopoint, radius: 30.0, color: Colors.white.withOpacity(0.5), borderColor: Colors.white, strokeWidth: 0, ));
I have may Marker size being changed (looks like divided by 2) :
Anything I should do ? Many thanks for your help.