65 reputation
5
bio website indexti.com
location Brazil
age 35
visits member for 4 months
seen Mar 14 at 11:57
stats profile views 5

Feb
27
accepted How do you get the coordinates from a drag event in the Google Maps API V3?
Feb
21
comment How do you get the coordinates from a drag event in the Google Maps API V3?
I only can accept my own answer in 2 days! :(
Feb
21
awarded  Teacher
Feb
21
answered How do you get the coordinates from a drag event in the Google Maps API V3?
Feb
21
asked How do you get the coordinates from a drag event in the Google Maps API V3?
Feb
20
asked How to create a Google Maps with draggable routes with fixed markers
Feb
19
accepted Google Maps Decodepath change variable name
Feb
19
asked Google Maps Decodepath change variable name
Feb
19
awarded  Supporter
Feb
7
asked How to get routes in the database that intersects circle?
Feb
6
awarded  Scholar
Feb
6
accepted Spatial Data from Postgis to Java/REST with RestEasy + Jackson
Jan
25
comment Spatial Data from Postgis to Java/REST with RestEasy + Jackson
I'm saving a LineString
Jan
25
comment Spatial Data from Postgis to Java/REST with RestEasy + Jackson
I know, but, the PostGIS that PostgreSQL 8.4 uses does not have this function.
Jan
25
comment Spatial Data from Postgis to Java/REST with RestEasy + Jackson
I'm using PostgreSQL 8.4
Jan
25
comment Spatial Data from Postgis to Java/REST with RestEasy + Jackson
github.com/lusabo/sharecar
Jan
25
comment Spatial Data from Postgis to Java/REST with RestEasy + Jackson
By JavaScript I take the geometry add do this: var a = aPontos.toString().substring(1, aPontos.toString().length - 1).split('),('); after I send the var a by ajax/post.
Jan
25
comment Spatial Data from Postgis to Java/REST with RestEasy + Jackson
GeometryFactory gf = new GeometryFactory(); Coordinate c[] = new Coordinate[pontos.length]; String ap[]; for (int i = 0; i < c.length; i++) { ap = pontos[i].split(","); c[i] = new Coordinate(Double.parseDouble(ap[0]), Double.parseDouble(ap[1])); } Rota r = new Rota(id, usuario, descricao, gf.createLineString(c)); rotaBC.create(r);
Jan
25
awarded  Tumbleweed
Jan
24
awarded  Student