marker Questions

7

Solved

I'm working on MapBoxgl and I want to add several markers. Here is my index.html: <!DOCTYPE html> <html> <head> <meta charset="UTF-8" /> <link href=" /assets/css/boot...
Rules asked 1/11, 2017 at 3:48

5

Solved

How can I rotate a marker in leaflet? I will have a lot of markers, all with a rotation angle. I've tried this solution from runanet/coomsie at Leaflet on GitHub, but nothing happens with my marke...
Tryma asked 21/11, 2012 at 13:45

8

Solved

I tried everything I found on the web, Stackoverflow and Github, and I still can't make it. I want to make a custom marker with a custom icon, but with my code below I always got an error : 'TypeE...
Yalonda asked 8/12, 2017 at 23:55

2

Solved

Is there a way to change the marker size in a map based on a certain value? For example, if I were plotting the population of individual cities and the marker was a circle, the circle would be bi...
Frants asked 19/10, 2016 at 16:44

2

Solved

I am plotting Cumulative Distribution Functions, with a large number of data points. I am plotting a few lines on the same plot, which are identified with markers as it will be printed in black and...
Maladjusted asked 11/1, 2010 at 6:34

7

I'm having problem with icon resizing in google map. I have an svg file for make it responsive. this is how I call the svg file MyGreenSVG = { url: 'greenFill.svg', size: new google.maps.Size(2...
Aught asked 24/4, 2014 at 9:24

1

Solved

I am developing a flutter app, trying to add Google Maps using the official plugin, however, there are tons of system markers that I don't know how to remove. The markers are from Google's own data...
Toffey asked 4/2, 2022 at 0:35

4

Solved

I want to set the map zoom level to fit all markers on the map. I have used following method as said by many people, but it is not working for me. It is displaying some other point. if (positions....
Authorization asked 7/5, 2013 at 9:49

3

Solved

I have a problem with my leaflet map. I have some markers on my map and when clicking on one, the marker is centered. Now I want when clicking on one marker it is not only centered but I want to zo...
Conformist asked 2/7, 2014 at 9:40

3

Solved

I tried to svg icon as marker in Openlayers-3. Here in my code. var svg = '<?xml version="1.0"?>' + '<svg viewBox="0 0 120 120" version="1.1" xmlns="http://www.w3.org/2000/svg">' + '...
Proudlove asked 15/6, 2016 at 8:25

1

Solved

I have a dataframe df: x y z ... colours marker_size marker_opacity test1 0.118709 0.219099 -0.024387 ... red 100 0.5 test2 -0.344873 -0.401508 0.169995 ... blue 100 0.5 test3 -0.226923 0.021078 0...
Metalware asked 11/11, 2021 at 12:18

3

Solved

I am trying to do a scatter plot with speed over meters for each point where marker indicate different types, size indicate different weights and color indicate how old a point is over 10 minutes s...
Flamboyant asked 18/5, 2015 at 22:37

5

Solved

I am using MapBox SDK for offline map I have added multiple markers on map, how to get click event for markers. Is there any way to get click event of marker?
Stirk asked 11/2, 2015 at 13:10

1

Solved

I use flutter_google_maps and after tapping on a Marker the Marker is centered automatically on the map. Is there a way to disable this? Thanks Joerg
Hindrance asked 7/3, 2021 at 8:12

1

Solved

Question: Using a scatter plot in matplotlib, is there a simple way get a half-filled marker? I know half-filled markers can easily be done using a line plot, but I would like to use 'scatter' beca...
Cubby asked 23/1, 2021 at 14:50

5

Solved

I am using this part of code to add a marker in a MapFragment in Google Map Version 2. MarkerOptions op = new MarkerOptions(); op.position(point) .title(Location_ArrayList.get(j).getCity_name()) ...
Zook asked 5/8, 2013 at 7:53

1

Solved

I want to have the markers of a scatter plot match a radius given in the data coordinates. I've read in pyplot scatter plot marker size, that the marker size is given as the area of the marker in p...
Living asked 6/12, 2020 at 23:57

3

Solved

I want to change defult cluster group icon with my drawable icon. Please check my code for cluster program. MyClusterRenderer.java public class MyClusterRenderer extends DefaultClusterRenderer...
Francenefrances asked 24/4, 2017 at 5:36

6

Sorry for my English I tried the ClusterManager<?>.getMarkerCollection().getMarkers() method but it returns empty collection. I use in my app Google Maps Utility Library. Every time after a...

3

I cannot center my Google map on a marker after I geocode. I have two markers: The initial marker (the one that is centered on, does not change), the other one changes based on the geocoding, and ...
Cauley asked 4/7, 2019 at 15:36

0

I am having trouble getting the markers small enough to fit my needs. I am using the code below to generate the plot. import matplotlib.pyplot as plt plt.rcParams['figure.dpi'] = 500 plt.plot(xva...
Epithelium asked 11/8, 2020 at 22:4

2

Its possible to use a custom view instead of a Marker in Google Maps API v2? It's sad that Google doesn't allow us to customize our markers with views (Relative layout with imageviews, textviews et...
Premarital asked 26/2, 2016 at 15:19

5

Solved

What color is available to make a marker on Android map? How many colors are there and how to write the code of color?
Adalia asked 29/9, 2013 at 8:50

5

Solved

In may app i use Map from Google Maps V2 and in this map i am trying to add markers each Marker with an icon, but the marker is taking the size of the icon which is making the icon looks flue. How ...
Vicious asked 1/3, 2016 at 8:38

7

I'm using seaborn version o.4 and matplotlib version 1.42 I have a chart displays both line and marker through simple plot command eg. plt.plot([1,5,3,8,4],'-bo'); Due to a potential bug (https...
Murmuration asked 13/11, 2014 at 0:30

© 2022 - 2024 — McMap. All rights reserved.