The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
67 views

Openlayers - how to display base layer before overlays and display overlays as they are being loaded?

This is my first question here. I already found a lot of good information here about openlayers so I guess it is the right place to ask. I am not a programer, I just usually adapt what I can find to ...
1
vote
1answer
35 views

Difference in raster size using raster2pgsql

I use the PostGIS-build-in raster2pgsql to load SAGA-raster into the db. I tried to grid them into 100x100-tiles, just as seen in the code: /usr/lib/postgresql/9.2/bin/raster2pgsql -s 32632 -a -F ...
0
votes
1answer
50 views

PostGIS Manager Load Error

I am using the PostGIS Manager Load data to PostGIS tool on a Windows install and am getting the following error: Something's wrong: ["'shp2pgsql' is not recognized as an internal or external ...
0
votes
0answers
15 views

Slow composer load up and export to PDF or image not working

I am running QGIS 1.9 on a Mac OS 1.8.2. Been having a realy slow load up of my .qpt File. When scrolling in the map area its slow takes 30 minutes or so to change location. Also when saving to PDF or ...
1
vote
1answer
138 views

ArcGIS Map Service: group layer loading

My ArcGIS JavaScript application is using an ArcGIS Server Map Service that has a bunch of layers. It also has a group layer. The structure is: Service group_layer_0 layer_1 ...
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 ...
2
votes
1answer
89 views

Load locations faster in ArcGis network analyst

I am currently using ArcGis Network Analyst to calculate an OD cost matrix. I was wondering whether there is a faster way to load my locations (origins, destinations and barriers) because my current ...
2
votes
2answers
191 views

OpenLayers: adding a loading indicator for WMS requests

I'm new to Openlayers and GIS in general. I have a WMS request followed by the addLayer method, and surrounded by the addition and deletion of a 'loading' class to an HTML element: ...
2
votes
1answer
231 views

LoadingPanel - Waiting for Vector & WFS loading

I have vector layer with WFS protocol. and because I have a huge amount of data, there is a while before features loaded on the map. So i need to tell user to wait a moment until they load by ...
1
vote
0answers
110 views

Best practice for loading shapefiles into ArcSDE geodatabase using web application

We are developing a web GIS using Flexviewer and we want to allow users to upload a shp file and insert it into a ArcSDE geodatabase. I think there are two steps at least. upload the shp file (zip) ...
0
votes
0answers
121 views

QGIS does not load all geometry-bearing tables from my database

I have postgreSQL database that I am connecting to through QGIS. When I connect to the database via the "Add PostGIS Layer" button, I get the following error message: "Database connection was ...
3
votes
0answers
398 views

How to load data programmatically from shapefile into feature class (geodatabase)?

Can some Genuis here help me programmatically (using python and comtypes) load shapefile data in to an existing geodatabase (feature class). The attributes of the shapefile has to match with the ...
3
votes
1answer
333 views

Waiting for Vector & WFS loading

user borrowed from friend since i use vector layer with wfs protocol, there is a little while before features loaded on the map. So i need to tell user to wait a moment until they load. what best ...
3
votes
2answers
718 views

Problem loading table in ArcMap

I am an ArcGis 10. ( ArcEditor licence) user and I have a problem when trying to load data with the Load Objects Tool in ArcMap. I want to load a table, but after I choose the input data ...
1
vote
0answers
46 views

Process to load elevation data into Oracle 11G

We have the National Elevation data set from USGS and considering loading it into Oracle (11G) database. Can someone help with the process/steps?
3
votes
2answers
3k views

OpenLayers load WFS vector layer: how to check whether all features are returned from server?

in my app, it takes several seconds to return all features of a WFS layer from server, I am just wondering whether there is a way to check whether all features are returned in coding, so that we can ...