1,049 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
140
views
React Leaflet Polyline keeps re-rendering and flickering during map interactions (zoom/pan) - how to make it stable?
I'm using React Leaflet to display a map with vehicle tracking points connected by a Polyline route. The issue is that when I zoom in/out or touch/drag the map, the Polyline route keeps re-rendering ...
1
vote
1
answer
48
views
Geopandas - Plot poly-lines with colomap legend
I need to plot poly-lines from a geopandas file, where every line has its own color based on same value (see plot). I am using this script for plotting:
line = geopandas.read_file(shapefile.shp)
ax =...
1
vote
2
answers
184
views
Indicating one way trail direction with arrows in leaflet and OSM
I am currently working on a trail mapping Next.js react app where I fetch data from OpenStreetMap and illustrate trails on a map using leaflet polyline. Some trails have the tag oneway= 'yes' which I ...
-1
votes
1
answer
308
views
Flutter map and polylines route
I am currently coding in flutter framework, and trying to get familiar with flutter_map, polylines and markers along with the route service. I have written the following code, but it keeps giving me ...
0
votes
1
answer
160
views
How do i create polylines in an Autocad 2007 DXF using C#?
How do I create some polylines with vertices in a custom AutoCAD 2007 DXF using C# code? I want to create a DXF for laser marker software to import.
0
votes
0
answers
152
views
Monitor whether the planned route is being executed
I have a route that has several coordinates that would basically be point A to point B, point B to point C,..., until the route is completed. I receive coordinate data from a tracker on the route ...
0
votes
1
answer
96
views
How to convert a start point and end point in Polyline to WGS84 in arcgis pro sdk
I have a code as shown below and co ordinates are in meter and need to convert to WGS system
private async void ShowBalloonCallout(Geometry geometry)
{
if (geometry is ...
1
vote
0
answers
60
views
google_maps_flutter how to display Polyline in its entirety
I want to display my motion on the google_maps_flutter, I know I can use the polylines feature, but how do I set initialCameraPosition so that all the lines are displayed on the current window? Here's ...
0
votes
1
answer
78
views
Animated `points` in `polyline` (svg) seems to have a 512 limit/bug on iOS (not macOS)
I have an SVG with a single polyline inside.
On a desktop, android, macOS the animation works great.
The line starts drawing from the left side towards the right.
On iPadOS and iOS the animation ...
1
vote
0
answers
343
views
Performance issues with iOS 17's MapPolyline in SwiftUI
I'm currently trying to implement a new feature into my transit app, which permits users to locate their busses, trams, etc onto a map. This feature's about to show on the map, the paths that a ...
0
votes
1
answer
96
views
Continous svg animation of a polyline
I have the following code (in TypeScript) that creates a polyline (based on 4 differents points x1y1, xCy1, xCy1, x2y2, where Xc is the half distance between x1 and x2 on a plane), so it is not a ...
2
votes
2
answers
495
views
SwiftUI Gradient Polyline on Map View
According to this WWDC video gradient Polylines should be available in SwiftUI map views.
https://developer.apple.com/videos/play/wwdc2023/10043/?time=1360
let coordinates = [
...
0
votes
1
answer
312
views
Generate polyline in paraview by loading data from .csv files
I am new to paraview and want to extract data along a polyline. This polyline however has 1000 points. If I use the polyline source in paraview, I need to add each point manually. I am thinking of ...
1
vote
1
answer
419
views
How to calculate the similarity(0%-99%) of two polylines in Python
Both two polylines contains a set of geo positions(like 38.663610000000006,-121.29237), the total number of position for each polylines are different.
How to calculate the similarity(0%-99%) of two ...
1
vote
1
answer
142
views
Feature to polygon does not retain field from polyline
Hello I am new with Arcpy. I have a polyline feature class and I used Feature to polygon for making polygon feature class.It works but it does not retain all fields from the polyline feature class.
As ...