Questions tagged [stamen-maps]

Stamen is a design and technology studio in San Francisco specializing in maps and data visualization. They have a number of open-sourced mapping projects available.

Stamen is a design and technology studio in San Francisco specializing in maps and data visualization. They have a number of open-sourced mapping projects available.

See

28 questions
8
votes
3 answers

ggmap stamen watercolor png error

I would really appreciate some help / ideas about a problem I am having with ggmap and stamen watercolor. I keep getting the same error message every time I try to create a stamen watercolor map: "Error in readPNG(destfile) : file is not in PNG…
user3260180
  • 81
  • 1
  • 2
6
votes
2 answers

folium custom map tiles

I want to add this map tile layer to my map – Stamen toner-background. As I read in documentation I need to simply give custom url in the tiles attribute of map mapa = folium.Map(width=1000, height=700, zoom_start=5.5, location=[52.5,…
ggegoge
  • 71
  • 1
  • 4
4
votes
3 answers

Mapping using ggmap & Stamen maps in R: labelling points and scale

I'm trying to make a map of my study site using ggmap & Stamen maps. I've seen a few similar questions but haven't figured out a way to incorporate the solution into my Stamen map code. I have two questions regarding this: 1. How can I custom label…
kittenbuns
  • 55
  • 6
4
votes
1 answer

Working with Google Maps, Stamen Tiles (an existing tile library) and Require.js?

I am trying to write a module`to load a Stamen tile map under Require.js, but I'm unsure how to best use it with Require. If you haven't seen Stamen maps before, their site is at Stamen Maps. This is the code for the map view, view.js define([ …
superhighfives
  • 442
  • 5
  • 10
3
votes
1 answer

readPNG error: ggmap and Stamen Maps

I keep getting this error Error in readPNG(destfile) : libpng error: PLTE: CRC error with the following code: map <- get_map(location='Auckland', source="stamen", maptype="toner", zoom=11) ggmap(map) This does works however: map <-…
Phil Donovan
  • 1,075
  • 1
  • 9
  • 18
2
votes
0 answers

Mapping across antimeridian with ggmap and Stamen maps

I'm trying to make a map using {ggmap} and Stamen maps. The map needs to span the antimeridian at 180° longitude. Specifically, I want the map to extend from -190° to -60° longitude. This is roughly the map that I want, so it's definitely possible…
datawookie
  • 1,607
  • 12
  • 20
2
votes
1 answer

Mapproxy shows tiles in wrong position

I am using Mapproxy to display map http://maps.stamen.com/toner/#3/49.78/-4.04. But the tiles are shown in wrong position. For example: Map without zoom: Map with one level zoom: More zoomed, the image looks even more odd. Mapproxy…
an9l
  • 21
  • 1
2
votes
2 answers

How to use Leaflet.js plugin with Stamen maps?

I am trying to add the following Leaflet.js slider to my map: https://github.com/Eclipse1979/leaflet-slider I originally just installed leaflet when installing Carto
James
  • 307
  • 8
  • 22
1
vote
1 answer

Mark the center of state in stamen maps

I want to draw a map like the below picture of untitled state and show the center of all state by a colorful circle. There is google map API which can use in R.But it seems that it's no longer available to use free of charge. How can I draw this…
zana saedpanah
  • 324
  • 3
  • 12
1
vote
1 answer

Maptype=toner produces maps in color, not black and white

I am having trouble producing a black and white stamen map using maptype=toner. Instead the code produces a map that is in color (see below). In addition, I can't figure out how to control the size of city and state names, and also am not sure how…
1
vote
1 answer

Exclude zoom level in leaflet stamen map

I have got a very basic stamen map. If I zoom to level 19, the map is not shown. I think this is because of the max level 18 in the the file http://maps.stamen.com/js/tile.stamen.js. What can I do, to provide someone to zoom to level 19?
astridx
  • 6,581
  • 4
  • 17
  • 35
1
vote
1 answer

Uncaught TypeError: google.maps.StamenMapType is not a function

I have not seen this question asked about Stamen tiles anywhere. I am trying to load two maps onto one page, one using Stamen tiles and another using "regular" Google Maps tiles. I've used Stamen in the past and had no issues but here I am not sure…
adin
  • 783
  • 3
  • 13
  • 27
1
vote
1 answer

Stamen Map Toner substr error Google Maps Api

I've been using this Toner Map by Stamen for a while. I built it using Google Maps. Its been working on multiple sites for the last 5-6 months. I just checked today as a client complained and they are all broken. Stamen:…
CharliePrynn
  • 3,034
  • 5
  • 40
  • 68
1
vote
1 answer

Gmaps4Rails integration with Stamen Maps

Has anyone figured out how to integrate Stamen tiles with Gmaps4rails? It's a bit confusing since google.maps isn't explicitly called in the Gmaps4Rails gem. Would love any advice on how to hook in the required information.
Han
  • 1,283
  • 11
  • 25
0
votes
0 answers

Labeling pies charts in scatterpie with ggplot2

I am using scatterpie in ggplot2 on a stamen map to create pie charts for admixture population genetics. I have successfully created a scatterpie plot layered onto a stamen map and now want to add labels to the pie plots. I would like to label them…
1
2