The tag has no wiki summary.

learn more… | top users | synonyms

11
votes
4answers
761 views

How to remove ESRI basemap credits?

As you can see from the attached sample map, the ESRI basemap credits are overpowering and reduce the cartographic design of the entire map. These credits appear to be new to 10.1 and essentially ...
0
votes
0answers
41 views

how can use a offline basemap?

My app needs to work in offline way because we have problems with signal internet 3G and can't downloading images from our servers. Somebody know how can do it ? Now I'm using API Arcgis JS 3.1 and ...
0
votes
0answers
111 views

Is there a way to improve the render quality of ESRI basemaps when exporting a map to PDF or JPG?

I've had this problem with ESRI base maps before but not this bad. The problem is that when I use an ESRI basemap as my backdrop, it looks fine in my MXD but when I export the map to PDF, JPG, or ...
0
votes
0answers
28 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 ...
1
vote
1answer
180 views

How do I use my own basemap with Javascript API?

I'm trying to make a map using the Javascript API. I want to use my own basemap, but I can't find the most simple code to do this. I always see something like this: function init() { map = ...
4
votes
1answer
77 views

GPS Elephant Tracking II: Is ArcGIS basemap imagery orthorectified?

-- For my original question and pictures of elephants wearing GPS equipped anklets, go here. -- I'm experimenting with the use of GPS anklets to track the movement of zoo elephants. This has proved ...
2
votes
1answer
91 views

How to add ocean_basemap in QGIS ?

Has anyone added the Ocean Base map to QGIS? I was able to add the Open Layers plugin and get the "land" basemap (among others), but not the ocean. Thanks, Mike
3
votes
1answer
433 views

Use OpenStreetMap in Basemapgallery - Manually

I dont know how to add the OpenStreetMap to the basemapgallery. I want to do this manually because when i use ShowARCGIS basemaps:true i get too many basemaps i dont use. Here's my code: ...
2
votes
1answer
173 views

How to Change the Default Displaying Order of Esri Basemaps in basemapGallery?

I just started using ArcGIS JS APIs. In my app, I want to combine a few ESRI basemaps with my own basemap service. I am using basemapGallery dijit to change basemaps. By default, basemapGallery shows ...
11
votes
1answer
416 views

How to increase the display performance of Bing basemaps in ArcMap?

I'd like to know if there are ways (within ArcGIS itself) to increase the display performance of basemaps within ArcMap. The internet connection was recently upgraded, so it is much faster than ...
3
votes
1answer
247 views

Basemap Gallery Error - ESRI JS API

I'm getting an error when trying to switch basemaps in my application(right now only works in IE9). TypeError: Unable to get value of the property '_basemapGalleryLayerType': object is null or ...