|
POST
|
Thanks Joshua, on phone right now so excuse short response "database views can be registered in the geodatabase starting at 10.5" I need to do some reading on this and the pros and cons of registering a spatial view created at the DBMS level (or with the "create database view tool"). Performance is definitely going to be an issue and might have to come up with a plan B
... View more
05-04-2017
03:01 PM
|
0
|
0
|
1127
|
|
POST
|
I have pretty much the same question. Have a view which includes geometry column and is actually a combination of around 20 layers. Problem is these are mixed spatial types (point, line, polygon). Looking to either create thee separate query layers that separate based upon geometry type or create 3 Separate db views from within SQL server management studio. What is the best approach and anyone familiar with the optimal SQL to filter based on the geometry type. Performance will be a concern and requirement is to serve this up to server
... View more
05-04-2017
04:38 AM
|
0
|
2
|
1127
|
|
POST
|
In ArcMap, I was able to use the address inspector and hold the mouse down and hover over the map and get instant results returned (from a local locator). I like the UX of the right click the map and 'whats here' but I would also really like to be able to have that same instant feedback. Perhaps an address inspector could be an additional tool? Example in ArcMap
... View more
04-30-2017
04:39 AM
|
0
|
0
|
658
|
|
POST
|
I also getting this. Unfederated, did a fresh install of ArcGIS Data Store, and removed the services via manager. Federated and added the GIS Server as a hosting server, but that leaves me with a bunch of stray items for the services that no longer exist in the GIS Server/ArcGIS Data Store. Was assuming performing a reindex on portal via portaladmin would fix things up, but no luck. Any other suggestions?
... View more
04-12-2017
06:02 PM
|
0
|
0
|
6189
|
|
POST
|
Our meterology agency provides a number of feeds via their FTP website: ftp://ftp.bom.gov.au/anon/gen/fwo/IDV10750.xml ftp://ftp2.bom.gov.au/anon/gen/fwo/IDV10753.xml I tried hooking the 'Poll an External Website for XML' input connector to the above endpoints, but the connector fails to get a response. Is there a way to do this within GeoEvent such as adjusting the transport used by the XML input connector? I understand it could be achieved through scheduling downloading these XML files to a folder and have GeoEvent watch the folder for new files, but was hoping on avoiding another moving part.
... View more
02-21-2017
05:55 PM
|
1
|
4
|
3048
|
|
POST
|
Did you resolve why you were getting the 406 error? Have same error when trying to hook into this XML feed http://realtimedata.water.nsw.gov.au/wgen/sites.rs.anon.xml
... View more
02-21-2017
04:59 PM
|
0
|
1
|
5112
|
|
POST
|
A number of organisations will have an isolated internal ArcGIS Server deployment, and wish to setup an automated workflow for overwriting a subset of their datasets to hosted feature services within their ArcGIS Online Account, which then flow through to their ArcGIS Open Data site. I have seen a number of scripts out there, but was wondering if there was a preferred approach or set of scripts that are recommended? This would be a one-way push of data, and simply overwriting the service should suffice and I believe this does not change the ID of the item, therefore does not have any undesirable knock on effects with URLs to datasets changing in the Open Data site. Ideally looking for some base scripts that can be easily adapted/re-usable for different organisations. Semi-related, but would also like to know the pros and cons of publishing each layer as a separate hosted feature service versus grouping your layers into categories and publishing as one hosted feature service. Some related links: GitHub - arcpy/update-hosted-feature-service: Update and overwrite a hosted feature service on ArcGIS.com GitHub - Esri/overwrite-hosted-features: The Transportation 511 Script is used to keep the contents of a Feature Collect… GitHub - EsriUK/PythonAGOLTools: Demo scripts and productivity enhancements for ArcGIS Online using Python Accessing and creating content | ArcGIS for Developers Scripting administrative tasks with PortalPy—Portal for ArcGIS (10.5) | ArcGIS Enterprise
... View more
02-17-2017
11:26 PM
|
0
|
1
|
8956
|
|
POST
|
you're unable to use the header CSS to control other elements on the page. Did not realise this. With the older template I could tweak (for better or worse) all the elements via the header CSS. From memory I could also reference external javascript libraries or fonts. The v2.0 templates are awesome - definitely a big step forward for user that wants a WYSIWYG interface to style the site. However, I know a lot of the organisations I work with are now pushing harder to ensure any public facing website follows the exact same style guidelines as their main website, and often this would require having finer control over the styling made only possible through diving into the CSS/HTML and possibly also some Javascript. Some examples: Still needs a bit of work, but the mouse-over effect on the categories on this older template site - how would this behavior be replicated in the newer v2.0 site Really like the larger search bar on the main http://opendata.arcgis.com/ website, but not entirely sure how that was achieved? If I wanted to change the background of one of the categories; or if I wanted to add slightly rounded corners to some elements; change the search button (see above screen) from blue to their company color; etc. etc. It is more than likely that I do not yet have a full understanding of the capabilities of the newer v2.0 templates and some of the above might be possible. I need to explore cards in more detail. Appreciate the blog posts on styling - keep them coming!
... View more
02-17-2017
09:37 PM
|
1
|
0
|
3968
|
|
POST
|
Thanks Courtney. That is good to know its not just me.
... View more
02-17-2017
09:10 PM
|
0
|
0
|
1130
|
|
POST
|
Just trying to brush up on how to tweak the new v2.0 sites. I have setup a new site, and added an image to the footer. When I preview the site within the Style Editor, everything looks fine. However when I save and preview the site in a new tab (not in the Style Editor), I notice a gap after my footer. I have done very little to the default site. The footer is not using custom CSS/HTML If the header is set to not use Custom CSS, does not make a difference. This should be easy for someone to replicate and was not expecting this behaviour?
... View more
02-17-2017
04:21 AM
|
0
|
2
|
1796
|
|
POST
|
Just brushing up on how the newer v2.0 templates can be customised. Forgive me for the noob CSS/HTML "skills". If I create a new OD site, and enter the style editor and add a logo and tweak some colors I can achieve this: I know that I am going to want some greater control over other elements in the page, so I enable 'Use custom HTML/CSS' in the Header. This then gives me, by default, two new DIVs - navbar-header and navbar-brand along with the original header (minus my logo, but there is now a placeholder for this on the navbar). I essentially want to retain the look of the first screenshot and want some guidance on the most elegant way to do this. I assume you cannot remove the bar with My Data on (possibly with CSS, but user needs to see My Data)? I could easily just remove the populated HTML from the new row it creates, and strip out the populated CSS. But then I don't think I can edit the HTML of the row that has My Data on it, and therefore cant easily place a logo div onto it? So how would you go about enabling custom CSS (for doing stuff with other elements on the page) but keeping the look and feel of the first screenshot? Very easy to replicate, but if it helps, this is the sandbox site I am playing with.
... View more
02-17-2017
04:11 AM
|
0
|
11
|
6782
|
|
POST
|
I have a similar issue which I have raised on a separate thread here: Using dates in filters? Was wondering if someone could throw me a bone?
... View more
02-15-2017
10:57 PM
|
0
|
0
|
7255
|
|
POST
|
I am listening to a public JSON feed for alerts. Each result packet in the JSON includes forecast information. I am only interested in the packet that matches todays date. The data is in the format dd/mm/yyyyy and is a date type in the geoevent definition. What is the most elegant way to filter this feed to just flow through todays date? I did see this post to check if a date is within a given tolerance. But hoping I can somehow achieve my goal purely with one filter? Just not entirely sure if you can use date functions/expressions in a filter?
... View more
02-14-2017
10:51 PM
|
1
|
2
|
3034
|
|
BLOG
|
Thanks Atma - that works fine - noticed it mentions this in the help, so my bad. Not sure if this is the best place to ask, but any tips/best practise on getting setup. Use the embedded Conda within Pro or download Anaconda and install separately? Pros and Cons? Any way to create a shortcut that runs the Python Command Window with Admin privileges? Any issues updating the 3rd party packages in the Conda embedded with Pro or including additional ones such as Juypter? Is it best practise to create a new environment within the embedded Pro Conda? I also notice my Pro 1.4.1 is missing a python environment? Is this due to me doing this on a machine that also has Conda?
... View more
02-11-2017
12:16 AM
|
0
|
0
|
700
|
|
POST
|
Thanks Dan, that works. Did not realise about the ability to add dynamic text and images within the animations. Neat.
... View more
02-10-2017
10:50 PM
|
0
|
0
|
3178
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 09-28-2016 04:42 PM | |
| 1 | 10-22-2018 02:06 AM | |
| 1 | 02-07-2019 05:34 PM | |
| 1 | 01-06-2019 02:12 PM | |
| 1 | 06-08-2017 06:29 PM |
| Online Status |
Offline
|
| Date Last Visited |
11-11-2020
02:22 AM
|