- Posts: 41
- Thank you received: 0
Style path details of KML file
- Pleppo
- Topic Author
- Offline
- Senior Member
Less
More
5 years 8 months ago #12281
by Pleppo
Style path details of KML file was created by Pleppo
Hello,
I uploaded a KML file as a file layer.
It will be displayed to me in the frontend.
Now I wanted under "path details" change the line thickness and also set a transparent background.
It does not work correctly.
Although I set the line weight to "1", we have a strength of "3" and the background is not transparent.
I tried to edit the KML file directly, but my changes are not displayed. I can only change the name of the placemark.
The KML file in an SVG file in the source code?
The thing I see is this:
<path class="leaflet-interactive" stroke="#FF00ff" stroke-opacity="1" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" fill="#FF00ff" fill-opacity="0.2" fill-rule="evenodd" d="M565 40L565 9L595 9L595 40z"></path>
But I can not change the style, because they are right there in the TAG.
What can I do?
many Greetings
F.
I uploaded a KML file as a file layer.
It will be displayed to me in the frontend.
Now I wanted under "path details" change the line thickness and also set a transparent background.
It does not work correctly.
Although I set the line weight to "1", we have a strength of "3" and the background is not transparent.
I tried to edit the KML file directly, but my changes are not displayed. I can only change the name of the placemark.
The KML file in an SVG file in the source code?
The thing I see is this:
<path class="leaflet-interactive" stroke="#FF00ff" stroke-opacity="1" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" fill="#FF00ff" fill-opacity="0.2" fill-rule="evenodd" d="M565 40L565 9L595 9L595 40z"></path>
But I can not change the style, because they are right there in the TAG.
What can I do?
many Greetings
F.
Please Log in or Create an account to join the conversation.
- Dima
- Offline
- Platinum Member
5 years 8 months ago #12289
by Dima
Don't forget support my developments: post review in JED , donate , help with translation
Replied by Dima on topic Style path details of KML file
Hi.
Now you can apply color and opacity from paths details to your KML.
I'll add Weight, Fill Color, Fill Opacity in next release.
As for background I can't understand you. What it is?
Now you can apply color and opacity from paths details to your KML.
I'll add Weight, Fill Color, Fill Opacity in next release.
As for background I can't understand you. What it is?
Don't forget support my developments: post review in JED , donate , help with translation
Please Log in or Create an account to join the conversation.
- Pleppo
- Topic Author
- Offline
- Senior Member
Less
More
- Posts: 41
- Thank you received: 0
5 years 8 months ago #12292
by Pleppo
Replied by Pleppo on topic Style path details of KML file
Hi,
good job! It works.
many Greetings
F.
good job! It works.
many Greetings
F.
Please Log in or Create an account to join the conversation.
Time to create page: 0.240 seconds