Daniel Koch & Marc Jansen, terrestris GmbH & Co. KG
FOSSGIS 2018, Bonn, 23.03.2018
Details gerne am terrestris Stand
A JavaScript library for building user interfaces
A high-performance, feature-packed library for all your mapping needs.
A set of geo related modules to use in combination with React, Ant Design and OpenLayers
import {
DigitizeButton,
GeometryUtil,
MapComponent,
MapUtil,
MapProvider,
NominatimSearch
} from '@terrestris/react-geo';
MapComponent
LayerTree
LayerTransparencySlider
Legend
NominatimSearch
DigitizeButton
MeasureButton
Jsonix
Turf.js
Proj4js
ag-grid
import {
LayerTree
} from '@terrestris/react-geo';
<LayerTree
map={map}
/>
<LayerTree
map={map}
layerGroup={layerGroup}
/>
<LayerTree
map={map}
filterFunction={layer => layer.get('name') != 'OSM'}
/>
import {
NominatimSearch
} from '@terrestris/react-geo';
<NominatimSearch
map={map}
/>
<NominatimSearch
map={map}
onMenuItemSelected={rec => /* do sth. with rec */}
/>
import {
MultiLayerSlider
} from '@terrestris/react-geo';
<MultiLayerSlider
layers={[
layer1,
layer2,
layer3,
layer4,
layer5
]}
/>
import {
FeatureGrid
} from '@terrestris/react-geo';
<FeatureGrid
map={map}
features={features}
/>
Diese Folien sind unter CC BY-SA veröffentlicht.