| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 11 months |
| seen | May 15 at 19:10 | |
| stats | profile views | 7 |
|
Apr 5 |
comment |
Create buffer around point in LeafletJS? Yes, I want to later user it in spatial query. |
|
Mar 28 |
comment |
Getting error in replace() of postgresql @ariame.. type of field "name1" is character varying, which can be used as text as far as I know. |
|
Mar 28 |
comment |
Getting error in replace() of postgresql @CraigRinger.. Thanks for pointing out possible problem, I checked for Custom Operator but no I haven't define any. |
|
Mar 27 |
comment |
Getting error in replace() of postgresql @CraigRinger : there is nothing more than this. Check this link for working demo on SQL-Fiddle. |
|
Jan 10 |
comment |
Openlayers KML Layer Styling @Mapperz : Thank you very much, Yes that was the problem. |
|
Jan 4 |
comment |
a is undefined : openlayers @jorix : this is KML Response - dropbox.com/s/i8p8x08w21y3f0f/kml%20response.txt |
|
Jan 4 |
comment |
a is undefined : openlayers I can open my kml with Google earth without any problem. |
|
Jan 4 |
comment |
a is undefined : openlayers I also tried using \OpenLayers-2.12\examples\kml-track.kml but again same error. |
|
Jan 4 |
comment |
a is undefined : openlayers I've checked KML in google earth, it is working properly. and also getting KML response in firebug. If I run the page without firebug then it is showing KML correctly, |
|
Jan 4 |
comment |
a is undefined : openlayers @jorix: this error is in Util.js node is undefined : Line 625 : Util.js |
|
Jan 4 |
comment |
a is undefined : openlayers @ chau : thank you for pointing invalid comma and yes I am using firebug, which is only giving me this scripting error. @jorix : I used lib/openlayers.js and got this error : node is undefined : Line 625 |
|
Jan 4 |
comment |
a is undefined : openlayers It is still giving same error in firebug |
|
Jun 16 |
comment |
Create closest point on multilinestring to use in shortest_path() @ lynxlynxlynx .. yes you are right. it is very crucial. but I saw few sites developed with this feature, one of site is this one: ridethecity.com can you please have a look at it. |
|
Jun 15 |
comment |
Create closest point on multilinestring to use in shortest_path() @ lynxlynxlynx ..Thank you very much for quick response. actually I solved it other way (please check my latest edit). now problem is Shortest_path() not accepting the_geom() of created point as its functionality is to route between vertex. any thoughts ?? how can I overcome this problem?? |
|
Jun 14 |
comment |
Create closest point on multilinestring to use in shortest_path() thanks for answer. I think it may work. I am not able to test it on my data. problem is my road network is MULTILINESTRING. so it it not accepting it. can you give me solution for this? |