0.8.0 • Published 3 years ago
@seracio/g2x v0.8.0
Principles
Build lib
<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
3 years ago
0.7.0
3 years ago
0.6.3
3 years ago
0.6.2
3 years ago
0.5.3
3 years ago
0.6.4
3 years ago
0.6.1
3 years ago
0.5.2
3 years ago
0.6.0
3 years ago
0.5.0
3 years ago
0.4.0
3 years ago
0.5.1
3 years ago
0.3.0
3 years ago
0.2.3
3 years ago
0.2.2
3 years ago
0.2.1
3 years ago
0.2.0
3 years ago
0.1.2
3 years ago
0.1.1
3 years ago
0.1.0
3 years ago