Marc Jansen, Bart van den Eijnden & Andreas Hocevar
Marc | Andreas | Bart |
jansen@ terrestris.de |
ahocevar@ boundlessgeo.com |
bartvde@ boundlessgeo.com |
@marcjansen | @ahocevar | @bartvde |
@selectoid | @ahoce | @6artvde |
window.map = new ol.Map({
target: 'trivial-map',
layers: [
new ol.layer.Tile({
source: new ol.source.OSM()
})
],
view: new ol.View({
center: ol.proj.transform([-93.27, 44.98], 'EPSG:4326', 'EPSG:3857'),
zoom: 9
})
});
// WMTS layer from GetCapabilities response
$.ajax('data/wmts-capabilities.xml').then(function(data) {
map.addLayer(new ol.layer.Tile({
source: new ol.source.WMTS(
ol.source.WMTS.optionsFromCapabilities(
new ol.format.WMTSCapabilities().read(data),
{layer: 'layer-7328', matrixSet: 'EPSG:3857'}))
}));
});
// Information about selected and deselected features
selectInteraction.on('select', function(e) {
alert(selectInteraction.getFeatures().getLength() +
' selected features (last operation selected ' +
e.selected.length + ' and deselected ' +
e.deselected.length + ' features)');
});
Einbindung von
Version 1.0.0 finanziert durch Kunden von Boundless
Zusammenarbeit von KlokanTech, Camptocamp und Boundless
Wir haben jetzt monatliche Releases
3.3.0: 3. März - 3.4.0: Ende März
Die stabile API darf sich bei Nebenversionen nicht ändern
Die instabile API darf geändert werden, aber Hinweise werden zur Verfügung gestellt
Entwickler Codesprint in Österreich
30. März bis 3. April
Ziele: benutzerfreundlich, Dokumentation, Build-Prozess, API
9 Teilnehmer von 5 Unternehmen
Weitere Informationen hier
WebGL Linien und Flächen
Tilted view
Esri ArcGIS JSON
Esri ArcGIS REST Vektor Services
Raster Reprojektion