Closed (fixed)
Project:
Mapstraction CCK
Version:
6.x-1.0-beta1
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
17 Jun 2010 at 13:36 UTC
Updated:
6 Jun 2011 at 15:54 UTC
Hi is there a way to specify points,lines,polygons to be plotted, inline, rather than from a source?
What I'm looking for is something like below:
[mapstraction inputWKT(POINT(-3.779296875 42.032974332441),POINT(-3.779296875 42.032974332441),POLYGON(etc), etc) provider=google]
Thanks
Comments
Comment #1
plopescHi
Not, it is not possible yet.
I will tahe into account this feature, and will be included in the module as soon as possible
Thanks
Comment #2
plopescHello.
Sorry for the late response. The requested feature has been included in my last commit
Now you can include WKT features following the schema explained below:
[mapstraction field=geo features={POINT(0 0); POINT(1 1); LINESTRING(0 0 , 10 10)} georss=http://developer.yahoo.com/maps/sample.xml provider=google]Best Regards.