Skip to content

import marker color from kml or geojson #494

Description

@simonLouvet

Hello,

I try to specify color of marker during an import but that don't seem effectiv.

<Document>
        <Placemark>
            <Point>
                <coordinates>1.8457031250000002,47.45780853075031</coordinates>
            </Point>
            <styleUrl>#Style00</styleUrl>
        </Placemark>
        <Style id="Style00">
            <LineStyle>
                <color>ff6e6e6e</color>
            </LineStyle>
            <IconStyle>
                <color>ff6e6e6e</color>
            </IconStyle>
        </Style>
    </Document>

I ever try other color format (kml, Umap Color..).

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions