Skip to content

Instantly share code, notes, and snippets.

@MrTiggr
Created August 26, 2014 14:34
Show Gist options
  • Save MrTiggr/f0c2f3e471e1f2b6f72f to your computer and use it in GitHub Desktop.
Save MrTiggr/f0c2f3e471e1f2b6f72f to your computer and use it in GitHub Desktop.
designer
<link rel="import" href="../esri-html5/esri-pivotmaps-popmetric.html">
<link rel="import" href="../esri-html5/esri-eui.html">
<polymer-element name="my-element">
<template>
<style>
:host {
position: absolute;
width: 100%;
height: 100%;
box-sizing: border-box;
}
#esri_pivotmaps_popmetric {
left: 1670px;
top: 590px;
position: absolute;
}
#explorer {
left: 0px;
top: 0px;
position: absolute;
width: 100%;
height: 100%;
}
</style>
<esri-pivotmaps-popmetric pop_value="0" id="esri_pivotmaps_popmetric">
</esri-pivotmaps-popmetric>
<esri-serverpanel server="{{ $.ags1 }}" id="explorer">
</esri-serverpanel>
</template>
<script>
Polymer('my-element', {
});
</script>
</polymer-element>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment