BLOG
|
Thank you Adam - this was just my 2nd summit, and the improvement from last year was apt and beneficial for our organization. I'm sharing all of it with my team - as they are part of my succession planning - to inspire them grow our small division already serving the enterprise into a professional and robust service provider and IT partner. All the best - see you next year..
... View more
07-29-2024
11:51 AM
|
1
|
0
|
833
|
BLOG
|
Nice - looking forward to that - I'm most interested to follow up on the Slim Gim modal discussed in the morning - who was the presenter at that time - it's not in my notes! Thanks
... View more
07-22-2024
01:23 PM
|
3
|
0
|
1768
|
POST
|
This the snippet for the first card in a row of 5: <!-- 5-up block test Calcite HTML --> <!-- EDITED CODE BY JUAN AND LUCIA --> <!-- All the code added is inside style="" in line 7 and 8 --> <div class="grid-container" style="grid-template-columns:repeat(5,1fr);"> <!-- grid template is to determine how many cards in each row --> <div class="column-24" style="display:flex;flex-wrap:wrap;grid-gap:10px;justify-content:center;"> <!-- Justify Content is to align the cards CENTER --> <!-- 1 - First Card 1/1 --> <a href="https://link to resource" class="card-link" target="_blank"> <div class="card" style="width: 13rem;"> <div class="card-content"> <img class="card-img-top" src="https://image.png" alt="Card image cap"> <div class="card-body"> <h5 class="card-title">City Financial Revenues</h5> <p class="card-text"> </p> </div> <div class="card-body"> </div> </div> </div> </a> Just keep adding card - and keep track of your 5/row using the comments <!-- 1 - First Card 1/1 --> <!-- 2 - Second Card 1/2 --> <!-- 3 - Third Card 1/3 --> .. <!-- 6 - Sixth Card 2/1 --> etc. Let us know how it goes! Good luck. Mark
... View more
04-05-2024
10:07 AM
|
0
|
0
|
1631
|
POST
|
We had some interns work on our new Hub display coding in Text widgets to display 5-across, thus: <div class="grid-container" style="grid-template-columns:repeat(5,1fr);"> <!-- grid template is to determine how many cards in each row --> <div class="column-24" style="display:flex;flex-wrap:wrap;grid-gap:10px;justify-content:center;"> <!-- Justify Content is to align the cards CENTER --> You can see the result here: https://www.coralgables.com/smartcity.
... View more
09-13-2023
05:57 AM
|
0
|
1
|
1942
|
BLOG
|
Resource link is requesting authorization: the link in the Understanding Civic Data Spatially first code cell (We start by fetching this dataset in our current notebook. Click here to learn more about how you can use ArcGIS Hub for finding data and the ArcGIS API for Python to access it.) requires log in to the arcgishub.maps domain - but my profile does not macth. How else may I learn more about how to use ArcGIS Hub for finding data and the API to access it? https://arcgishub.maps.arcgis.com/sharing/oauth2/authorize?client_id=arcgisonline&response_type=code&state=%7B%22portalUrl%22%3A%22https%3A%2F%2Farcgishub.maps.arcgis.com%22%2C%22uid%22%3A%22LRMCt7dC45jrEa9a6nNw3KvnqRvTntKwod83UyvgkE8%22%7D&expiration=20160&locale=en-us&redirect_uri=https%3A%2F%2Farcgishub.maps.arcgis.com%2Fhome%2Fitem.html%3Fid%3D404e96a25bee494b8314ac1d4c21f5bf&redirectToUserOrgUrl=true&code_challenge=IS7fp7-xt241ThabM6S-kPV6B5s3zEYysZGg5mu-aLk&code_challenge_method=S256
... View more
09-05-2023
03:37 PM
|
0
|
0
|
1063
|
POST
|
Also opened a case with myesri. When configuring URL redirects various errors display: trying to direct Hub URL traffic to alternative site. https://www.coralgables.com/smartcityhub - Error: The specified domain contains invalid characters. www.coralgables.com/smartcityhub - Error: The domain must have a valid top-level domain. coralgables.com/smartcityhub - Error: The domain must have a subdomain. https://coral-gables-smart-city-hub-2-cggis.hub.arcgis.com - Error: The domain cannot contain arcgis.com. Using the July 2022 online guide "Introducing Domain Redirects" by Sydney Bohn. Please advise. Thank you.
... View more
06-30-2023
12:47 PM
|
1
|
0
|
459
|
POST
|
We just overhauled our primary Open Data Hub site. An issue around branding came up in a response post in LinkedIn that we tried to address: the black top banner that toggles the Global Nav Menu shows our city logo on a mobile device, but not in a desktop browser. Is there a control for managing that display? The Header panel provides a link to the image that displays on mobile devices, and there is reference to the occassional use of "minified header". The Settings panel does not appear to have controls for that section either.
... View more
06-30-2023
10:43 AM
|
0
|
0
|
494
|
POST
|
UPDATE Questions - anyone from this thread attending the UC and want to meet up? Also, who else is attempting to use Calcite coding in Text card to format object arrays (Calcite Cards)? My post from a month ago is updated to say "we are using a 5-card array in our Hub site upgrade [see here: https://coral-gables-smart-city-hub-2-cggis.hub.arcgis.com/ ]. Issues we're trying to resolve is balancing card rows of less than 5 cards; managing card vertical alignments due to text length in 'card-body'. Respond here, or if you're going to the UC let's make time to discuss experience with Calcite formatting. Thanks!!
... View more
06-22-2023
12:51 PM
|
0
|
0
|
2305
|
POST
|
Hey Saadullah - can you share the config or code that is applied?
... View more
06-22-2023
12:43 PM
|
0
|
1
|
2510
|
POST
|
I've experienced similar disconnect between what I'd assumed were my AGOL tags and what is exposed as such in Hub. Always had to execute a workaround. Never heard of a solution. I've similar experience with catalog accessing all my groups.
... View more
06-15-2023
08:58 AM
|
1
|
0
|
884
|
POST
|
Yes - thank you for assisting in cracking the .col-* code! We've successfully applied a 4 column parameter to the column class division and the cards flow as desired. Enjoy the long weekend - all the best Mark
... View more
05-26-2023
02:20 PM
|
0
|
0
|
2379
|
POST
|
Thank you Klara - I found the 'older' code here: https://esri.github.io/calcite-web/examples/core/ when searching for a card layout that was more compact and provided more than 3-across cards. I jury-rigged the card code from the from the 3 into the 4. Is the information on this site current and useful? I don't really understand how the col-* acts on the cards themselves - the online explanation I found talks about formatting to various device displays - not gridded card layout. Where can I resource coding to a 4- or 5- across card layout grid? What effective mixing of the hub and calcite methods can we perform that 1) avoids the cards shifting vertically due the card-title text, and 2) enables us to manage the number of cards across. Also - the shadowing of the card is mostly cosmetic to better emulate the web site cards - I'll chase that butterfly later. The new hub site is a makeover of our current site to reduce the color noise: https://cg-hubdev-cggis.opendata.arcgis.com/ - so it's important to us to build out the new quickly but effectively - I may revert to the 3-across for all section since those cards seem less volatile. Thanks again!
... View more
05-26-2023
06:17 AM
|
0
|
2
|
2400
|
POST
|
cf www.coralgables.com and our Smart City Hub New site we're making cards to create a comparable feel to the City site cards. Using both 3-card and 4-card classes, we've run into the card-title wrapping the text in such a way that the cards shift vertically in the upper division grid pattern. <div class="col-xs-12 col-sm-6 col-md-4"> <div class="three-card contrast-safe-text"> can't find definitions or explanationof this class and <div class="grid-container"> <div class="column-22 pre-1"> can't find definitions or explanationof this class <div class="block-group block-group-4-up"> How can this be constrained or managed? Searching for the card-[x] tools by class is not an easy lookup. Where are the card class options catalogued? We'd also like to replace the card border with a halo-y effect or float like the drupal site. Any help on this score? Thank you - Mark
... View more
05-25-2023
02:00 PM
|
0
|
5
|
2434
|
BLOG
|
My observation: I plan to use Example #2 to update feature class records where parcel ownership has changed. New data records match field for field with a common, unchanging primary key. I am surprised that since you published this blog back in 2014, ArcGIS (Pro) has not provide a comparable expedited analysis to update records from a source to a production feature class. Did I miss the memo, or is your method still the gold standard for this kind of data operation? I ask before I dive too deep into Example #2. Thanks for your consideration. Mark
... View more
09-01-2022
02:35 PM
|
0
|
0
|
4537
|
Title | Kudos | Posted |
---|---|---|
1 | 07-29-2024 11:51 AM | |
3 | 07-22-2024 01:23 PM | |
1 | 06-30-2023 12:47 PM | |
1 | 06-15-2023 08:58 AM | |
2 | 11-20-2021 02:39 PM |
Online Status |
Offline
|
Date Last Visited |
08-18-2025
07:34 AM
|