The marker tag has no wiki summary.
1
vote
0answers
77 views
Leaflet: Linking a marker click event to an image
I'm breaking down my question into three parts. I am a beginner to Leaflet and to writing code. Currently, I have a JSON file with all of my markers linked to my map page. The idea is that every ...
2
votes
2answers
182 views
Is it possible to add a simple image or graphic to the map canvas?
Is it possible to add a simple image or graphic to the map canvas in QGIS (e.g. a symbol marker)?
1
vote
3answers
246 views
How to style a shapefile in GeoServer?
I have a shapefile data of buildings. I added it to GeoServer and serve it as a WMS layer. When I check my own maps in the browser my polygons of building appear black color and I want to change it's ...
6
votes
3answers
407 views
How do I stop event propagation with rightclick on Leaflet marker?
I didn't find a rightclick event in Leaflet markers so I started listening to the mousedown event. In the method that resolves this event I check
if (event.originalEvent.button == 2) {
...
1
vote
1answer
592 views
Add label/text to esri.symbol.PictureMarkerSymbol
How can I add label or text on the ESRI's PictureMarkerSymbol (Javascript API)?
I could use any other marker as well that support labels.
Thanks!!
2
votes
0answers
207 views
how to show information window for the marker cluster
This is my markercluster code :
i need information window for the markercluster icon as well as marker icon, i have another cluster.js file,
can some one please tell me how can i show the information ...
1
vote
0answers
91 views
How to add text for markers not icon
I have a Open Layers map project where I currently add dynamic markers based on a query but I really want to show some text instead of the marker icon. Is there a way I can either render some text to ...
0
votes
0answers
199 views
Problem: Click on the feature and marker in OpenLayers
Have a problem: when i activated that control:
function onPopupClose(evt) {
selectControl.unselect(selectedFeature);
}
function onFeatureSelect(feature) { ...
3
votes
2answers
672 views
Program to create EMF that conserves transparency
What open source tools allow for the creation of EMFs that conserve transparency in ArcMap? I tried VeryPDF and Any DWG to Image Converter, neither on actually gave me a vector file that provided ...
2
votes
1answer
266 views
symbol created from emf still acts like a picture and blocks out surrounding vector data
I have a lot of CAD blocks that I want to convert to symbol markers to use in ArcGIS 10. Everything I read says the emf is converted to vector data, but that does not seem to be the case. Procedure: ...
1
vote
0answers
417 views
Polymaps marker/point popup
I think my question is a duplicate of http://stackoverflow.com/questions/6525176/how-can-you-add-html-layers-to-polymaps but it seems better posted in GIS StackExchange.
I'm using the Polymaps JS ...
1
vote
0answers
212 views
Cloudmade Web Maps API Marker Clustering problem
I've just started learning Cloudmade Web Maps API. I'm at marker clustering, and I'm facing a strange problem; whenever I try accessing the page below, content of elements must consist of well-formed ...
6
votes
1answer
187 views
Plotting 1M+ intensity reading as custom shapes with Google Maps
I currently have a database (Mongo, atm) holding roughly 1M points of data corresponding lat/lon/intensity values that I'd like to plot over a region using the Google Maps API.
Ideally, I'd like to ...
2
votes
2answers
456 views
Composite Symbol in FlexViewer 2.2
I have two questions regarding picture marker symbol in flex viewer:
How can I make a composite symbol so that users can re-size and drag it. Any example code could help a lot.
I have three symbols ...
4
votes
2answers
5k views
How can I create a transparent marker/symbol in ARCGIS 10?
I am trying to do this by setting up the transparency of the layer, but the markers seem unaffected by this change.
Any ideas?

