'undefined' is null or not an object
require(["pgonline/Main"]...
var settings...
return declare("pgonline/Main"...
<script> var dojoConfig = { parseOnLoad : true, packages : [{ name : "pgonline", location : location.href.replace(/\/[^/]+(\.html.*)|\?.*/, "").replace(/\/[^/]+\/?$/,"") + "/PGOnline" }] }; </script> <script src="http://serverapi.arcgisonline.com/jsapi/arcgis/3.4/"></script> <script type="text/javascript"> require([ "dijit/layout/BorderContainer", "dijit/layout/ContentPane" ]); var main; require(["pgonline/Main"], function(Main) { var settings = { webmapID : "4b658923d0924336a08bfbbd4c72121f", titleDiv : "title", mapDiv : "map", menu : "menu", overviewDiv : "overviewDiv", geocoderDiv : "search", mainWindow : "mainWindow", tableParent : "centerPane", headerDiv : "header", withBasemap : true, withMeasure : true, withDrawing : true, withLegend : true, withQuery : true, withNavToolbar : true, withPrinter : true, withPlotter : true, withFinder : false, withEditor : false, withToggles : true, withTable : true, withSummary : true, withPriorization : true, withSymbology : true, withExport : true, withPlannerToolbar : true }; main = new Main(settings) }); </script>
main = new Main(settings)
Angemeldete Mitglieder können Beiträge verfassen, Updates folgen und mehr. Neu hier? Registriere ein kostenloses Konto.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.