#1 Mon 06 March 2017 13:18
- nima ninette
- Participant assidu
- Date d'inscription: 18 May 2016
- Messages: 187
pop up / tableau
bonjour svp est il possible d'afficher un tableu contenant ces information de pop up au niveau de (description:) maintenant j'ai un pop up contient un texte, j'ai essayé avec <table> </table> ça marche pas, Merci
var feature = new OpenLayers.Feature.Vector(
new OpenLayers.Geometry.Point( -0.64905, 35.24435 ).transform(epsg4326, projectTo),
{description:'<big><i><u>Pleau Eau</u></i></big> <br><strong>surface:</strong>38557Ha<br><strong>lien:</strong>Sidi Bel Abbes<br><strong>Date:</strong>12/03/2015'} ,
{externalGraphic: 'foret.png', graphicHeight: 25, graphicWidth: 21, graphicXOffset:-12, graphicYOffset:-25 }
);
vectorLayer.addFeatures(feature);
Hors ligne