<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: LocalRouteTask geodatabase format, documentation/how? in Qt Maps SDK Questions</title>
    <link>https://community.esri.com/t5/qt-maps-sdk-questions/localroutetask-geodatabase-format-documentation/m-p/228175#M1142</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;(FYI - this is not a request for help at the moment, it is just a status update on situation so far.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi Again. As mentioned, the '.tn' folder was indeed critical - my ESRI partner says they 'tried something different', and sent me a new data set, which now included a ".tn" sub-folder.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; I am trying to get them to describe what 'something different' was..&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3334ca;"&gt;[ UPDATE: &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3334ca;"&gt;&lt;EM&gt;"Before analyse I have to select the network in the left pane and the analyze and share...."&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3334ca;"&gt;&lt;EM&gt;]&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: this only means I'm not crashing anymore, when trying to load data - I have no idea of behaviour/quality yet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Main note for this is: Building the data set, they got the error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;"...Actually I get and &lt;SPAN style="color: #3334ca;"&gt;warning with the network now, saying that the network dataset has not been dissolved.&amp;nbsp; ..&lt;/SPAN&gt;"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are looking into what that means..&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I will update here with info on how/if we got it working.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Mar 2016 12:46:05 GMT</pubDate>
    <dc:creator>JakobGaardsted</dc:creator>
    <dc:date>2016-03-15T12:46:05Z</dc:date>
    <item>
      <title>LocalRouteTask geodatabase format, documentation/how?</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/localroutetask-geodatabase-format-documentation/m-p/228172#M1139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to set up offline streeet routing in ArcGisRuntime for Qt, Using LocalRouteTask.&lt;/P&gt;&lt;P&gt;However, I cannot find adequate documentation for how to obtain/configure an appropriate database.&lt;/P&gt;&lt;P&gt;The info I've found, just refers to two string parameters, with no further details. The main things I've been able to guess, is from examining/reverse engineering the demo "RuntimeSanFrancisco.geodatabase" files.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;What I've learned so far:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- There are 4 "geodatabase" formats. (One for each format name would have been sufficient for me.)&lt;/P&gt;&lt;P&gt;Until that page is moved, a link here: &lt;A href="https://developers.arcgis.com/qt/cpp/guide/supported-geodatabase-formats.htm" title="https://developers.arcgis.com/qt/cpp/guide/supported-geodatabase-formats.htm"&gt;https://developers.arcgis.com/qt/cpp/guide/supported-geodatabase-formats.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;describing the 4 formats.&lt;BR /&gt;- the 'RuntimeSanFrancisco' is format 1 - .geodatabase-SQLite.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using QGis, I can see the SanFrancisco offline-routing example contains&lt;/P&gt;&lt;P&gt;ALL the following data - I don't know how much of it is required for a street routing example.&lt;/P&gt;&lt;P&gt;&amp;nbsp; I notice the N_1_* tables, and the 3 Streets* tables (relevant because the named network is called Streets_ND)&lt;/P&gt;&lt;P&gt;and the ND_27* tables, and Streets_ND_Junctions.&lt;/P&gt;&lt;P&gt;(however, I note that the geometry-type is different compared to the next picture I show.)&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="190885" alt="SF.png" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/190885_SF.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;We had an ESRI partner prepare a 'geodatabase' data set for our client for offline routing, and they came up with&lt;/P&gt;&lt;P&gt;a ".gdb" folder, which I, based on the link above, guess to be a socalled "file geodatabase" type (it's called 'file', because it's stored in a directory, as opposed to the SQLite variant, which is stored in a file. In case you wonder.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I open that 'file geodatabase' in QGis, I get this:&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="190949" alt="fileGeo.png" class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/190949_fileGeo.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Again we see names 'Streets', 'Streets_ND_Junctions', and 3 ND_XXX* tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, trying to load this in our ArcGis Runtime application, just leads to crashes giving us no relevant info.&lt;/P&gt;&lt;P&gt;(executing the &lt;SPAN style="color: #800080;"&gt;LocalRouteTask constructor gives a crash.)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only documentation I find is this:&lt;/P&gt;&lt;P&gt;https developers.arcgis.com/qt/cpp/guide/find-a-route.htm&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/qt/cpp/guide/find-a-route.htm" title="https://developers.arcgis.com/qt/cpp/guide/find-a-route.htm"&gt;Find a route—ArcGIS Runtime SDK for Qt | ArcGIS for Developers&lt;/A&gt;&lt;/P&gt;&lt;P&gt;from which I don't seem to find any info about how to obtain/build routing geodatabases?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QUESTION: Anybody got any hints for how to figure this out / how one is supposed to figure this out?&lt;/P&gt;&lt;P&gt;The ESRI partners who built the 'geodatabase' are nice people, but it appears to me, they have access to the same lack of documentation as I find..?&amp;nbsp; How does one figure out how to build a usable routing-network data set for ArcGisRuntime LocalRouteTasks, and is it possible to diagnose it with other things than mute crashes?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I spent some time googling this, but only found people asking similar questions in threads around the web, that never attracted any replies &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Detail question: I would like to know, if LocalRouteTask only works with the SQLite variant? From the linked 'supported' page, it suggests that "geodatabase file" would work too, but given the very little doc-details on LocalRouteTask itself, and my crashes, I'm wondering..? IE SQLite is the thing I've seen it work with..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for any help or advice you can offer on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;URLs:&lt;/P&gt;&lt;P&gt;http &lt;A href="https://developers.arcgis.com/qt/cpp/guide/supported-geodatabase-formats.htm" title="https://developers.arcgis.com/qt/cpp/guide/supported-geodatabase-formats.htm"&gt;developers.arcgis.com/qt/cpp/guide/supported-geodatabase-formats.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Mar 2016 12:16:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/localroutetask-geodatabase-format-documentation/m-p/228172#M1139</guid>
      <dc:creator>JakobGaardsted</dc:creator>
      <dc:date>2016-03-14T12:16:39Z</dc:date>
    </item>
    <item>
      <title>Re: LocalRouteTask geodatabase format, documentation/how?</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/localroutetask-geodatabase-format-documentation/m-p/228173#M1140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to create a sqlite based geodatabase with the file extension ".geodatabase". We refer to these as mobile geodatabases. You author these in ArcMap using the Create Runtime Content tool. Here is the help for the tool - &lt;A href="http://desktop.arcgis.com/en/arcmap/10.3/map/working-with-arcmap/creating-arcgis-runtime-content.htm" title="http://desktop.arcgis.com/en/arcmap/10.3/map/working-with-arcmap/creating-arcgis-runtime-content.htm"&gt;Creating ArcGIS Runtime content—Help | ArcGIS for Desktop..&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your ArcGIS Desktop users should be able to add in the transportation network dataset into ArcMap, and use this tool to export it to a mobile geodatabase that contains the transportation network.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will make sure to add a note that we need to better doc this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Luke &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Mar 2016 16:00:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/localroutetask-geodatabase-format-documentation/m-p/228173#M1140</guid>
      <dc:creator>LucasDanzinger</dc:creator>
      <dc:date>2016-03-14T16:00:02Z</dc:date>
    </item>
    <item>
      <title>Re: LocalRouteTask geodatabase format, documentation/how?</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/localroutetask-geodatabase-format-documentation/m-p/228174#M1141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for the useful answer - my ESRI partner and I have tried to follow this, and it certainly brings us closer.&lt;/P&gt;&lt;P&gt;However, I&amp;nbsp; still get a crash when we try to load the .geodatabase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am unsure, if the .geodatabase is enough on its own, or if an accompanying folder is necessary, which was there in the ESRI test data: "RuntimeSanFrancisco.tn".&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3334ca;"&gt;&lt;STRONG&gt;UPDATE: it would seem 'xxx.tn' subfolder may be required.. at least, if I hide that folder, in the ESRI demo example, I get a similar(?) crash when trying to load the geodatabase..?&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3334ca;"&gt;&lt;STRONG&gt;[UPDATE2: the .tn folder was indeed critical, see next reply]&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I went through the check-list on the webpage you've linked above (see below next screenshot.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I include a screenshot of the contents of the built geodatabase, according to QGis:&lt;/P&gt;&lt;P&gt;It seems to include Streets, Streets_ND_Junctions, and RestrictedTurns.&lt;BR /&gt;I assume, but am not sure, that layers 20-21-22 would be the coordinate-system description.&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="191051" alt="geodb.png" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/191051_geodb.png" style="height: auto;" /&gt;I&lt;/P&gt;&lt;P&gt;The checklist, with my uninformed comments:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;SPAN lang="IS" style="color: #1f497d;"&gt;[[JG: ]] &lt;/SPAN&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN lang="IS" style="color: #1f497d;"&gt;&lt;SPAN&gt;I was going through the info from &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fdesktop.arcgis.com%2Fen%2Farcmap%2F10.3%2Fmap%2Fworking-with-arcmap%2Fcreating-arcgis-runtime-content.htm" rel="nofollow" target="_blank"&gt;http://desktop.arcgis.com/en/arcmap/10.3/map/working-with-arcmap/creating-arcgis-runtime-content.htm&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="IS" style="color: #1f497d;"&gt;to see if we are violating anything obvious. I've listed the relevant sections here below, with comments:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: 15.15pt; margin-bottom: 7.55pt; background: #FEFEFE;"&gt;&lt;SPAN lang="EN-US" style="font-size: 13.5pt; font-family: 'Arial',sans-serif; color: #4d4d4d;"&gt;"(quoting) Network Data -"&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 20.55pt; background: #FEFEFE;"&gt;&lt;SPAN lang="EN-US" style="font-size: 12.0pt; font-family: 'Segoe UI',sans-serif; color: #4d4d4d;"&gt;"If your map contains a network dataset or a network analysis layer that references a network dataset, you can include the network dataset in your ArcGIS Runtime content as a transportation network for routing and driving directions. When including a network, all feature layers the network references become part of the ArcGIS Runtime content. This may include layers that are not part of the map. For example, if you only have a network layer in the map, your ArcGIS Runtime content includes the streets, junctions, and turns feature classes associated with the network.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 20.55pt; background: #FEFEFE;"&gt;&lt;SPAN lang="EN-US" style="font-size: 12.0pt; font-family: 'Segoe UI',sans-serif; color: #4d4d4d;"&gt;For a network dataset to become a transportation network, there are a few restrictions to keep in mind:&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN lang="EN-US" style="font-size: 10.5pt; font-family: 'Segoe UI',sans-serif;"&gt;The network dataset must be part of a geodatabase &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10.5pt; font-family: 'Segoe UI',sans-serif; color: blue;"&gt;[&lt;STRONG&gt;JG: I assume this part is OK?&lt;/STRONG&gt;] &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10.5pt; font-family: 'Segoe UI',sans-serif;"&gt;. This excludes networks that are in SDC or shapefile format.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN lang="EN-US" style="font-size: 10.5pt; font-family: 'Segoe UI',sans-serif;"&gt;The network dataset must be from ArcGIS 10.0 or later.&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10.5pt; font-family: 'Segoe UI',sans-serif; color: blue;"&gt; [&lt;STRONG&gt;JG: I assume OK.. You can judge this.&lt;/STRONG&gt;]&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10.5pt; font-family: 'Segoe UI',sans-serif;"&gt; If your network is from an earlier version, you can upgrade your geodatabase and your network.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN lang="EN-US" style="font-size: 10.5pt; font-family: 'Segoe UI',sans-serif; color: #4d4d4d;"&gt;The network dataset cannot have an unknown coordinate system. &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10.5pt; font-family: 'Segoe UI',sans-serif;"&gt;[&lt;STRONG&gt;JG: I can see layer 20,21 and 22 mention something like this, but don't know if that is the required part.&lt;/STRONG&gt;]&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN lang="EN-US" style="font-size: 10.5pt; font-family: 'Segoe UI',sans-serif;"&gt;The network dataset cannot use any VB or Python script evaluators. &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10.5pt; font-family: 'Segoe UI',sans-serif; color: blue;"&gt;[&lt;STRONG&gt;JG: shouldn't apply here.&lt;/STRONG&gt;]&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN lang="EN-US" style="font-size: 10.5pt; font-family: 'Segoe UI',sans-serif;"&gt;The network dataset cannot use any custom COM evaluators. &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10.5pt; font-family: 'Segoe UI',sans-serif; color: blue;"&gt;[&lt;STRONG&gt;JG: shouldn't apply here.&lt;/STRONG&gt;]&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN lang="EN-US" style="font-size: 10.5pt; font-family: 'Segoe UI',sans-serif;"&gt;A network dataset that uses live traffic&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10.5pt; font-family: 'Segoe UI',sans-serif; color: blue;"&gt;[&lt;STRONG&gt;JG: shouldn't apply here.&lt;/STRONG&gt;]&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10.5pt; font-family: 'Segoe UI',sans-serif;"&gt; will be ported to a transportation network, but the live traffic components are excluded since they are not supported.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp; style="margin-bottom:20.55pt;background:#FEFEFE"&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 10.5pt; font-family: 'Segoe UI',sans-serif;"&gt;Do not include network data&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 10.5pt; font-family: 'Segoe UI',sans-serif;"&gt;—Exclude network datasets from the ArcGIS Runtime content.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN lang="EN-US" style="font-size: 10.5pt; font-family: 'Segoe UI',sans-serif; color: blue;"&gt;[&lt;STRONG&gt;JG: I assume you chose the first of these two options?&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10.5pt; font-family: 'Segoe UI',sans-serif;"&gt;]&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN lang="EN-US" style="font-size: 11.0pt; font-family: 'Calibri',sans-serif; color: #1f497d;"&gt;In short, it doesn't appear obvious to me, that we are violating any items on this list..&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll return with more info, if we figure more out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Mar 2016 11:54:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/localroutetask-geodatabase-format-documentation/m-p/228174#M1141</guid>
      <dc:creator>JakobGaardsted</dc:creator>
      <dc:date>2016-03-15T11:54:39Z</dc:date>
    </item>
    <item>
      <title>Re: LocalRouteTask geodatabase format, documentation/how?</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/localroutetask-geodatabase-format-documentation/m-p/228175#M1142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;(FYI - this is not a request for help at the moment, it is just a status update on situation so far.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi Again. As mentioned, the '.tn' folder was indeed critical - my ESRI partner says they 'tried something different', and sent me a new data set, which now included a ".tn" sub-folder.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; I am trying to get them to describe what 'something different' was..&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3334ca;"&gt;[ UPDATE: &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3334ca;"&gt;&lt;EM&gt;"Before analyse I have to select the network in the left pane and the analyze and share...."&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3334ca;"&gt;&lt;EM&gt;]&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: this only means I'm not crashing anymore, when trying to load data - I have no idea of behaviour/quality yet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Main note for this is: Building the data set, they got the error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;"...Actually I get and &lt;SPAN style="color: #3334ca;"&gt;warning with the network now, saying that the network dataset has not been dissolved.&amp;nbsp; ..&lt;/SPAN&gt;"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are looking into what that means..&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I will update here with info on how/if we got it working.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Mar 2016 12:46:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/localroutetask-geodatabase-format-documentation/m-p/228175#M1142</guid>
      <dc:creator>JakobGaardsted</dc:creator>
      <dc:date>2016-03-15T12:46:05Z</dc:date>
    </item>
    <item>
      <title>Re: LocalRouteTask geodatabase format, documentation/how?</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/localroutetask-geodatabase-format-documentation/m-p/228176#M1143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sounds like you are on the right path. The "dissolved" warning is just a warning in ArcMap, and should not be related to this. You will need the geodatabase and .tn folder. They are both required, though you just point to the .geodatabase in your local route task. My suggestion would be to take the local routing sample, switch out the network dataset and basemap, and try and see if you can use it with your data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Mar 2016 17:34:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/localroutetask-geodatabase-format-documentation/m-p/228176#M1143</guid>
      <dc:creator>LucasDanzinger</dc:creator>
      <dc:date>2016-03-15T17:34:44Z</dc:date>
    </item>
    <item>
      <title>Re: LocalRouteTask geodatabase format, documentation/how?</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/localroutetask-geodatabase-format-documentation/m-p/228177#M1144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Update: Since march 15th, we have locally had a lot of back-and-forth on this issue (between me and my 'esri partner'), trying to get it to work.&amp;nbsp; The good news is that it 'sort of works'. The bad news is the 'sort of' part..&lt;BR /&gt; &lt;BR /&gt;&amp;nbsp; We experience that 'benign'/obvious connections unexpectedly don't work.&amp;nbsp; E.g. a major road intersection, that in reality&amp;nbsp; allows traffic in all directions, is impossible to pass from north to south.&lt;BR /&gt;The routing error we get is is code -1, "an unexpected error occured".&lt;BR /&gt;&amp;nbsp; What makes this so strange, is that the ESRI partner has no problems whatsoever, doing this "same" routing task in her source data (ie from/to same lat/lon as I get errors with.)&lt;BR /&gt;Note that the ESRI partner is not running off the SQLLite-geodatabase - she's running on the source data set, which she uses to build the sqllite-network.&lt;BR /&gt;&amp;nbsp;&amp;nbsp; We've so far spent fruitless weeks trying to resolve this, having an impatient client that was supposed to do production on our result, if it would work.&lt;BR /&gt;&amp;nbsp; I'll try to include (some of) my data case here. I'm considering posting this issue as a new post instead, and closing this existing query off as resolved (whose subject was the proper format of LocalRouteTask data.)&lt;BR /&gt;&amp;nbsp; However the queries are somewhat related, since it's the same goal - we were/are attempting the 'nobrainer of just setting up a local routing network :-)'..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here the details:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(edit: I HAVE ATTACHED the sqllite Geodatabase that fails/on which we can't route between the following coordinates.)&lt;/STRONG&gt;&lt;BR /&gt;I'm trying to route from&amp;nbsp; &lt;SPAN lang="EN-US" style="color: #1f497d;"&gt;-21,949970&amp;nbsp; / 64,079085 &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 11.0pt; font-family: 'Calibri',sans-serif; color: #1f497d;"&gt;to -21,950415 with&amp;nbsp; 64,078141&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 11.0pt; font-family: 'Calibri',sans-serif; color: #1f497d;"&gt;(supposedly WGS84 / decimal degrees lat lon.)&lt;BR /&gt;On this screenshot, that is from point 24 to point 25.&lt;BR /&gt;And the problem is, it won't move south across the west-east-going road.&lt;BR /&gt;As the basemap (and reality) suggests, this should very much be possible.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 11.0pt; font-family: 'Calibri',sans-serif; color: #1f497d;"&gt;&lt;IMG __jive_id="194101" alt="cantCross.png" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/194101_cantCross.png" style="width: 620px; height: 342px;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;The esri partner says she is using "&lt;SPAN lang="IS" style="font-size: 11.0pt; font-family: 'Calibri',sans-serif; color: #1f497d;"&gt;I am using the network dataset in Arc GIS desktop, and the network extension there".&lt;BR /&gt;&lt;/SPAN&gt;And she can trace across here, just fine.&lt;/P&gt;&lt;P&gt;She sends me this screenshot, of how the street-graph actually looks:&lt;/P&gt;&lt;P&gt;(ignore the green (2) circle on the right. The trace goes to the leftmost southern green dot.)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; What is visible from this screenshot is, that the intersection is a bit weird (the triangle),&lt;/P&gt;&lt;P&gt;but I think I've seen that structure arise in other similar cases, with roads that split/merge.)&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="194318" alt="theNetwork.png" class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/194318_theNetwork.png" style="width: 620px; height: 474px;" /&gt;&lt;/P&gt;&lt;P&gt;I just received a mail from the esri partner, with some technical notes on how they build the data set.&lt;/P&gt;&lt;P&gt;I qoute them here:&lt;/P&gt;&lt;P&gt;"&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN lang="IS" style="color: #1f497d;"&gt;We have street centerlines as a feature class in ArcGIS File Geodatabase. The feature class has attributes that describes things like speed limit, road class and route weight. &lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN lang="IS" style="color: #1f497d;"&gt;There is also another feature class that contains restricted turns.&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN lang="IS" style="color: #1f497d;"&gt;Then we used ArcGIS 10.4 Network Analyst to create a Network dataset from these feature classes, through wizards and with directions from Esri. &lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN lang="IS" style="color: #1f497d;"&gt;The network dataset runs fine in our&amp;nbsp; ArcGIS software (ArcMap) and routes everything correctly. It is a rather simple dataset based on few rules as we lack good information about lot of places but that should not cause errors in the routing.&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN lang="IS" style="color: #1f497d;"&gt;After that we used ArcMap to create a run time geodatabase with the Network and sent it to you.&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;If you deem necessary, we can try to provide you with the 'working' source data too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance for any light you can shed on this issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Apr 2016 10:06:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/localroutetask-geodatabase-format-documentation/m-p/228177#M1144</guid>
      <dc:creator>JakobGaardsted</dc:creator>
      <dc:date>2016-04-08T10:06:09Z</dc:date>
    </item>
    <item>
      <title>Re: LocalRouteTask geodatabase format, documentation/how?</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/localroutetask-geodatabase-format-documentation/m-p/228178#M1145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jakob,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you have a couple of potential issues here. First is that when I look at the streets dataset and where your coordinates are, I think the streets dataset is clipped to not include some of the streets you need to solve. I tested this by adding the streets layer from your geodatabase into the map, and I can see that the coordinates are not over a street.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="194375" alt="route.gif" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/194375_route.gif" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My best guess is that the data is getting unintentionally clipped when created in ArcMap. The data will automatically clipped by the extent of the data frame. Sometimes, the "Analyze" window that pops up further shrinks the data frame and causes this issue, so perhaps your analyst can undock the window to make sure they are getting the correct extent to you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The other potential issue is mixing spatial references. I don't know what spatial reference your map is in, but it may be good to try and have a basemap in 3057, since your network dataset is in this spatial reference. I also recommend projecting your input points to 3057.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above gif shows the original points outside of the street extent. However, as I click inside of the street network, I am able to solve successfully.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I attached my code for you to try.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Luke&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Apr 2016 17:25:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/localroutetask-geodatabase-format-documentation/m-p/228178#M1145</guid>
      <dc:creator>LucasDanzinger</dc:creator>
      <dc:date>2016-04-08T17:25:42Z</dc:date>
    </item>
    <item>
      <title>Re: LocalRouteTask geodatabase format, documentation/how?</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/localroutetask-geodatabase-format-documentation/m-p/228179#M1146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you yet again!&lt;/P&gt;&lt;P&gt;With your input, the esri partner was able to produce an updated (and much bigger) geodatabase.&lt;/P&gt;&lt;P&gt;Unfortunately, now it behaves very weirdly. It does not deliver any actual routes,&lt;/P&gt;&lt;P&gt;but now claims to solve all queries successfully?!&lt;/P&gt;&lt;P&gt;They (the source) have tried to tweak various settings, but all attempts so far give same behaviour.&lt;/P&gt;&lt;P&gt;Strange, that this time it doesn't give the '-1 unexpected error' when attempting to trace, but instead claims success.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The source claims they are building with "same" settings as they built the 'original error set'&lt;/P&gt;&lt;P&gt;(that DOES trace, but has problems.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All 'part' traces respond like this:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Courier; color: black;"&gt;Route km:0; geom:1/2/1, &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: Courier; color: black;"&gt;ie 1 path, 2 points, 1 seg. (apparently no curve is displayed.)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I believe all we do happens in wkid 3057 - both basemap and network-graph.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached the new network here.&lt;/P&gt;&lt;P&gt;We are continuing to look into what could be wrong this time, but I'd appreciate and love it, if you can offer any insight into why this dataset wouldn't work..&lt;/P&gt;&lt;P&gt;Cheers, Jakob.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Apr 2016 10:32:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/localroutetask-geodatabase-format-documentation/m-p/228179#M1146</guid>
      <dc:creator>JakobGaardsted</dc:creator>
      <dc:date>2016-04-11T10:32:52Z</dc:date>
    </item>
    <item>
      <title>Re: LocalRouteTask geodatabase format, documentation/how?</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/localroutetask-geodatabase-format-documentation/m-p/228180#M1147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It works for me with your new geodatabase and the code I posted earlier. Did you try that code? However, the network dataset still doesn't cover the area for the coordinates you provided. Below you can see that the original points you gave are not within the network dataset extent. However, using the code I provided, I can click on the map (near roads) and get routes back.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Screen Shot 2016-04-11 at 9.45.51 AM.png" class="image-1 jive-image" src="/legacyfs/online/194541_Screen Shot 2016-04-11 at 9.45.51 AM.png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Apr 2016 16:47:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/localroutetask-geodatabase-format-documentation/m-p/228180#M1147</guid>
      <dc:creator>LucasDanzinger</dc:creator>
      <dc:date>2016-04-11T16:47:54Z</dc:date>
    </item>
    <item>
      <title>Re: LocalRouteTask geodatabase format, documentation/how?</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/localroutetask-geodatabase-format-documentation/m-p/228181#M1148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Once again thank you for your very helpful answer!&lt;/P&gt;&lt;P&gt;Once I saw the clipping in your screenshot, I re-tried a trace in new data set, further north.&lt;/P&gt;&lt;P&gt;And it worked!&amp;nbsp; So it appears to me, the clipping issue is now my/our primary remaining issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarding your QML code, thank you for that. I've now read it. Tracing-wise, it appears I do the same as you.&lt;/P&gt;&lt;P&gt;However, the insight/ephipany you are giving me here, is that your QML code&lt;/P&gt;&lt;P&gt;is also able to DISPLAY how the street-network from the Sqlite geodatabase looks (correct me if I'm wrong..)&lt;/P&gt;&lt;P&gt;Assuming this is true, you've now given me 'the missing piece', solving my main problem of trying to "diagnose something invisible".&lt;BR /&gt;I'll assume/hope GeodatabaseFeatureTable+FeatureLayer+Geodatabase can be combined in a similar way in C++/Qt.&lt;/P&gt;&lt;P&gt;Otherwise, time for me to get better acquainted with QML..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll return to the ESRI partner/analyst, with your 'new clipped screenshot', and let them know it still gets clipped somehow.&lt;BR /&gt;Ironically, the area that is missing from the street network, is where they themselves are located &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If we figure out what goes wrong with the routing-network, I'll put the answer back here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so far.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2016 07:44:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/localroutetask-geodatabase-format-documentation/m-p/228181#M1148</guid>
      <dc:creator>JakobGaardsted</dc:creator>
      <dc:date>2016-04-12T07:44:23Z</dc:date>
    </item>
    <item>
      <title>Re: LocalRouteTask geodatabase format, documentation/how?</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/localroutetask-geodatabase-format-documentation/m-p/228182#M1149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A question from the analyst/ESRI partner:&lt;BR /&gt;"&lt;SPAN lang="IS" style="font-size: 11.0pt; font-family: 'Calibri',sans-serif; color: #1f497d;"&gt;Does it matter whether it is arcmap 10.3 or 10.4. ?" (that they use to build the geodatabase).&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;My own instinct says 'no', but given the situation, I thought it might be better to ask..?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2016 08:01:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/localroutetask-geodatabase-format-documentation/m-p/228182#M1149</guid>
      <dc:creator>JakobGaardsted</dc:creator>
      <dc:date>2016-04-12T08:01:03Z</dc:date>
    </item>
    <item>
      <title>Re: LocalRouteTask geodatabase format, documentation/how?</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/localroutetask-geodatabase-format-documentation/m-p/228183#M1150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It works now :-).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The esri partner reports this about what caused it:&lt;/P&gt;&lt;P&gt;"...&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="IS" style="font-size: 11.0pt; font-family: 'Calibri',sans-serif; color: #1f497d;"&gt;When I run this Arcruntime version there is a popup window that opens below the dataframe and cuts the dataframe extent, from below&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="IS" style="font-size: 11.0pt; font-family: 'Calibri',sans-serif; color: #1f497d;"&gt;.."&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;So presumably that is the UI aspect to be aware of, when building/exporting such a network graph.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Again, Thank you for&amp;nbsp; all your assistance in getting this to work!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2016 14:03:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/localroutetask-geodatabase-format-documentation/m-p/228183#M1150</guid>
      <dc:creator>JakobGaardsted</dc:creator>
      <dc:date>2016-04-12T14:03:11Z</dc:date>
    </item>
    <item>
      <title>Re: LocalRouteTask geodatabase format, documentation/how?</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/localroutetask-geodatabase-format-documentation/m-p/228184#M1151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are welcome. Everything you did here in QML can be done with C++ as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Luke&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2016 16:54:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/localroutetask-geodatabase-format-documentation/m-p/228184#M1151</guid>
      <dc:creator>LucasDanzinger</dc:creator>
      <dc:date>2016-04-12T16:54:00Z</dc:date>
    </item>
    <item>
      <title>Re: LocalRouteTask geodatabase format, documentation/how?</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/localroutetask-geodatabase-format-documentation/m-p/228185#M1152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #3d3d3d;"&gt;Just an update: I ported your QML example (for visualizing the network layer) in C++, and thought I'd add that snippet here,&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #3d3d3d;"&gt;to aid others working with similar stuff (in particular, it was something I wish I had worked out for myself..)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #3d3d3d;"&gt;(excuse the weird formatting, I tried to repair it as best I could)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #c0c0c0;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #008000;"&gt;//&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #008000;"&gt;First,&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #008000;"&gt;find&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #008000;"&gt;us&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #008000;"&gt;a&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #008000;"&gt;geodatabase:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #c0c0c0;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #800080;"&gt;QString&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #000000;"&gt;gdbPath&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #000000;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #008000;"&gt;"straeto_network.geodatabase"&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #000000;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #c0c0c0;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #800080;"&gt;ER&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #000000;"&gt;::&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #800080;"&gt;Geodatabase&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #000000;"&gt;*&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #000000;"&gt;geodatabase&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #000000;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #808000;"&gt;new&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #800080;"&gt;ER&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #000000;"&gt;::&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #800080;"&gt;Geodatabase&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #000000;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #000000;"&gt;gdbPath&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #000000;"&gt;);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #c0c0c0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #008000;"&gt;//&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #008000;"&gt;Then,&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #008000;"&gt;make&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #008000;"&gt;a&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #008000;"&gt;featureTable:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #c0c0c0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #800080;"&gt;ER&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #000000;"&gt;::&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #800080;"&gt;GeodatabaseFeatureTable&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #000000;"&gt;*&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #000000;"&gt;gdft&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #000000;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #808000;"&gt;new&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #800080;"&gt;ER&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #000000;"&gt;::&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #800080;"&gt;GeodatabaseFeatureTable&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #000000;"&gt;;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #c0c0c0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #000000;"&gt;gdft&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #000000;"&gt;-&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #000000;"&gt;setGeodatabaseWithLayerName&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #000000;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #000000;"&gt;geodatabase&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #000000;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #008000;"&gt;"Streets"&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #000000;"&gt;);&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #008000;"&gt;//&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #008000;"&gt;Now&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #008000;"&gt;make&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #008000;"&gt;a&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #008000;"&gt;layer&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #008000;"&gt;out&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #008000;"&gt;of&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #008000;"&gt;that&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #008000;"&gt;table:
