fix APIProperty formating, thanks Denis Rykov
This commit is contained in:
@@ -18,8 +18,8 @@
|
|||||||
OpenLayers.Layer.PointTrack = OpenLayers.Class(OpenLayers.Layer.Vector, {
|
OpenLayers.Layer.PointTrack = OpenLayers.Class(OpenLayers.Layer.Vector, {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* APIProperty:
|
* APIProperty: dataFrom
|
||||||
* dataFrom - {<OpenLayers.Layer.PointTrack.TARGET_NODE>} or
|
* {<OpenLayers.Layer.PointTrack.TARGET_NODE>} or
|
||||||
* {<OpenLayers.Layer.PointTrack.SOURCE_NODE>} optional. If the lines
|
* {<OpenLayers.Layer.PointTrack.SOURCE_NODE>} optional. If the lines
|
||||||
* should get the data/attributes from one of the two points it is
|
* should get the data/attributes from one of the two points it is
|
||||||
* composed of, which one should it be?
|
* composed of, which one should it be?
|
||||||
@@ -27,8 +27,8 @@ OpenLayers.Layer.PointTrack = OpenLayers.Class(OpenLayers.Layer.Vector, {
|
|||||||
dataFrom: null,
|
dataFrom: null,
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* APIProperty:
|
* APIProperty: styleFrom
|
||||||
* styleFrom - {<OpenLayers.Layer.PointTrack.TARGET_NODE>} or
|
* {<OpenLayers.Layer.PointTrack.TARGET_NODE>} or
|
||||||
* {<OpenLayers.Layer.PointTrack.SOURCE_NODE>} optional. If the lines
|
* {<OpenLayers.Layer.PointTrack.SOURCE_NODE>} optional. If the lines
|
||||||
* should get the style from one of the two points it is composed of,
|
* should get the style from one of the two points it is composed of,
|
||||||
* which one should it be?
|
* which one should it be?
|
||||||
|
|||||||
Reference in New Issue
Block a user