The loading tag has no wiki summary.
0
votes
0answers
7 views
Network Analyst Loading Origins/Destinations and wait times
I'm having a difficult understanding the loading times when loading origins/destinations into Network Analyst.
I have many network datasets that all vary slightly. They were created in batches so the ...
1
vote
0answers
24 views
Can I tell QGIS to load/show only a part of an image?
can I tell QGIS to load/show only a part of an image without to extract this region as an extra/ new image?
0
votes
2answers
41 views
how to specify -t critical dowloading raster with raster2pgsql
I'm trying to download a raster into postgres/postgis.
So far I wrote:
raster2pgsql -s 3006 -I -C -M -R filename.tif -F -t 463.313x463.313 schema.rastername | psql -h localhost -U postgres -d db
...
1
vote
0answers
17 views
How to maintain the data at XML document after changing schema with Diagramer?
After exporting XML with schema and data I did some changes to the schema with ArcGIS Diagramer. now i need to import the new schema and all the data to a new empty file GDB. what are the best ...
1
vote
0answers
35 views
problem on loading kriging outputs [duplicate]
My problem is the following: everytime i run ordinary kriging or other interpolation techniques i obtain this error message from QGIS
Notice that these are the details for SAGA
I would like a ...
4
votes
3answers
112 views
how to make web mapping project run (serve map) faster
I'm implementing a project with openlayers 2.12, Geoserver 2.1.3 and PostgreSQL 9.1/PostGIS 2.0
I also use HTML5 Geolocation API and MapQuest's Geocoding API.
In the database I have data (osm_line, ...
3
votes
1answer
137 views
ggmap, ggimage… - Saving and loading maps in R
In my current R project I'm working with the ggmap package to download and display maps. What bothers me is that you need internet access to load maps from google etc. I'd like to load a map from the ...
2
votes
2answers
90 views
Searching Open Source tool to load raster data into Oracle spatial
I'm looking for a tool to load raster data into oracle spatial.
I found several commercial products but no open source tool.
Is there anything available in the open source world?
0
votes
1answer
64 views
How long should it take to load a point layer with readOGR? [closed]
I am afraid I am quite new to spatial analysis at anything beyond a superficial level, and I have only recently transitioned to utilizing R. I have been quite pleased with the versatility of areal ...
1
vote
1answer
285 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
85 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
113 views
PostGIS Manager Load Error [duplicate]
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 ...
1
vote
1answer
268 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
262 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
333 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
646 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
558 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
150 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) ...
2
votes
0answers
639 views
How to load data programmatically from shapefile into feature class (geodatabase)? [closed]
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
585 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
1k 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
53 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?
5
votes
3answers
4k views
OpenLayers load WFS vector layer: how to check whether all features are returned from server?
My app takes several seconds to return all features of a WFS layer from server, I am wondering whether there is a way to check whether all features are returned in coding, so that we can add a ...