javascript - Is there a way to make a Point feature show as text? -


in leaflet there option icons div's instead of images. meant make marker text, label moved user. trying reproduce using ol3 no success.

is there available in ol3 have text on map behaves point feature? in, can moved in edit mode , attached map in vector layer.

yes possible if set correctly style markers (without using image):

new ol.style.style({     text: new ol.style.text({...... 

look @ following working example: http://jsfiddle.net/pfavero/yabta24t/13/


Comments

Popular posts from this blog

PHP DOM loadHTML() method unusual warning -

python - How to create jsonb index using GIN on SQLAlchemy? -

c# - TransactionScope not rolling back although no complete() is called -