|
POST
|
Is this a portion of an Esri basemap that you want to include? There are options to export the tiles and use them in your app. There is documentation about it here. https://developers.arcgis.com/rest/services-reference/enterprise/export-tiles-vector-tile-service-.htm https://developers.arcgis.com/rest/services-reference/enterprise/export-tiles-map-service-.htm Or using ArcGIS Pro you can use the 'Download Map" button on the Ribbon... here are some blog articles about that. https://community.esri.com/t5/arcgis-pro-blog/using-arcgis-pro-to-put-esri-vector-tile-basemaps/ba-p/885526 https://community.esri.com/t5/arcgis-pro-blog/using-arcgis-pro-to-put-the-esri-world-imagery/ba-p/885035
... View more
10-12-2021
05:35 PM
|
0
|
0
|
1180
|
|
POST
|
I looked at the MMPK.. and there should be a .vtpk file inside (an archive in an archive). It appears to contain an incomplete 'not archived' vtpk files and folders. Maybe there is something about the VTPK that you are packaging, can you share it?
... View more
10-12-2021
05:19 PM
|
0
|
2
|
2058
|
|
POST
|
The coordinate system of the VTPK will be in the coordinate system of the source files, so WGS 1884 Web Mercator (auxillary sphere) for the default Esri basemaps. If you are using the VTPK in Runtime the map will need to be in the same coordinate system. Runtime does not project on the fly for display like ArcGIS Pro. Currently, I am not aware of a way to change the coordinate system for VTPK. For the Style if you package the ArcGIS Pro layer, the Layer listed in the Pro table of contents, the resulting Mobile Map Package will make use of the style from the Layer. If you make use of the .vtpk file directly, the internal style is still the old streetmap style. So packageing the Layer file that gets added to the Pro map when you download map... is the way to go for that.
... View more
10-06-2021
05:38 PM
|
1
|
0
|
3063
|
|
POST
|
It can work ? If you look at the map in ArcGIS Online Assistant https://ago-assistant.esri.com/ Do you see a search in the application properties? It should look similar to this: Is the feature your looking for downloaded into the offline map? What search operator are you using, equal or contains? What is the field type? integer, string And the Field Name, what is it? potentially it could be a reserved keyword that gets changed in the offline database?
... View more
06-25-2021
02:57 PM
|
0
|
2
|
9984
|
|
IDEA
|
The Create Mobile Map Package tool can be used to clip vector tile packages. It has a clip option and you can give it a polygon feature to clip to. Make sure the polygon feature is not too dense with "vertex" the more vertex the longer it takes to process. Once the package is created, you can unzip the mmpk on disk, to get the .vtpk out of it.
... View more
06-21-2021
02:55 PM
|
0
|
0
|
5152
|
|
POST
|
This blog article shows an approach for doing it. https://www.esri.com/arcgis-blog/products/arcgis-online/mapping/bring-colors-from-your-map-into-your-pop-up-using-arcade/
... View more
06-10-2021
12:18 PM
|
1
|
2
|
4395
|
|
POST
|
Snezana, There must have been an update to the portal that handles the response. Use this to download a .zip of the resources. https://cdn.arcgis.com/sharing/rest/content/items/df541726b3df4c0caf99255bb1be4c86/resources/export?f=zip Mark
... View more
05-07-2021
12:13 PM
|
1
|
3
|
7132
|
|
IDEA
|
As a workaround you could create your own minimal vector tile basemap to use with your map. Just publish a simple (on "box polygon feature" perhaps) feature that matches the area of interest as a vector tile layer. Enable the resulting tile layer for offline use. Then use that layer as the basemap for your webmap. Mark
... View more
04-09-2021
04:08 PM
|
0
|
0
|
983
|
|
POST
|
Hello, The runtime actually initializes this behavior (sets min scale / max scale https://developers.arcgis.com/net/wpf/sample-code/set-min-max-scale/) based on the first layer that it loads, which is typically the last layer in the map. As a map creator you can get around this by ensuring that the "bottom layer" is visible at all scales. Or as a runtime developer explicitly set the min and max scale. With regard to your comment about the webmap working, I suspect you have a basemap that is visible at all scales? Mark
... View more
04-09-2021
03:10 PM
|
1
|
0
|
1941
|
|
POST
|
Bob, I think we spoke about Mobile Map Packages in the past. Would these be an option for your users? Mark
... View more
03-18-2021
11:48 AM
|
1
|
2
|
2919
|
|
POST
|
In ArcGIS Pro add "World Topographic (for Export)" - The vector tile layer (mouse hover over the search result to confirm its type is vector tile layer), to an empty map. Search ArcGIS online and add it. To download at fullscale 1:283 you will need to download in two parts. Zoom in just far enough to be offered 1:283 in the map download button Download the map - This will add a layer to your map that references a .vtpk file download to your computer. Pan your map and do this again to get the rest of New Zealand. You will get something like this. note the vector tiles will add up to 350 mb +- in file size at 1:253 scale. If you also want the hillshade to go along with it, that will be additional file size depending on desired resolution. In a new map add Terrain Multi Directional Hillshade from the Living Atlas. Zoom the Map to your desired extent. Right Click on the Map in the Contents - click Properties and set the Extent (Use a custom extent) and set to current visible extent. Next use the "Create Map Tile Package" geoprocessing tool to create a Tile Package (TPKX) of the hillshade content. Level of Detail 11 for the pictured extent results in a 90 mb tpkx file. RIght click on the Map Tile Package layer that you created and copy it to your clipboard. Paste this layer into the map with your Vector Tile Layers. Next in the Project Pane convert the map to a BaseMap Then Create a New Map and select your basemap from the basemap gallery. Add other content to the Map and use Create Mobile Map Package to create the .MMPK Note: the vector data and reference labels are in the same layer, added layers will appear on top of the labels. Since the above steps are using Vector Tiles, the map will not be blurry and you will crisp detail when zoomed in.
... View more
03-10-2021
02:47 PM
|
0
|
0
|
2549
|
|
POST
|
You could use Field Maps, it has support for these new locator types. https://www.esri.com/arcgis-blog/products/collector/field-mobility/deprecation-notice-for-selected-field-apps/#:~:text=ArcGIS%20Field%20Maps%20was%20launched,iOS%20and%20Android%20mobile%20platforms.
... View more
02-17-2021
01:52 PM
|
0
|
1
|
1615
|
|
BLOG
|
@Anonymous User while it would require manually modifying the internal styling of the .vtpk to achieve what is wanted for a side loading scenario, you can share the layer from ArcGIS Pro creating a layer package. The layer package can then be used in other projects and maps with the desired style.
... View more
02-07-2021
12:59 PM
|
0
|
0
|
5928
|
|
BLOG
|
Using ArcGIS Pro 2.7 and the current version of Fieldmaps, the downloaded basemap in ArcGIS Pro can work. When creating the mobile map package you need to use the Layer that is added to the map. The desired style properties are stored in the Layer. Fieldmaps will use this style when it is available. Browsing for the .vtpk file that is download to the file system and adding that to the map will not work as desired.
... View more
02-04-2021
07:22 AM
|
1
|
0
|
5987
|
|
POST
|
Hi Kamille, The World Dark Gray Base layer is a 'rasterized tile' and the labels are 'burned in' so to speak. When you zoom in you will see that they grow in size and appear fuzzy. I would replace it and use Dark Gray Canvas, which is a vector tile service. https://www.arcgis.com/home/item.html?id=5e9b3685f4c24d8781073dd928ebda50 Also, when using vector tile services you can modify styling using the Vector Tile Style Editor. ArcGIS Vector Tile Style Editor mark
... View more
01-05-2021
09:36 AM
|
3
|
2
|
14836
|
| Title | Kudos | Posted |
|---|---|---|
| 2 | 2 weeks ago | |
| 2 | 2 weeks ago | |
| 1 | 09-30-2024 01:06 PM | |
| 1 | 03-09-2026 01:14 PM | |
| 1 | 07-31-2025 05:51 AM |
| Online Status |
Offline
|
| Date Last Visited |
Friday
|