Hi Caridad
Thank you. But it changed nothing. If I look to the source code the result is in both the same. (with [codepeople-post-map] or [my-post-map id="[wpv-post-id]"])
and looks like this:
<div id="cpm_DvRFKh" class="cpm-map" style="display:none; width:100%px; height:600px; clear:both; overflow:hidden; margin:10px auto;"></div><script type="text/javascript">
var cpm_global = cpm_global || {};
cpm_global['cpm_DvRFKh'] = {};
cpm_global['cpm_DvRFKh']['zoom'] = 10;
cpm_global['cpm_DvRFKh']['markers'] = new Array();
cpm_global['cpm_DvRFKh']['display'] = 'map';
cpm_global['cpm_DvRFKh']['highlight_class'] = '';
cpm_global['cpm_DvRFKh']['highlight'] = false;
cpm_global['cpm_DvRFKh']['type'] = 'ROADMAP';
cpm_global['cpm_DvRFKh']['mousewheel'] = false;
cpm_global['cpm_DvRFKh']['zoompancontrol'] = true;
cpm_global['cpm_DvRFKh']['typecontrol'] = true;
</script><script>
</script>
<noscript>
codepeople-post-map require JavaScript
</noscript>
<!– wpv-loop-end –>
if i use taxonomies with the standard loop (no view used)
its looking the same and the second script (which is empty in the source code above) is writing to the footer and outputs this:
<script>cpm_global["cpm_OiXnZd"]["markers"][0] =
{"address":"Meiringen, Schweiz",
"lat":"46.7273913",
"lng":"8.185877300000016",
"info":"<div class='cpm-infowindow'><div class='cpm-content'><a title='http://neu.ausflugsziele.ch/develop/index.php/ausflug/abenteuer-auf-dem-zwergenweg/' href='http://neu.ausflugsziele.ch/develop/index.php/ausflug/abenteuer-auf-dem-zwergenweg/'><img src='http://neu.ausflugsziele.ch/develop/wp-content/uploads/2013/03/bild867.jpg' align='right' style='margin:8px 0 0 8px; width:90px; height:90px'/></a><a class='title' href='http://neu.ausflugsziele.ch/develop/index.php/ausflug/abenteuer-auf-dem-zwergenweg/'>Abenteuer auf dem Zwergenweg</a><div class='address'>Meiringen, Schweiz</div><div class='description'>Die Haslizwerge haben in unserem Tal eine lange Tradition und [...]</div><a href='http://neu.ausflugsziele.ch/develop/index.php/ausflug/abenteuer-auf-dem-zwergenweg/' class='more'>more »</a></div><div style='clear:both;'></div></div>",
"open":"false",
"icon":"http://neu.ausflugsziele.ch/develop/wp-content/plugins/codepeople-post-map/images/icons/marker.png",
"post":"30319"};cpm_global["cpm_OiXnZd"]["markers"][1] =
{"address":"Leistkammstrasse, 8873 Amden, Schweiz",
"lat":"47.1525528",
"lng":"9.198731800000019",
"info":"<div class='cpm-infowindow'><div class='cpm-content'><a title='http://neu.ausflugsziele.ch/develop/index.php/ausflug/ein-bisschen-sport-aber-nicht-zu-viel-velotour-walensee/' href='http://neu.ausflugsziele.ch/develop/index.php/ausflug/ein-bisschen-sport-aber-nicht-zu-viel-velotour-walensee/'><img src='http://neu.ausflugsziele.ch/develop/wp-content/uploads/2013/03/bild345-260×196.jpg' align='right' style='margin:8px 0 0 8px; width:90px; height:90px'/></a><a class='title' href='http://neu.ausflugsziele.ch/develop/index.php/ausflug/ein-bisschen-sport-aber-nicht-zu-viel-velotour-walensee/'>Ein bisschen Sport, aber nicht zu viel – Velotour Walensee</a><div class='address'>Leistkammstrasse, 8873 Amden, Schweiz</div><div class='description'>Dieses Tageserlebnis eignet sich für alle, die ein bisschen Sport [...]</div><a href='http://neu.ausflugsziele.ch/develop/index.php/ausflug/ein-bisschen-sport-aber-nicht-zu-viel-velotour-walensee/' class='more'>more »</a></div><div style='clear:both;'></div></div>",
"open":"false",
"icon":"http://neu.ausflugsziele.ch/develop/wp-content/plugins/codepeople-post-map/images/icons/marker.png",
"post":"28221"};cpm_global["cpm_OiXnZd"]["markers"][2] =
{"address":"8877 Murg, Schweiz",
"lat":"47.06493580000001",
"lng":"9.19546379999997",
"info":"<div class='cpm-infowindow'><div class='cpm-content'><a title='http://neu.ausflugsziele.ch/develop/index.php/ausflug/velofahren-segeln-und-ein-leckeres-barbecue/' href='http://neu.ausflugsziele.ch/develop/index.php/ausflug/velofahren-segeln-und-ein-leckeres-barbecue/'><img src='http://neu.ausflugsziele.ch/develop/wp-content/uploads/2013/03/bild540-260×196.jpg' align='right' style='margin:8px 0 0 8px; width:90px; height:90px'/></a><a class='title' href='http://neu.ausflugsziele.ch/develop/index.php/ausflug/velofahren-segeln-und-ein-leckeres-barbecue/'>Velofahren, segeln und ein leckeres Barbecue</a><div class='address'>8877 Murg, Schweiz</div><div class='description'>Eine gemütliche Velotour, ein schmackhaftes Barbecue unter freiem Himmel und [...]</div><a href='http://neu.ausflugsziele.ch/develop/index.php/ausflug/velofahren-segeln-und-ein-leckeres-barbecue/' class='more'>more »</a></div><div style='clear:both;'></div></div>",
"open":"false",
"icon":"http://neu.ausflugsziele.ch/develop/wp-content/plugins/codepeople-post-map/images/icons/marker.png",
"post":"28177"};</script><script type='text/javascript' src='http://neu.ausflugsziele.ch/develop/wp-includes/js/admin-bar.min.js?ver=3.5.1'></script>
maybe you have an idea?
thank you and kind regards