Benutzer:Albatros 58/Karten 2

aus Wikipedia, der freien Enzyklopädie

Weitere Seiten: Karten, Karten 2, Karten 3

Karten erstellen mit Kartographer

einfache geoline-Objekte

<mapframe text="Verlauf der Regnitz" latitude="49.72" longitude="11.0358" zoom="9" width="300" height="350" align="left"> {

 "type": "ExternalData",
 "service": "geoline",
 "ids": "Q643525",
 "properties": {
   "title": "Rednitz",
   "stroke": "#3b78cb",
   "stroke-width": 2
 }

} </mapframe>

Kopiervorlage

<mapframe text="Verlauf der Regnitz" latitude="49.72" longitude="11.0358" zoom="9" width="300" height="350" align="left">
{
  "type": "ExternalData",
  "service": "geoline",
  "ids": "Q643525",
  "properties": {
    "title": "Rednitz",
    "stroke": "#3b78cb",
    "stroke-width": 2
  }
}
</mapframe>

<mapframe text="Kochelseebahn" latitude="47.7910" longitude="11.312" zoom="10" width="300" height="350" align="left"> {

 "type": "ExternalData",
 "service": "geoline",
 "ids": "Q316012",
 "properties": {
   "title": "Kochelseebahn",
   "stroke": "#3b78cb",
   "stroke-width": 2
 }

} </mapframe>

Kopiervorlage

<mapframe text="Kochelseebahn" latitude="47.7910" longitude="11.312" zoom="10" width="300" height="350" align="left">
{
  "type": "ExternalData",
  "service": "geoline",
  "ids": "Q316012",
  "properties": {
    "title": "[[Kochelseebahn]]",
    "stroke": "#3b78cb",
    "stroke-width": 2
  }
}
</mapframe>

<mapframe text="Bahnstrecke München-Regensburg" latitude="48.553" longitude="12.030" zoom="8" width="300" height="350" align="left"> {

 "type": "ExternalData",
 "service": "geoline",
 "ids": "Q120834",
 "properties": {
   "title": "Bahnstrecke München-Regensburg",
   "stroke": "#3b78cb",
   "stroke-width": 2
 }

} </mapframe>

Kopiervorlage

<mapframe text="Bahnstrecke München-Regensburg" latitude="48.553" longitude="12.030" zoom="8" width="300" height="350" align="left">
{
  "type": "ExternalData",
  "service": "geoline",
  "ids": "Q120834",
  "properties": {
    "title": "[[Bahnstrecke München-Regensburg]]",
    "stroke": "#3b78cb",
    "stroke-width": 2
  }
}
</mapframe>

Kombination mehrerer geoline-Objekte

<mapframe text="Verlauf der Regnitz mit ihren Quellflüssen" latitude="49.35" longitude="11.0358" zoom="8" width="300" height="350" align="left"> {

 "type": "ExternalData",
 "service": "geoline",
 "ids": "Q643525, Q694389, Q163880, Q455779, Q49411",
 "properties": {
   "title": "Rednitz Regnitz, Pegnitz, Fränkische Rezat, Schwäbische Rezat",
   "stroke": "#3b78cb",
   "stroke-width": 2
 }

} </mapframe>

Kopiervorlage

<mapframe text="Verlauf der Regnitz mit ihren Quellflüssen" latitude="49.35" longitude="11.0358" zoom="8" width="300" height="350" align="left">
{
  "type": "ExternalData",
  "service": "geoline",
  "ids": "Q643525, Q694389, Q163880, Q455779, Q49411",
  "properties": {
    "title": "Rednitz Regnitz, Pegnitz, Fränkische Rezat, Schwäbische Rezat",
    "stroke": "#3b78cb",
    "stroke-width": 2
  }
}
</mapframe>

Variante mit Markern

<mapframe text="Verlauf der Regnitz mit ihren Quellflüssen" latitude="49.42416" longitude="11.03582" zoom="8" width="300" height="350" align="left"> [ {

 "type": "ExternalData",
 "service": "geoline",
 "ids": "Q643525, Q694389, Q163880, Q455779, Q49411",
 "properties": {
   "title": "Rednitz Regnitz, Pegnitz, Fränkische Rezat, Schwäbische Rezat",
   "stroke": "#3b78cb",
   "stroke-width": 2
 }

}, { "type": "Feature",

  "properties": {
        "marker-symbol": "water", 
        "marker-color": "f00", 
        "marker-size": "small", 
        "title": "Mündung in den Main"
      },
   "geometry": 
      {
      "type": "Point", 
      "coordinates": [10.8303, 49.9142] 
      }

} ] </mapframe>

