Template:Zh OpenStreetMap Internal: Difference between revisions
m (→Map properties) |
m (→GPX file) |
||
(One intermediate revision by the same user not shown) | |||
Line 80: | Line 80: | ||
*** trkpt - track point | *** trkpt - track point | ||
*''wpt'' - waypoint definition | *''wpt'' - waypoint definition | ||
*''rte'' - route definition | |||
** rtept - route point definition | |||
=== Path properties === | === Path properties === | ||
Line 121: | Line 122: | ||
GPX file can contain icon for placemark, but in this case it is simple icon name in tag '''sym''' | GPX file can contain icon for placemark, but in this case it is simple icon name in tag '''sym''' | ||
You can easy to check icon name by opening your file in any text editor. | |||
For this case you can upload your own icons in png format into special folders on your server | For this case you can upload your own icons in png format into special folders on your server | ||
Line 128: | Line 131: | ||
</pre> | </pre> | ||
The first folder - it is for administration part (for case component option '''Compatibility for resource files''' is disabled | The first folder - it is for administration part (for case component option '''Compatibility for resource files''' is disabled. | ||
The second folder - in case you enable this option | The second folder - in case you enable this option. |
Latest revision as of 13:00, 7 September 2020
Description Internal Parser Types
In Paths properties Layer type is
- KML (Internal Parser)
- GPX (Internal Parser)
By user requests I decided to create my own file parser.
For example, your file can contain not only one line with different colors (or other properties), and you want to use internal settings from file.
Moreover, when I have all data parsed, I can control and add different features. For exmple, you can use placemark clusterization for placemarks (Points or Waypoints) from file.
Now processed next tags
KML file
- Style - style definition
- IconStyle
- Icon
- href
- scale
- Icon
- LineStyle
- color
- width
- PolyStyle
- color
- outline
- fill
- IconStyle
- StyleMap - styles (normal, highlight) - hovering case
- Pair
- key
- styleUrl
- Pair
- Placemark - objects
- Point - placemarks
- coordinates
- MultiGeometry
- LineString - polylines
- coordinates
- Polygon - polygons
- outerBoundaryIs - polygon shape
- LinearRing
- coordinates
- LinearRing
- innerBoundaryIs - polygon holes
- LinearRing
- coordinates
- LinearRing
- outerBoundaryIs - polygon shape
- LineString - polylines
- Polygon - polygons without MultiGeometry
- outerBoundaryIs - polygon shape
- LinearRing
- coordinates
- LinearRing
- innerBoundaryIs - polygon holes
- LinearRing
- coordinates
- LinearRing
- outerBoundaryIs - polygon shape
- MultiTrack
- gx:Track - polylines
- gx:coor
- gx:Track - polylines
- gx:Track - polylines without MultiTrack
- gx:coor
- Point - placemarks
- Folder
- Document
GPX file
- trk - track definition
- extensions
- gpxx:TrackExtension
- gpxx:DisplayColor - color
- gpxx:TrackExtension
- trkseg - track segments
- trkpt - track point
- extensions
- wpt - waypoint definition
- rte - route definition
- rtept - route point definition
Path properties
The next Path properties can apply to layer
- Layer Show Type - if set to Zoom you get fit map bounds to display layer on max zoom
- Suppress Popup - suppress all popups, if you want to have fine control of popups set it to No and use the next properties
- Popup content for Placemark
- Popup content for Polyline
- Popup content for Polygon
- Tooltip content for Polyline
- Tooltip content for Polygon
The values can be
- Suppress - suppress feature
- Name - use tag name for value
- Description - use tag description (for KML) or desc (for GPX)
- Description, if not defined then Name use value of Description, if it is not defined then Name
You can use Tooltips to show hover text for polylines and polygons, and flexible define what content will have popups.
Map properties
The next Map properties can apply to layer
- Show placemarks in cluster - enable placemark clusterization
- all properties of clusterer applied to Path Placemarks
- Placemark Group Control - you can show/hide your paths
- Manage Placemarks - allow show/hide not only your placemarks, but also Path Placemarks
Placemark Icons
KML file can contain icon for placemark and icon for hover case. Icons has full URL, therefore it can be shown correctly.
GPX file can contain icon for placemark, but in this case it is simple icon name in tag sym
You can easy to check icon name by opening your file in any text editor.
For this case you can upload your own icons in png format into special folders on your server
administrator/components/com_zhosmmap/assets/gpx/ components/com_zhosmmap/assets/gpx/
The first folder - it is for administration part (for case component option Compatibility for resource files is disabled.
The second folder - in case you enable this option.