&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #800080;"&gt;ER&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #000000;"&gt;::&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #800080;"&gt;FeatureLayer&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #000000;"&gt;*&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #000000;"&gt;featureLayer&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #000000;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #808000;"&gt;new&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #800080;"&gt;ER&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #000000;"&gt;::&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #800080;"&gt;FeatureLayer&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #000000;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #000000;"&gt;gdft&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #000000;"&gt;);&lt;/SPAN&gt;&lt;/PRE&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #008000;"&gt;//&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #008000;"&gt;Hmm,&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #008000;"&gt;we&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #008000;"&gt;should&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #008000;"&gt;probably&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #008000;"&gt;set&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #008000;"&gt;some&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #008000;"&gt;symbol&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #008000;"&gt;stuff?
&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #008000;"&gt;//&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #008000;"&gt;Finally,&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #008000;"&gt;add&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #008000;"&gt;that&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #008000;"&gt;layer&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #008000;"&gt;to&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #008000;"&gt;the&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #008000;"&gt;map.
&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #800000;"&gt;m_map&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #000000;"&gt;-&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #000000;"&gt;addLayer&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #000000;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #000000;"&gt;featureLayer&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #000000;"&gt;);&lt;/SPAN&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 11:06:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/localroutetask-geodatabase-format-documentation/m-p/228185#M1152</guid>
      <dc:creator>JakobGaardsted</dc:creator>
      <dc:date>2021-12-11T11:06:28Z</dc:date>
    </item>
  </channel>
</rss>

