Tagged Questions
1
vote
2answers
66 views
Why does OpenLayers load OSM-like tiles, but does not show them?
I created a tile server with OSM-data in the German style. The data is quite similar to the official tile server for openstreetmap.de, provided by Fraunhofer IOSB.
...
0
votes
1answer
31 views
Does tile server renders every request?
I am trying to understand how tile server handle requests.
I red about Mapnik which "creates" the map using OSM,
Does "creates" means that every request is rendered and returned? If yes what is the ...
0
votes
1answer
41 views
What is the difference between the calculation for tiles generated with different projection?
I found that the tiles are generated under the Mercator projection in openstreetmap(here).
And in the wiki page,they provide the Derivation of tile names which is used to Calculate the covered tiles ...
2
votes
1answer
67 views
How often are MapQuest tiles updated with new OSM data?
When users make edits to OpenStreetMap, how long does it generally take for those edits to show up in the MapQuest tiles? Is this on the order of hours, days, or months?
1
vote
1answer
44 views
Styling map elements based on their properties
I am currently generating tiles based on OSM data using Mapnik and Python and am quite happy using the XML styling but I am at a loss as to how to vary the styling on an element by element basis.
I ...
3
votes
0answers
131 views
OpenStreetMap Tiles Not Loading in Firefox 17.0.1 - Pink Background [closed]
I recently ran into an issue where only a pink background is displayed in the openstreetmap on my webpage (tiles are not displaying). I found this topic OpenStreetMap tiles not loaded despite being ...
3
votes
1answer
143 views
OpenLayers OSM tile boundary
I have a local tile source of OSM tiles. I'd like to show the tile zoom, x, y on the tile so that I can optimize and create small offline groups of tile for specific areas(polygons).
I can get the ...
3
votes
1answer
414 views
Generating tiles for osm/esri shapefiles
I've generated tiles for OpenStreetMap .OSM files using Maperitive and quickly consumed them with leaflet (with no tile cache yet).
I'm now looking for the right and simple way to to that also with ...
2
votes
3answers
518 views
Optimizing OSM tiles download
Disclaimer: I don't know anything about maps, please excuse me.
In our mobile app, we use Cloudmade as our map tiles provider.
For certain places, we download multiple tiles for each zoom level ...
1
vote
1answer
174 views
A strange OSM tiles in Mapproxy
Could someone please help me with my issue? I try to use Mapproxy with OpenStreetMap server of tiles in order to get output WMS for my qgis client. Something like this:
...
sources:
arcgis_tms:
...
8
votes
3answers
2k views
Simple way to have an offline web based map?
My goal is to have a world map embedded in a web page, but without access to the internet. Preferrably only a set of tiles in combination with some slippy map js-lib. Storage space is not really an ...
3
votes
1answer
284 views
How do i get country boundary and names to show up in postgis backed mapnik rendered map?
I followed this to setup postgis server with planet-latest.osm. I used generate_xml.py to generate stylesheets. Using this style sheet with mapnik produces a world map with no country boundaries or ...
1
vote
1answer
329 views
Are there any repositories to find custom map tiles for an OpenLayers implementation?
I can't seem to find an WMS that looks the way I want. I've also checked all of the regular OSM places too and haven't quite found anything.
Can anyone recommend any places to find custom map tiles ...
6
votes
4answers
3k views
How to build tile server from Openstreetmap data for beginner?
I am a beginner at GIS and I am developing a Java Application which needs a map. (The map would specifically be of just one city in the Philippines.) I have researched on different ways to do this and ...
2
votes
3answers
2k views
How to calculate the optimal zoom-level to display two or more points on a map
We want to display several markers on a static map and want to calculate the optimal zoom-level like Google Maps does. We already calculated the bounding rectangle and the centerpoint of the map but ...
5
votes
2answers
404 views
Is there a way to render 3D map tiles?
I am looking for a way to create map tiles from OSM data but I would like the resulting map tile images rendered at a 45 degree angle. Is there any way this can be done? I have never see such an ...
17
votes
6answers
2k views
Creating a small web-mapping/map-tiling service
I am looking for a small-scale and easy way to present one or more polygon shapefiles online (on a municipal website without any existing map-server infrastructure, to be precise). Right now, I'm ...
7
votes
2answers
529 views
What is the effective and legal way to get map tiles for the size of 2 or 3 states?
I would like to get map tiles possibly from Open Street Map (yes I am aware about tile usage policy and would not like to breach that) or other source for the purpose to serve it as offline maps to ...
14
votes
7answers
3k views
Are there open access terrain tiles with a permissive license like OSM?
Are there open access terrain pyramidal map tiles with a permissive usage license like OpenStreetMap's? I'm building aviation-related maps with Polymaps and need a good raster basemap. The Google ...
7
votes
1answer
2k views
OpenLayers with my own OSM data server
I've gone through the process of setting up my own OSM database / tile server by setting up PostGIS, importing the Planet.osm data snapshot (took a few days), and setup Mapnik / cascadenik, etc. I ...
8
votes
4answers
2k views
Rendering custom OpenStreetMaps style (land=white, water=black): do I need a dedicated computer just to do this?
EDIT: My goal is NOT to use OpenStreetMap or cloudmade as a web map. I described exactly what I want ("a full, rasterized set of tiles for the entire world at zoom=10 (around 68 Gigapixels, ...
