POST
|
Hi I am using the Mosaic management python (i have tried in the UI also). I have NONE selected as the system says it cannot colormatch with a colormap in place? This is set to none for all the other raster mosaic i have.
... View more
07-13-2016
12:00 PM
|
0
|
4
|
25
|
POST
|
Hi Coming across an issue with merging a raster dataset together. Tried in 10.1 and 10.3 Please see attached. This does not occur with my other datasets including a previous dataset from the same source. They are 8bit TIFF images that display correctly if seperate raster datasets, when i mosaic, this is the result: Any ideas what could be causing this? thanks
... View more
07-13-2016
08:22 AM
|
0
|
6
|
1844
|
POST
|
Jeff's answer is the best option. You could script everything in python and publish a map using parameters etc. Other then that, the manual route is the only other way.
... View more
07-17-2014
04:25 PM
|
0
|
0
|
12
|
POST
|
Hi I need some of my urls to have normal http and https (self cert internal only) however i cant find any instructions to do this on IIS 7.5 I keep on getting the following when i browse my https url: Application Error The ArcGIS Web Adaptor has been configured with SSL/HTTPS. Please enable SSL/HTTPS for your ArcGIS Server Site. Enabling this makes no difference. Any help please? thanks
... View more
04-04-2014
05:38 PM
|
0
|
1
|
1997
|
POST
|
yeah, i went through the html over and over. Any chance i can pm you my script and you can take a quick look over it to see if i have caused any issues in my javascript? thanks
... View more
03-31-2014
05:37 AM
|
0
|
0
|
4
|
POST
|
Still experiencing this issue! <div id="mainWindow" data-dojo-type="dijit/layout/BorderContainer" data-dojo-props="design:'headline', gutters:false" style="width:100%; height:100%;"> <div id="header" data-dojo-type="dijit/layout/ContentPane" data-dojo-props="region:'top'" style:"height:50px;"> <span> City Centre Forward Planning </span> </div> <div id="leftPane" data-dojo-type="dijit/layout/ContentPane" data-dojo-props="region:'left'" style="width:275px;"> Legend <div id="tocDiv"></div> </div> <div id="centerPane" data-dojo-type="dijit/layout/BorderContainer" data-dojo-props="region:'center', gutters:false"> <div id="mapDiv" data-dojo-type="dijit/layout/ContentPane" class="shadow" data-dojo-props="region:'center'" style="overflow:hidden;"> </div> <div id="footer" data-dojo-type="dijit/layout/ContentPane" data-dojo-props="region:'bottom',doLayout:false"> <div id="timeInfo"> <div>City Centre Forward Planning works from <span id="daterange">2013 to 2024</span></div> <div id="timeSliderDiv"></div> </div> </div> </div> </div> and the css im referencing, this is in adition to the usual js css. html, body { height: 100%; margin: 0; padding: 0; width: 100%; font-family: "Trebuchet MS"; } #header { background-color: #666666; border: 1px solid #ffffff; color: #ffffff; font-size: 21pt; font-weight: bold; height: 30px; overflow: hidden; padding: 15px; text-align: left; } #leftPane { background-color: #FAFAFA; border: 2px solid #B5BCC7; color: #666666; } #centerPane { border: medium none; width: 100%; height: 100%; } #footer { background-color: #666666; border: 2px solid #B5BCC7; color: #ffffff; font-size: 13pt; height: 78px; margin: 10px; padding: 10px; text-align: center; } .roundedCorners { -moz-border-radius: 4px; -webkit-border-radius: 4px; -o-border-radius: 4px; } #mapDiv { border: 10px solid #B5BCC7; margin: 5px; } .dijitBorderContainer, .dijitGutter { background-color: #D0EFF3 !important; } .shadow { background-color: #FFFFFF; border: 4px solid #B5BCC7; box-shadow: 0 6px 3px -3px #888888; padding: 8px; } It certainly is something to do with that left region div but i cannot track where, as soon as its in, even with no content it has the same issue! Here is the click [ATTACH=CONFIG]32638[/ATTACH] Without the positioning set on the mapDiv i get the map only populating the top half of the div.
... View more
03-31-2014
12:11 AM
|
0
|
0
|
4
|
POST
|
Hi Ben Thanks for your reply. As soon as i can get onto that machine properly i will take a look. I need to take a look into my positioning as functionality wise its working as required and i think perhaps bad habit but i have previously set my map divs to absolute...thanks for the explanation. Javascript is not my strong point, python is my world and non ui so i always tend to be strong on function but lack on layout, design etc. Can you please check back tomorrow on this thread? I will have a proper look into my layout and let you know my results. I can send you all my code as its all internal referenced so would not make sense here but obviously will keep this thread updated. thanks
... View more
03-30-2014
02:58 PM
|
0
|
0
|
4
|
POST
|
I think you right with regards to the size of the div and the size of the offset the click thinks it is at. My html is similar to this, i cant seem to get my other machine atm due to vpn issue but i took this as a base. <body class="claro"> <div id="mainWindow" data-dojo-type="dijit/layout/BorderContainer" data-dojo-props="design:'headline', gutters:false" style="width:100%; height:100%;"> <div id="header" class="roundedCorners" data-dojo-type="dijit/layout/ContentPane" data-dojo-props="region:'top'"> <span> This is the header section </span> </div> <div id="leftPane" class="roundedCorners" data-dojo-type="dijit/layout/ContentPane" data-dojo-props="region:'left'" style="width:275px;"> This is the left section </div> <div id="centerPane" data-dojo-type="dijit/layout/BorderContainer" class="roundedCorners" data-dojo-props="region:'center', gutters:false"> <div id="map" data-dojo-type="dijit/layout/ContentPane" class="shadow" data-dojo-props="region:'center'" style="position:absolute; overflow:hidden;"> </div> <div> <div id="footer" class="roundedCorners" data-dojo-type="dijit/layout/ContentPane" data-dojo-props="region:'bottom'"> This is the footer section </div> </div> </div> </body> </html>
... View more
03-30-2014
02:01 PM
|
0
|
0
|
4
|
Online Status |
Offline
|
Date Last Visited |
11-11-2020
02:23 AM
|