458 reputation
18
bio website pacofvf.com
location Mexico City, Mexico
age
visits member for 1 year, 6 months
seen yesterday
stats profile views 19

Apr
24
answered Unable to install the PostGIS extension to PostgreSQL on Ubuntu 12.04 LTS
Apr
8
comment What format is lat/long stored in OSM PostGIS?
The lat/lon aren't multiplied by 10, they are in a different projection it is supposed to be EPSG:3857.
Mar
13
comment Load information about a feature
Yes, inside the getfeatureinfo event callback function(where I wrote the WMSGetFeatureInfo description from the openlayers docs) you have the event object which you can parse, and get the info you need.
Mar
13
answered Load information about a feature
Mar
13
revised Load information about a feature
geoserver tag added
Mar
13
suggested suggested edit on Load information about a feature
Jan
23
answered Calculate bearing between two decimal GPS coordinates
Nov
18
awarded  Yearling
Sep
24
accepted Remove Layer preview in Geoserver
Sep
24
answered Update table using contains function
Sep
24
comment Remove Layer preview in Geoserver
I only have WMS turned on, but all the previews are available even without authentication, my only answer by now is hiding the server behind a proxy. Or a more radical solution is not using geoserver at all, I've already replicated the web services and the geocache behavior with a python-mapnik script. Any suggestions?
Sep
24
comment Remove Layer preview in Geoserver
yes but only as tile images, not as plain text coordinates / values
Sep
24
asked Remove Layer preview in Geoserver
Sep
17
awarded  Organizer
Sep
17
revised how to extract lat long from WKT data?
Programming language tag added
Sep
17
suggested suggested edit on how to extract lat long from WKT data?
Sep
17
comment How to retrieve transport infrastructure data from google map?
yes, there is a way to import data from google maps using a software called arcgis, I don't how its done but I know for sure is possible with that software.
Jun
15
answered Joining 2 tables to create layer in Geoserver with MultiPolygon and Point data types
Apr
19
comment How do I get the distance meter value between two geometries in PostGIS?
well, you used a different function, st_distance_spheroid which is slower than st_distance_sphere but more precise.
Apr
19
answered How do I get the distance meter value between two geometries in PostGIS?