Kopiervorlage

<mapframe text="Verlauf der Regnitz mit ihren Quellflüssen" latitude="49.42416" longitude="11.03582" zoom="8" width="300" height="350" align="left">
[
{
  "type": "ExternalData",
  "service": "geoline",
  "ids": "Q643525, Q694389, Q163880, Q455779, Q49411",
  "properties": {
    "title": "Rednitz Regnitz, Pegnitz, Fränkische Rezat, Schwäbische Rezat",
    "stroke": "#3b78cb",
    "stroke-width": 2
  }
},
{  "type": "Feature",
   "properties": {
         "marker-symbol": "water", 
         "marker-color": "f00", 
         "marker-size": "small", 
         "title": "Mündung in den [[Main]]"
       },
    "geometry": 
       {
       "type": "Point", 
       "coordinates": [10.8303, 49.9142] 
       }
}
]
</mapframe>

FeatureCollection (Main-Donau-Kanal mit Angabe aller Schleusen)

<mapframe text="Main-Donau-Kanal" latitude="49.40" longitude="11.20" zoom="8" width="300" height="350" align="left"> [ {

 "type": "ExternalData",
 "service": "geoline",
 "ids": "Q153085",
 "properties": {
   "title": "Main-Donau-Kanal",
   "stroke": "#3b78cb",
   "stroke-width": 2
 }

}, {

 "type": "FeatureCollection",
 "features": [
   {
     "type": "Feature",
     "properties": {
       "marker-symbol": "circle",
       "marker-color": "0000FF",
       "marker-size": "small",
       "title": "Schleuse Bamberg"
     },
     "geometry": {
       "type": "Point",
       "coordinates": [
         10.907903, 49.880729
       ]
     }
   },
   {
     "type": "Feature",
     "properties": {
       "marker-symbol": "circle",
       "marker-color": "0000FF",
       "marker-size": "small",
       "title": "Schleuse Strullendorf"
     },
     "geometry": {
       "type": "Point",
       "coordinates": [
         10.955937, 49.838584
       ]
     }
   },
   {
     "type": "Feature",
     "properties": {
       "marker-symbol": "circle",
       "marker-color": "0000FF",
       "marker-size": "small",
       "title": "Schleuse Forchheim"
     },
     "geometry": {
       "type": "Point",
       "coordinates": [
         11.047615, 49.744686111
       ]
     }
   },
   {
     "type": "Feature",
     "properties": {
       "marker-symbol": "circle",
       "marker-color": "0000FF",
       "marker-size": "small",
       "title": "Schleuse Hausen"
     },
     "geometry": {
       "type": "Point",
       "coordinates": [
         11.038412, 49.686102
       ]
     }
   },
   {
     "type": "Feature",
     "properties": {
       "marker-symbol": "circle",
       "marker-color": "0000FF",
       "marker-size": "small",
       "title": "Schleuse Erlangen"
     },
     "geometry": {
       "type": "Point",
       "coordinates": [
         10.979915, 49.623641
       ]
     }
   },
   {
     "type": "Feature",
     "properties": {
       "marker-symbol": "circle",
       "marker-color": "0000FF",
       "marker-size": "small",
       "title": "Schleuse Kriegenbrunn"
     },
     "geometry": {
       "type": "Point",
       "coordinates": [
         10.9698, 49.556408
       ]
     }
   },
   {
     "type": "Feature",
     "properties": {
       "marker-symbol": "circle",
       "marker-color": "0000FF",
       "marker-size": "small",
       "title": "Schleuse Nürnberg"
     },
     "geometry": {
       "type": "Point",
       "coordinates": [
         11.0568, 49.41565
       ]
     }
   },
   {
     "type": "Feature",
     "properties": {
       "marker-symbol": "circle",
       "marker-color": "0000FF",
       "marker-size": "small",
       "description": "Schleuse Eibach"
     },
     "geometry": {
       "type": "Point",
       "coordinates": [
         11.064079, 49.38476
       ]
     }
   },
   {
     "type": "Feature",
     "properties": {
       "marker-symbol": "circle",
       "marker-color": "0000FF",
       "marker-size": "small",
       "title": "Schleuse Leerstetten"
     },
     "geometry": {
       "type": "Point",
       "coordinates": [
         11.111548, 49.29212
       ]
     }
   },
   {
     "type": "Feature",
     "properties": {
       "marker-symbol": "circle",
       "marker-color": "0000FF",
       "marker-size": "small",
       "title": "Eckersmühlen"
     },
     "geometry": {
       "type": "Point",
       "coordinates": [
         11.176226, 49.211083
       ]
     }
   },
   {
     "type": "Feature",
     "properties": {
       "marker-symbol": "circle",
       "marker-color": "0000FF",
       "marker-size": "small",
       "title": "Schleuse Hilpoltstein"
     },
     "geometry": {
       "type": "Point",
       "coordinates": [
         11.224574, 49.194492
       ]
     }
   },
   {
     "type": "Feature",
     "properties": {
       "marker-symbol": "circle",
       "marker-color": "0000FF",
       "marker-size": "small",
       "title": "Schleuse Bachhausen"
     },
     "geometry": {
       "type": "Point",
       "coordinates": [
         11.43662, 49.151845
       ]
     }
   },
   {
     "type": "Feature",
     "properties": {
       "marker-symbol": "circle",
       "marker-color": "0000FF",
       "marker-size": "small",
       "title": "Schleuse Berching"
     },
     "geometry": {
       "type": "Point",
       "coordinates": [
         11.443173, 49.09175
       ]
     }
   },
   {
     "type": "Feature",
     "properties": {
       "marker-symbol": "circle",
       "marker-color": "0000FF",
       "marker-size": "small",
       "title": "Schleuse Dietfurt"
     },
     "geometry": {
       "type": "Point",
       "coordinates": [
         11.561499, 49.032519
       ]
     }
   },
   {
     "type": "Feature",
     "properties": {
       "marker-symbol": "circle",
       "marker-color": "0000FF",
       "marker-size": "small",
       "title": "Schleuse Riedenburg"
     },
     "geometry": {
       "type": "Point",
       "coordinates": [
         11.688271, 48.975323
       ]
     }
   },
   {
     "type": "Feature",
     "properties": {
       "marker-symbol": "circle",
       "marker-color": "0000FF",
       "marker-size": "small",
       "title": "Schleuse Kehlheim"
     },
     "geometry": {
       "type": "Point",
       "coordinates": [
         11.85006, 48.92428
       ]
     }
   }
 ]

} ] </mapframe>

Kopiervorlage

<mapframe text="Main-Donau-Kanal" latitude="49.40" longitude="11.20" zoom="8" width="300" height="350" align="left">
[
{
  "type": "ExternalData",
  "service": "geoline",
  "ids": "Q153085",
  "properties": {
    "title": "Main-Donau-Kanal",
    "stroke": "#3b78cb",
    "stroke-width": 2
  }
},
{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "marker-symbol": "circle",
        "marker-color": "0000FF",
        "marker-size": "small",
        "title": "[[Schleuse Bamberg]]"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          10.907903, 49.880729
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "marker-symbol": "circle",
        "marker-color": "0000FF",
        "marker-size": "small",
        "title": "Schleuse Strullendorf"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          10.955937, 49.838584
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "marker-symbol": "circle",
        "marker-color": "0000FF",
        "marker-size": "small",
        "title": "[[Schleuse Forchheim]]"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          11.047615, 49.744686111
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "marker-symbol": "circle",
        "marker-color": "0000FF",
        "marker-size": "small",
        "title": "[[Schleuse Hausen]]"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          11.038412, 49.686102
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "marker-symbol": "circle",
        "marker-color": "0000FF",
        "marker-size": "small",
        "title": "[[Schleuse Erlangen]]"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          10.979915, 49.623641
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "marker-symbol": "circle",
        "marker-color": "0000FF",
        "marker-size": "small",
        "title": "[[Schleuse Kriegenbrunn]]"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          10.9698, 49.556408
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "marker-symbol": "circle",
        "marker-color": "0000FF",
        "marker-size": "small",
        "title": "[[Schleuse Nürnberg]]"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          11.0568, 49.41565
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "marker-symbol": "circle",
        "marker-color": "0000FF",
        "marker-size": "small",
        "description": "[[Schleuse Eibach]]"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          11.064079, 49.38476
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "marker-symbol": "circle",
        "marker-color": "0000FF",
        "marker-size": "small",
        "title": "[[Schleuse Leerstetten]]"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          11.111548, 49.29212
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "marker-symbol": "circle",
        "marker-color": "0000FF",
        "marker-size": "small",
        "title": "[[Eckersmühlen]]"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          11.176226, 49.211083
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "marker-symbol": "circle",
        "marker-color": "0000FF",
        "marker-size": "small",
        "title": "[[Schleuse Hilpoltstein]]"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          11.224574, 49.194492
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "marker-symbol": "circle",
        "marker-color": "0000FF",
        "marker-size": "small",
        "title": "[[Schleuse Bachhausen]]"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          11.43662, 49.151845
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "marker-symbol": "circle",
        "marker-color": "0000FF",
        "marker-size": "small",
        "title": "[[Schleuse Berching]]"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          11.443173, 49.09175
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "marker-symbol": "circle",
        "marker-color": "0000FF",
        "marker-size": "small",
        "title": "[[Schleuse Dietfurt]]"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          11.561499, 49.032519
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "marker-symbol": "circle",
        "marker-color": "0000FF",
        "marker-size": "small",
        "title": "[[Schleuse Riedenburg]]"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          11.688271, 48.975323
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "marker-symbol": "circle",
        "marker-color": "0000FF",
        "marker-size": "small",
        "title": "[[Schleuse Kehlheim]]"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          11.85006, 48.92428
        ]
      }
    }
  ]
}
]
</mapframe>

