0.8.0 • Published 2 years ago

@seracio/g2x v0.8.0

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

Principles

npm.io

Build lib

see vite library mode

<Plot data={collection}>
    <TransformProj proj={lambert93} target={collection}>
        <GeomFeature />
        <GeomPoint />
    </TransformProj>
</Plot>
<Plot data={collection}>
    <TransformProj proj={lambert93} target={collection}>
        <GeomFeature
            data={{
                type: "Sphere",
            }}
        />
        <GeomGraticule />
        <GeomFeature />
        <GeomPoint />
        <GuideProj />
    </TransformProj>
</Plot>

Il faut qu'on soit capable de faire des facets en changeant ou pas le bbox de la projection.

<Plot data={collection}>
    <FacetWrap by={(f) => f.properties.toto}>
        <TransformProj proj={lambert93}>
            <GeomGraticule />
            <GeomSphere />
            <GeomFeature />
            <GeomPoint />
            <GuideProj />
        </TransformProj>
    </FacetWrap>
</Plot>
<Plot data={collection}>
    <TransformProj proj={lambert93}>
        <FacetWrap by={(f) => f.properties.toto}>
            <GeomGraticule />
            <GeomSphere />
            <GeomFeature />
            <TransformCentroid>
                <GeomPoint />
            </TransformCentroid>
            <GeomPoint />
            <GuideProj />
            <GeomLabel />
        </FacetWrap>
    </TransformProj>
</Plot>
0.8.0

2 years ago

0.7.0

2 years ago

0.6.3

2 years ago

0.6.2

2 years ago

0.5.3

2 years ago

0.6.4

2 years ago

0.6.1

2 years ago

0.5.2

2 years ago

0.6.0

2 years ago

0.5.0

2 years ago

0.4.0

2 years ago

0.5.1

2 years ago

0.3.0

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago