-
Notifications
You must be signed in to change notification settings - Fork 2
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
Style with leaflet kml #18
Comments
@zcemycl Hi, And the way to do it is specify the color inside the kml itself. |
@aviklai Thanks for the reply. I did look into those examples before, and tried to add tags in it.
Within placemark's style, I added polystyle color before passing into kml. But it does not work. |
@zcemycl Can you try: |
@aviklai No. It does not work. |
@zcemycl Is this what you are trying to achieve? |
@aviklai Yes and no. I do want to colorize the kml file, but do not want online conversion of kml files to another format like json or txt. I wonder if there is any easy method to make many conversions, like having 100 kml files. Anyway, thanks for your help. |
@zcemycl just to clarify - I didn't convert the file - I just changed the extension so I could upload it here, as github doesn't allow uploading a file with the kml extension. |
I am trying to change the fillColor of the kml component.
But it does not work like geojson.
Are there any solves?
The text was updated successfully, but these errors were encountered: