Skip to content
DataMiner DoJo

More results...

Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors
Search in posts
Search in pages
Search in posts
Search in pages
Log in
Menu
  • Updates & Insights
  • Questions
  • Learning
    • E-learning Courses
    • Empower Replay: Limited Edition
    • Tutorials
    • Open Classroom Training
    • Certification
      • DataMiner Fundamentals
      • DataMiner Configurator
      • DataMiner Automation
      • Scripts & Connectors Developer: HTTP Basics
      • Scripts & Connectors Developer: SNMP Basics
      • Visual Overview – Level 1
      • Verify a certificate
    • Video Library
    • Books We Like
    • >> Go to DataMiner Docs
  • Expert Center
    • Solutions & Use Cases
      • Solutions
      • Use Case Library
    • Markets & Industries
      • Media production
      • Government & defense
      • Content distribution
      • Service providers
      • Partners
      • OSS/BSS
    • Agile
      • Agile Webspace
      • Everything Agile
        • The Agile Manifesto
        • Best Practices
        • Retro Recipes
      • Methodologies
        • The Scrum Framework
        • Kanban
        • Extreme Programming
      • Roles
        • The Product Owner
        • The Agile Coach
        • The Quality & UX Coach (QX)
    • DataMiner DevOps Professional Program
      • About the DevOps Program
      • DataMiner DevOps Support
  • Downloads
  • More
    • DataMiner Releases & Updates
    • Feature Suggestions
    • Climb the leaderboard!
    • Swag Shop
    • Contact
    • Global Feedback Survey
  • PARTNERS
    • All Partners
    • Technology Partners
    • Strategic Partner Program
    • Deal Registration
  • >> Go to dataminer.services

map Layer of sourceType “connectivity”

Solved788 views11th July 2023MAP Configuration
1
Bernard Pichot [SLC] [DevOps Advocate]1.10K 30th June 2022 0 Comments

I would like to display dcf connectivity line on a googlemap.  I’m looking of an example of Layer of sourceType “connectivity”

Thanks in advance

Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 11th July 2023

1 Answer

  • Active
  • Voted
  • Newest
  • Oldest
0
Michiel Vanthuyne [SLC] [DevOps Enabler]4.16K Posted 1st July 2022 0 Comments

Hi Bernard, please see example below.

<?xml version=”1.0″?>
<MapConfig xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xmlns:xsd=”http://www.w3.org/2001/XMLSchema”>
<Center latitude=”0″ longitude=”0″ layer=”” marker=”” force=”true” filterVars=””/>
<InitialZoom>3</InitialZoom>
<SpiderfiedMarkers enable=”false” nearbydistance=”20″ />
<Layers>

<!– SOURCE OBJECTS LAYER–>
<Layer name=”DataMiner Objects” sourceType=”objects” refresh=”10000″ visible=”true” allowToggle=”true” autoFit=”false” limitToBounds=”false”>

<ObjectsSourceInfo>
<!– SERVICE: Earth –>
<!– Contains child services for each continent –>
<!– Each continent service contains elements representing cities –>
<ServiceChildren id=”Earth” recursive=”true” idVar=”Continent”>
<Latitude>
<Property>Latitude</Property>
</Latitude>
<Longitude>
<Property>Longitude</Property>
</Longitude>
</ServiceChildren>
</ObjectsSourceInfo>

<MarkerImages>
<MarkerImage id=”cluster” url=”images/icons/cluster-52px.png” width=”52″ height=”52″ anchor=”26,26″ single=”false” shape=”0,0,52,52″ shapeType=”rect” />
</MarkerImages>

<PopupSkeleton>
<![CDATA[
<h2>[city]</h2>
<h4>Coordinates: ([latitude], [longitude])</h4>
<h4>Element ID: [dmaid]/[eid]</h4>
<img src=”[image]” width=”300″/>
]]>
</PopupSkeleton>

<PopupDetails>
<Detail name=”city” type=”parameter” pid=”1″ />
<Detail name=”image” type=”property” property=”Image” />
</PopupDetails>
</Layer>

<!– DCF CONNECTIONS LAYER –>
<Layer name=”DCF Connections” sourceType=”connectivity” visible=”true” allowToggle=”true”>
<!– Reference to the layer with source objects –>
<LayerSourceInfo>DataMiner Objects</LayerSourceInfo>
<LineOptions weight=”10″ color=”white” opacity=”1″ />

<PopupSkeleton>
<![CDATA[
<h2>Connection: [title]</h2>
<h4>Description: [description]</h4>
<h4>Bandwidth: [bandwidth]</h4>
]]>
</PopupSkeleton>

<PopupDetails>
<!– Using properties defined on the DCF connections –>
<Detail name=”description” type=”property” property=”Description” />
<Detail name=”bandwidth” type=”property” property=”Bandwidth” />
</PopupDetails>
</Layer>

</Layers>
<MapType>satellite</MapType>
<Scripts></Scripts>
<ToggleGroups></ToggleGroups>
</MapConfig>

Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 11th July 2023
Please login to be able to comment or post an answer.

My DevOps rank

DevOps Members get more insights on their profile page.

My user earnings

0 Dojo credits

Spend your credits in our swag shop.

0 Reputation points

Boost your reputation, climb the leaderboard.

Promo banner DataMiner DevOps Professiona Program
DataMiner Integration Studio (DIS)
Empower Katas
Privacy Policy • Terms & Conditions • Contact

© 2025 Skyline Communications. All rights reserved.

DOJO Q&A widget

Can't find what you need?

? Explore the Q&A DataMiner Docs