POST
|
When you embed your map or app it maintains its extent. The problem is that the Zoom Level is changing. So on a smaller screen to maintain your extent, the zoom level might have to go to level 3. To overcome this you can use the 'level' url parameter when you embed the map or app within an iframe. Your points only start displaying at zoom level 7. For your app: <style>.embed-container {position: relative; padding-bottom: 80%; height: 0; max-width: 100%;} .embed-container iframe, .embed-container object, .embed-container iframe{position: absolute; top: 0; left: 0; width: 100%; height: 100%;} small{position: absolute; z-index: 40; bottom: 0; margin-bottom: -15px;}</style><div class="embed-container"><iframe width="500" height="400" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" title="WDNR License Agents Application - Map" src="https://wi-dnr.maps.arcgis.com/apps/webappviewer/index.html?id=b7b8ca7ec306401191006e08c7111446&level=7"></iframe></div> for your map: <style>.embed-container {position: relative; padding-bottom: 80%; height: 0; max-width: 100%;} .embed-container iframe, .embed-container object, .embed-container iframe{position: absolute; top: 0; left: 0; width: 100%; height: 100%;} small{position: absolute; z-index: 40; bottom: 0; margin-bottom: -15px;}</style><div class="embed-container"><iframe width="500" height="400" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" title="WDNR License Agents Application - Map" src="//wi-dnr.maps.arcgis.com/apps/Embed/index.html?webmap=4bba703f7c884f02a8c9f01c533de1bb&level=7&scale=true&disable_scroll=false&theme=light"></iframe></div> You can test them out in Tryit Editor v3.5 play with some of the settings.
... View more
03-05-2018
01:41 PM
|
0
|
1
|
3746
|
POST
|
Hmmm... It works in AGOL map, but when adding a map to an app it strips out the styling block. Two things you could try: 1. Use a plain table without any styling should give a properly spaced result. 2. For a styled table try inline styling for each tag. (pretty messy, and high maintenance if you need to change it, but it seems to work) eg <table style="font-family: arial, sans-serif;border-collapse: collapse;text-align: left;"> <tbody> <tr> <th style="border: 1px solid #ddd;padding: 8px;">Company</th> <th style="border: 1px solid #ddd;padding: 8px;">Country</th> </tr> <tr style="background-color: #eee;"> <td style="border: 1px solid #ddd;padding: 8px;">Alfreds Futterkiste</td> <td style="border: 1px solid #ddd;padding: 8px;">Germany</td> </tr> <tr> <td style="border: 1px solid #ddd;padding: 8px;">Centro comercial Moctezuma</td> <td style="border: 1px solid #ddd;padding: 8px;">Mexico</td> </tr> <tr style="background-color: #eee;"> <td style="border: 1px solid #ddd;padding: 8px;">Ernst Handel</td> <td style="border: 1px solid #ddd;padding: 8px;">Austria</td> </tr> <tr> <td style="border: 1px solid #ddd;padding: 8px;">Island Trading</td> <td style="border: 1px solid #ddd;padding: 8px;">UK</td> </tr> <tr style="background-color: #eee;"> <td style="border: 1px solid #ddd;padding: 8px;">Laughing Bacchus Winecellars</td> <td style="border: 1px solid #ddd;padding: 8px;">Canada</td> </tr> <tr> <td style="border: 1px solid #ddd;padding: 8px;">Magazzini Alimentari Riuniti</td> <td style="border: 1px solid #ddd;padding: 8px;">Italy</td> </tr> </tbody></table>
... View more
11-03-2016
02:53 PM
|
3
|
0
|
3580
|
POST
|
I could get a table to display in a custom attribute display. Here is what I used (based on the table example at Tryit Editor v3.1 ) <style> #mytable { font-family: arial, sans-serif; border-collapse: collapse; width: 100%; } #mytable td, #mytable th { border: 1px solid #dddddd; text-align: left; padding: 8px; } #mytable tr:nth-child(even) { background-color: #eeeeee; } #mytable th { font-weight:bold; } </style> <table id="mytable"> <tbody> <tr> <th>Company</th> <th>Contact</th> <th>Country</th> </tr> <tr> <td>Alfreds Futterkiste</td> <td>Maria Anders</td> <td>Germany</td> </tr> <tr> <td>Centro comercial Moctezuma</td> <td>Francisco Chang</td> <td>Mexico</td> </tr> <tr> <td>Ernst Handel</td> <td>Roland Mendel</td> <td>Austria</td> </tr> <tr> <td>Island Trading</td> <td>Helen Bennett</td> <td>UK</td> </tr> <tr> <td>Laughing Bacchus Winecellars</td> <td>Yoshi Tannamuri</td> <td>Canada</td> </tr> <tr> <td>Magazzini Alimentari Riuniti</td> <td>Giovanni Rovelli</td> <td>Italy</td> </tr> </tbody></table>
... View more
11-02-2016
07:09 PM
|
1
|
2
|
3580
|
POST
|
Thanks Kelly, I was thinking along those lines of changing the privileges, so that will work for us. Is there a way to list the items that have been shared with the organistaion?
... View more
11-01-2016
04:16 PM
|
0
|
0
|
598
|
POST
|
I have not found a way in ArcGIS Online, but have done it in ArcGIS Pro. If you have ArcGIS Pro you can add both ArcGIS Online layers to an ArcGIS Pro map, select the features and copy then 'paste special' into the other layer. Not overly intuitive but it works.
... View more
10-27-2016
03:09 PM
|
2
|
0
|
581
|
POST
|
Could you use a string field with a length of 1500 instead of blob? You can have string fields with that length.
... View more
10-27-2016
02:37 PM
|
1
|
1
|
992
|
POST
|
Is there a way for a member of the organisation to only see the contents of a group, without seeing what has been shared with the organisation? I can add the member to a group, they can see items in the group. The trouble for me is that they can search and find items that have been shared with the organisation. I only want them to access items shared in a particular group. Thanks in advance, Mark
... View more
10-26-2016
11:16 PM
|
0
|
3
|
1175
|
POST
|
haha, thanks Derek, Yes I am a bit cynical as it always seems to cost money when I talk to rep. Just wanted to see if there was any sort of standard procedure before going to local rep.
... View more
10-20-2016
05:27 PM
|
0
|
0
|
228
|
POST
|
Thanks Derek. so... "Please discuss this with your local Esri account manager/Distributor or contact Esri Customer Service 1 (888) 377-4575." = Yes it will cost you.
... View more
10-20-2016
01:50 PM
|
0
|
5
|
1667
|
POST
|
Thanks Dan,I have seen the help, and know how to install, but it does not mention if I am able to authorize on a new machine while the other machine is still active. Someone mentioned a need to pay for a 30 day licence while the transition is taking place. So I am just questioning about the licence. Do I need to pay for a temporary licence, while migrating to a new server.
... View more
10-19-2016
11:19 PM
|
0
|
8
|
1667
|
POST
|
We are moving our ArcGIS server from in house to a cloud environment. In terms of licencing, can I have both running at same time while testing and configuring the cloud environment. ie can the cloud environment be authorized while the in house is still running? The in house server will then be decommissioned once the cloud environment is running. thanks, Mark
... View more
10-19-2016
10:48 PM
|
0
|
11
|
2958
|
POST
|
Thanks for the link Owen, that's a great article. I was wondering how they got rid of the title bar out of the bat example. Now I know. The article explains it all. Cheers, Mark
... View more
10-13-2016
03:26 PM
|
0
|
0
|
786
|
POST
|
The bat site on the page you refer is displaying a 'Story Map Series' on the section of the Story Map Journal. So a story map within a story map. This is done by using a 'Web Page' not a 'Map' as the content in the journal section. (if that makes sense) To do that: 1. Create a 'Story Map Series' story map with all the maps you want to display. This will be referenced by your Story Map Journal Open the finished 'Story Map Series' story map in view mode (not edit mode) and copy the URL. 2. In the Story Map Journal you need to add a section and the main stage content will be a 'Web Page' . Paste the URL from the above. Done. regards, Mark
... View more
10-12-2016
09:01 PM
|
1
|
0
|
786
|
POST
|
The Exif should be there there but you need to export the whole AGOL layer as fgdb, then download file geodatabase, then run a python script to extract all the attachments.. Yes it really is that cumbersome. ESRI have a script to extract the attachments at: How To: Batch export attachments from a feature class http://support.esri.com/technical-article/000011912
... View more
10-12-2016
08:12 PM
|
1
|
0
|
925
|
POST
|
Casey, There is a company called geocortex that has out of the box mapping solutions on top of arcgis server. It is a commercial product but they have off line editing capabilities. They have a silverlight viewer and a HTML5 viewer with a central administration interface. They are putting in a lot of work into the html5 viewer. You can write your own custom modules to plug into it as well. I am by no means here to sell their product but just to say other options are available. Unfortunately Flex is dying a slow death. It is going to be around for quite a few years but the reality is it is dying. Flex is my favourite development platform and I still build custom internal flex mapping apps. But here at sutherland council we decided to look at where things are going and commercial option seems to be a better long term investment. The commercial company can do all the heavy lifting of keeping up with the technologies and I can focus on administering, as well as adding custom tools. As with everything there are pros and cons. Commercial options might seem like a lot of money, but you have to weigh up how much in time it costs to keep up/learn new technologies, and build your own solutions, and support them. If commercial is no option, then at some stage (if you are a realist then you will already know this) you will have to bite the bullet and move over to the javascript api, and start building your own html5 solutions.
... View more
10-30-2013
08:27 PM
|
0
|
0
|
466
|
Title | Kudos | Posted |
---|---|---|
1 | 11-02-2016 07:09 PM | |
3 | 11-03-2016 02:53 PM | |
1 | 10-12-2016 08:12 PM | |
1 | 10-27-2016 02:37 PM | |
1 | 10-12-2016 09:01 PM |
Online Status |
Offline
|
Date Last Visited |
11-11-2020
02:23 AM
|