A web programming language.

learn more… | top users | synonyms

-1
votes
0answers
13 views

How to implement shortest path in arcGIS with web based?

I want to create a system where the system can find the shortest path. The web-based system is using the map. Processing map using ArcGIS 10. But I do not know how to apply shorthest path algorithm in ...
0
votes
1answer
40 views

PostGIS query works, but not when it executes from php

I'm generating and running a postgis query in my php script which doesn't work , but when I run the query inside pgAdmin it works fine! The query is as below: (it splits polygons, with a linestring) ...
0
votes
1answer
23 views

How to transform/convert Coordinate Reference System with Proj4 and php

Basically my question is: Can I combine the functions of proj4 with php in my server? For example, I would like to know if it is possible get data in WGS84 and transform in ETRS89. I need to get ...
0
votes
1answer
34 views

How can i login in Geoserver from application?

I'm looking for advice how to login on Geoserver from php. I found much tutorial how to work with Geoserver through REST api and cURL: create workspaces, stores, etc. But still cant find how to login ...
0
votes
0answers
15 views

style file in geoserver using php

i have uploaded the shape file using curl.The plodded file get the default SLD from geoserver. I have to assign the sld belonging to that layer and the style file is already present in geoserver. I ...
2
votes
5answers
154 views

Display ESRI Shapefiles in a map in a browser. (Not in google maps)

I have a series of shapefiles that I need to render as a map on a webpage. I have an ASP.Net server, although I would prefer something that will work on Linux servers. I would like to find an easy to ...
0
votes
1answer
21 views

Is there any library for converting projection transformation in php?

I would like to transform data from lat/long ETRS89 to y/x UTM ETRS89 through php. Any idea?
0
votes
0answers
22 views

execute raster2pgsql in php script

I have a geotiff Rasterimage and I want to import it to PostGIS via php. I'm using windows server 2008 with ms4w 3.0.6 installed. My php code looks like this: include ("db.php"); ...
0
votes
0answers
14 views

Apply edits with PHP

I trying to develop a PHP script that will simply applyedits to a feature services. Right now I'm trying to use the In the ESRI restend point example. I'm thinking if someone can help me, point me ...
0
votes
0answers
13 views

Array and distance between points - php

I'm going to develop a location based app and i need some help! I have an array (in php) which store some (~3800) coordinates.This array looks like this: Array ( [0] => Array ( [lat] => ...
0
votes
0answers
12 views

Find optimal path among multiple locations in PHP

I want to find the optimal path for a given number of cities. Path should be calculated using latitude, longitude of each city. Each city can be traversed only once. (Obviously I does not mean ...
0
votes
0answers
65 views

PHP-MBTiles Server implementation with Leaflet and Wax

Using PHP tile server from infostreams with Leaflet and Wax Connector for Leaflet to visualize my .mbtiles. I upped the source and the .mbtiles on a free hosting service. I am getting a blank Leaflet ...
0
votes
2answers
40 views

How to make PHP (in MS4W Apache) setting for MSSQL

I am new for MSSQL. I wanted to make php setting for MSSQL. What i mean by that is to avoid following error while trying to establish connection using PHP and MSSQL Fatal error: Call to undefined ...
2
votes
4answers
117 views

Get coordinates from address

I am writing a application which allow users to save a address into database (db) and in the next step it shows all addresses on a map. But in the saving step I need automatically calculate a GPS ...
1
vote
1answer
87 views

Buffer along a route

I'm using Googlemaps service to plot some marker on the map. All markers are stored in a postgresql table, named "locations" and that has a location column (data type to geometry). When the user ...

15 30 50 per page