Tagged Questions
0
votes
0answers
35 views
Diferent Line color and Diferent Markers at the same time
i'm about to develop a GIS Track App, but until now, i'm testing with some codes, that i've been creating, but for my project we are going to use XML as data records, today, i am able to create a ...
0
votes
1answer
81 views
Openlayers Linestring over edge of map
im trying to create a route displayer for ships. But im struggling with the edges of the map. When going from ie. 179* to 2* it displays a line across the entire map, instead of displaying it on the ...
1
vote
1answer
52 views
How to Blink a line on a map similarly like a point blinking on map through lat lon points
how to blink a line on a map which is formed by lat lon points through linestring from database the points(lat,lon) comes which is stored in form of MultiLineString.
similarly like how a point ...
0
votes
1answer
97 views
how to find vertices for a geometry in OpenLayers
I am having a LineString, where I need to find the vertices logically and save those vertices. Can anyone help me out. Or else how below can help me.
OpenLayers.Geometry.LineString = ...
1
vote
1answer
1k views
show a Collection of LineStrings with labels
I use the following peace of code to show multiple LineStrings which have a point as the last one, along with a label:
var strokeColors = [...];//"#FFAACC" kind-of elements
var linesLayer = new ...