-1
votes
1answer
37 views

Do you know other map service provider company infrastructure? [closed]

I am using ArcGIS server platform for my company and ArcGIS works well. Bu I am wondering that the other big companies like that "google maps, nokia maps or bing maps" infrastructure. Which ...
1
vote
2answers
151 views

Fetch Google Map tile, without using Google Map API

Does anyone here know is there any other way to fetch Google map tile, without have to use Google Map API? Microsoft Bing Map does provide Rest API. wonder if possible to with Google Map, Cheer.
0
votes
0answers
29 views

Help IDing basemap used in this image?

Help! I'm trying to create a similar-looking map in ArcGIS and want to use this basemap if at all possible. The goal of the map is the same - show a certain point in relation to the surrounding ...
3
votes
1answer
126 views

Can I use QGIS plugins in PyQGIS as a stand alone script without iface?

Can I use a qgis plugin especially (openlayers plugin) in stand alone pyqgis script? I don't find examples, just code using iface but that cannot used in stand alone script.
1
vote
2answers
133 views

How do I use a layer of Bing / Google a “WebApplication” in “ArcGIS Server Manager”?

I'm using "ArcGIS Server." I want to publish a "WebApplication". I created a map of my city. I want to have as the background world map with satellite images of "BingMaps" or "GoogleMaps" or "ArcGIS ...
3
votes
2answers
166 views

Can OpenLayers request different language tiles from map providers (eg Bing or Google)?

If I am in the US and my browser locale is en-US, I'll get English language maps by default from Bing. Same thing if I access Bing tiles with OpenLayers. If I change my country/region to (for ...
0
votes
2answers
281 views

How can I synchronize Google Maps, Wikipedia, Mapmyindia, and Bing Maps data on one webpage?

I want to combine maps from Google maps, Wikimapia, Mapmyindia and Bing maps on one web page with synchronization like in Dual Maps. For example, if I pan on Google maps it should show the same ...
5
votes
2answers
1k views

Layer misalignment with UK Ordnance Survey data and OpenLayers

I am in the UK and my QGIS projects are based on UK Ordnance Survey mapping data and are set up in EPSG:27700. Whenever I have tried dropping an OpenLayers layer (Google Satellite/Bing Maps Aerial) in ...
1
vote
1answer
1k views

Data from google maps or bing maps available for offline use? Whole cities, I mean

I was developing some graph-based search algorithms and it would be interesting to use them against some real data. I used openstreetmap against them (downloaded some city-wide OML files from some ...
2
votes
2answers
683 views

OpenLayers with Google, Bing & MapQuest - Does it violate the terms of service?

to my understanding, you are not allowed to use the Google Maps API to display Google and Bing maps (Layer Toggle) (From the terms of service). However, I'm unclear if I can have an OpenLayers map ...
14
votes
3answers
10k views

How to add Basemaps from Google or Bing in QGIS?

Like ArcGIS Desktop has the option of using basemaps from ArcGIS online, does QGIS have any such options?
3
votes
1answer
461 views

Retrieve road segment from Google or Bing Maps

Let me see if I would be able to explain this correctly... Both Bing and Google Map geocoders can return you and a point given an address. Is there any way to retrieve an 'address range' instead i.e. ...
2
votes
1answer
990 views

sharpmap overlay mapinfo on bing/google

I want to use sharpmap to overlay a mapinfo tab file onto google or bing. I have it working pretty much at the moment however the co-ordinates that bing/google show are in correct so my mapinfo file ...
8
votes
4answers
602 views

Satellite Imagery Providers

I'm building a web application - my requirements are: Must have global satellite imagery. Must have easy to use API's that are capable of geoJSON data imports, mouse and keyboard gestures, etc. To ...
7
votes
3answers
744 views

Performance of google map tile creation processes

I know that question is rather vague but please bear w/me. I'm trying to get an idea of what sort of product performance - specifically timing - people have seen for various methodologies they have ...
4
votes
1answer
917 views

Coordinates of upper left corner in the world file?

According to Wikipedia and ESRI last two lines in the world file represent x and y coordinates of center of upper left pixel. Now, if I have a world file like this: 32.0 0.0 0.0 -32.0 691200.0 ...
33
votes
3answers
8k views

What is the current Web Mercator projection code?

The web mercator projection, popularised by Google Maps, seems to be given a new EPSG code every couple of years. EPSG:900913 (Google in calculator text) was an unofficial code EPSG:3785 - is the ...