Pedro Bullo Junior
Results
3
issues of
Pedro Bullo Junior
Adding simple RPG-like camera example. Feel free to edit o/
Blue/Purple/Red for linked items Plus, Tooltip and Action House list. Can it be added? Great addon.
enhancement
Request for support these features: **OL transform feature example:** ``` var feature = new ol.Feature(); var point = new ol.geom.Point([item.long, item.lat]); feature.setGeometry(point.transform('EPSG:4326', 'EPSG:3857')); ``` **Popup feature example:** ``` var map...