You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all I would like to Thank you for this excellent tool.
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Possibility of changing the colour of the line in Trip layer. For example, if there are 100 points in the first colour for the first 40 would be blue and next 60 would be red.
Describe the solution you'd like
A clear and concise description of what you want to happen.
Option in geojson where the colour of the line can be specified along with the coordinate data.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
@macrigiuseppe Thanks for the reply.
Seems like issue #399 talks about the colour customization in kepler GUI. However, my query is to update the GeoJson file such that a specific colour can be assigned to each coordinate point.
@kk2491 we are currently not going to support geojson customization but you can use convert your geojson into csv, breaking each line stream into individual line segment and take advantage of line layer customization abilities
First of all I would like to Thank you for this excellent tool.
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Possibility of changing the colour of the line in Trip layer.
For example, if there are 100 points in the first colour for the first 40 would be blue and next 60 would be red.
Describe the solution you'd like
A clear and concise description of what you want to happen.
Option in geojson where the colour of the line can be specified along with the coordinate data.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: