~berthold-daum/zora/trunk

« back to all changes in this revision

Viewing changes to com.bdaum.zoom.gps.leaflet/plugin.xml

  • Committer: bdaum
  • Date: 2015-12-26 10:21:51 UTC
  • Revision ID: berthold.daum@bdaum.de-20151226102151-44f1j5113167thb9
VersionĀ 2.4.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<?eclipse version="3.4"?>
 
3
<plugin>
 
4
   <extension
 
5
         point="com.bdaum.zoom.gps.mappingSystem">
 
6
      <mappingSystem
 
7
            clientClustering="true"
 
8
            default="false"
 
9
            id="com.bdaum.zoom.gps.mappingSystem.leaflet.mapnik"
 
10
            mapComponent="com.bdaum.zoom.gps.leaflet.internal.views.MapComponent:OpenStreetMap.Mapnik"
 
11
            name="OpenStreetMap"
 
12
            query="http://www.openstreetmap.org/#map={2}/{0}/{1}">
 
13
      </mappingSystem>
 
14
      <mappingSystem
 
15
            clientClustering="true"
 
16
            default="false"
 
17
            id="com.bdaum.zoom.gps.mappingSystem.leaflet.opentopomap"
 
18
            mapComponent="com.bdaum.zoom.gps.leaflet.internal.views.MapComponent:OpenTopoMap"
 
19
            name="OpenTopoMap"
 
20
            query="http://www.opentopomap.org/#map={2}/{0}/{1}">
 
21
      </mappingSystem>
 
22
      <mappingSystem
 
23
            clientClustering="true"
 
24
            default="false"
 
25
            id="com.bdaum.zoom.gps.mappingSystem.leaflet.hikebike"
 
26
            mapComponent="com.bdaum.zoom.gps.leaflet.internal.views.MapComponent:HikeBike.HikeBike"
 
27
            name="HikeBike"
 
28
            query="http://hikebikemap.org/">
 
29
      </mappingSystem>
 
30
      <mappingSystem
 
31
            clientClustering="true"
 
32
            default="false"
 
33
            id="com.bdaum.zoom.gps.mappingSystem.leaflet.esri.ocean"
 
34
            mapComponent="com.bdaum.zoom.gps.leaflet.internal.views.MapComponent:Esri.OceanBasemap"
 
35
            name="Esri OceanBasemap">
 
36
      </mappingSystem>
 
37
      <mappingSystem
 
38
            clientClustering="true"
 
39
            default="false"
 
40
            id="com.bdaum.zoom.gps.mappingSystem.leaflet.esri.physical"
 
41
            mapComponent="com.bdaum.zoom.gps.leaflet.internal.views.MapComponent:Esri.WorldPhysical"
 
42
            name="Esri WorldPhysical">
 
43
      </mappingSystem>
 
44
   </extension>
 
45
   <extension
 
46
         point="org.eclipse.help.toc">
 
47
      <toc
 
48
            file="toc.xml"
 
49
            primary="false">
 
50
      </toc>
 
51
   </extension>
 
52
 
 
53
</plugin>