A web programming language.
0
votes
0answers
11 views
Configure OpenGeo's Jetty to run php scripts [migrated]
I am using OpenGeo package on windows to develop a web mapping application with sdk suite. I would like to create a submit form dialog box with a php script, which saves the data to the database. ...
1
vote
1answer
33 views
Display Shapefile on website (Java or PHP)
i have to write an application where similar to Google Maps where i have to display a shapefile in a web application. My available technologies are Java (frontend framework: Apache Wicket) or PHP. It ...
0
votes
2answers
41 views
How to develop a PHP GIS Applicationfor land parcel search?
I know this question has been asked numerous times but not from this angle. I am proficient in PHP and PHP Frameworks, my interest is now on GIS with the sole intent of creating a map solution where ...
1
vote
1answer
29 views
How to get polygons from PostGIS table to PHP array best?
Currently I fetch polygons from a database table using ST_AsText(). The results are in text format, like the following.
POLYGON((84 104,212 48,321 122,243 179,275 238,131 240,84 104))
I am not ...
1
vote
1answer
26 views
PHP Mapscript get feature / shape by index in layer
I upgraded my Mapserver version from 5.6.x to 6.2.0 (yes, big version jump here!) and I am stuck with getting a shapeObj from a layer by simply using its Index (or FID for shapefiles or GID in case of ...
0
votes
0answers
34 views
pgrouting core function in php
I would like to use pgroutings core functions instead of wrapper. I need to do this because of the wrong edge order the wrapper gives. Please tell me how can i modify my code, im not familiar with php ...
0
votes
1answer
66 views
What should I start with WebGis Mapserver?
I'm not native English Speaker and I'm a graduated student who want to have a master degree in software engineering.
I have a thesis relative with "Build a WebGis for air pollution in Vietnam's ...
0
votes
0answers
15 views
How to retrieve latlon values of point that is searched by user?
I want to create a shortest route in openlayers. I created the sql queries of shortest route algorithms and can query shortest route in sql. Now I want to create a search functionality so that the ...
0
votes
1answer
42 views
Shp2pgsql - exec() not allowed on external server
Me and my collegue are using the shp2pgsql and psql commands in php code (a Drupal module to be precise).
We put these commands in a php variable and use the exec() command to execute them. This ...
2
votes
0answers
56 views
Shapefile and geocoding to retrieve an area name
I'm very new to GIS and all things geospatial!
I have dbf, prj, sbn, sbx, shp and shx files that have been provided to me. The shapefile contains information on parts of the country that have been ...
0
votes
1answer
88 views
how to configure WFS layer with openlayer in PHP wampserver with windows?
I have a problem to display WFS layer outside the Geoserver. My code working fine in geoserver, but when I tried my code in wampserver(PHP), only WMS layer is being to displayed.
I gone through many ...
0
votes
0answers
37 views
Using GDAL/OGR exes in php
could you point me in the next logical direction? I wanted to use the gdal and run the exe commands through my web application, but have no clue what the next step should be after running the ...
0
votes
0answers
44 views
How a PHP script can perform point, line and polygon operation on Geoserver and PostGIS (+wkt) [duplicate]
I want to show my shape file and LULC map (vector and raster data) on internet explorer (locally). How should I configure PHP and Geoserver so that I can show data on localhost on an IE or browser? It ...
2
votes
1answer
189 views
ESRI Javascript API Export to Shapefile and CSV
I am working on a Javascript Web Application using the ESRI Javascript API v3.3. My application allows the user to edit and query data and also provides a table for attributes.
I would like the user ...
5
votes
2answers
112 views
How to find the nearest land mark from a given longitude and latitude?
I have a table called osm_places with place_name geometry, place_type and many other info related to the city. My database system is PostGIS.
My requirement is:
Given a latitude and longitude ...