Gebietskarten

<mapframe text="Regierungsbezirke in Bayern" latitude="49.72" longitude="11.0358" zoom="6" width="300" height="350" align="left"> [ {

 "type": "ExternalData",
 "service": "geoshape",
 "ids": "Q10547",
 "properties": {
   "title": "Unterfranken",
   "stroke": "#F0E68C",
   "stroke-width": 1 }

}, {

 "type": "ExternalData",
 "service": "geoshape",
 "ids": "Q10551",
 "properties": {
   "title": "Mittelfranken",
   "stroke": "#F0E68C",
   "stroke-width": 1 }

}, {

 "type": "ExternalData",
 "service": "geoshape",
 "ids": "Q10554",
 "properties": {
   "title": "Oberfranken",
   "stroke": "#F0E68C",
   "stroke-width": 1 }

}, {

 "type": "ExternalData",
 "service": "geoshape",
 "ids": "Q10555",
 "properties": {
   "title": "Oberpfalz",
   "stroke": "#F0E68C",
   "stroke-width": 1 }

}, {

 "type": "ExternalData",
 "service": "geoshape",
 "ids": "Q10557",
 "properties": {
   "title": "Schwaben",
   "stroke": "#F0E68C",
   "stroke-width": 1 }

}, {

 "type": "ExternalData",
 "service": "geoshape",
 "ids": "Q10559",
 "properties": {
   "title": "Niederbayern",
   "stroke": "#F0E68C",
   "stroke-width": 1 }

}, {

 "type": "ExternalData",
 "service": "geoshape",
 "ids": "Q10562",
 "properties": {
   "title": "Oberbayern",
   "stroke": "#F0E68C",
   "stroke-width": 1 }

} ] </mapframe>

Kopiervorlage

<mapframe text="Verlauf der Regnitz" latitude="49.72" longitude="11.0358" zoom="4" width="300" height="350" align="left">
[
{
  "type": "ExternalData",
  "service": "geoshape",
  "ids": "Q10547",
  "properties": {
    "title": "[[Unterfranken]]",
    "stroke": "#F0E68C",
    "stroke-width": 1 }
},
{
  "type": "ExternalData",
  "service": "geoshape",
  "ids": "Q10551",
  "properties": {
    "title": "[[Mittelfranken]]",
    "stroke": "#F0E68C",
    "stroke-width": 1 }
},
{
  "type": "ExternalData",
  "service": "geoshape",
  "ids": "Q10554",
  "properties": {
    "title": "[[Oberfranken]]",
    "stroke": "#F0E68C",
    "stroke-width": 1 }
},
{
  "type": "ExternalData",
  "service": "geoshape",
  "ids": "Q10555",
  "properties": {
    "title": "[[Oberpfalz]]",
    "stroke": "#F0E68C",
    "stroke-width": 1 }
},
{
  "type": "ExternalData",
  "service": "geoshape",
  "ids": "Q10557",
  "properties": {
    "title": "[[Schwaben (Bayern)|Schwaben]]",
    "stroke": "#F0E68C",
    "stroke-width": 1 }
},
{
  "type": "ExternalData",
  "service": "geoshape",
  "ids": "Q10559",
  "properties": {
    "title": "[[Niederbayern]]",
    "stroke": "#F0E68C",
    "stroke-width": 1 }
},
{
  "type": "ExternalData",
  "service": "geoshape",
  "ids": "Q10562",
  "properties": {
    "title": "[[Oberbayern]]",
    "stroke": "#F0E68C",
    "stroke-width": 1 }
}
]
</mapframe>