i am creating a custom map from shapefile with the help of ArcGis. After that how i can plot already stored latlng on the custom map? And if the shapefile updated custom map will updated,How i can maintain the already saved latlng on custom map?
Create new map from shape file and then maintain data using dotspatial or ArcGIS
608 views Asked by Akash1221 At
1
There are 1 answers
Related Questions in MAPS
- Maps.ME generate updated maps
- Map openlayer does not want to display - Angular 16
- Google Maps Flutter - Update Markers on data change or movement
- Can a map key be a map itself?
- Map to fit postersize using Cartopy
- Displaying Routes on Maps with OpenRoute Service and Leaflet
- Oracle Apex how to change map background dynamically
- How to create a HeatMap of Australia
- Error when running code examples from usmap r package
- Iterate with List(mylist.size){ index -> TODO()} or Map in kotlin Kotlin
- Does Google Maps API incorrectly interpret -90 and 90 lat?
- Flutter Google maps not displaying markers with labels after initialization
- From where I can get Cloud data for free for production process?
- Automatically generate symbolic name for enum values in clang compiler
- I want to search for address from google maps API and fill it automatically in Text Form Field
Related Questions in GIS
- PyQgis: Attribute field does not get added
- SQL Alchemy custom type, forcing blob bind parameter
- SQL: Assigning occasion numbers to GPS points when visiting places based on conditions
- I want to accurately align the boundaries of a map in QGIS
- BGS Groundhog software coordinate system input
- Workaround for "TypeError: 'NoneType' object is not subscriptable" in ArcGIS Import data Tutorial
- Geopandas not returning correct buffer in meters
- Can I use two types of roads in Valhalla Meili (Map-matching)?
- What is the unit of elevation in glo_30 Digital elevation map data
- How to select all groups of intersecting polygons from a single table using PostGIS
- Is there a way to convert points in a U-V Coordinate system to WGS84 points?
- Determine if agent inside area of GIS shapefile
- R - update raster values which fall inside a polygon
- how to create a sector and check if some point is in it's area?
- Inversion of trunk dielectric constant from dihedral scattering mechanism ratio (alpha) using Symbolic math toolbox
Related Questions in ARCGIS
- How to construct polygons from a 2D data to compute spatial autocorrelation in R
- Averaging Census Tracts and their Demographics into Thiessen Polygons (ArcGIS, R)
- Workaround for "TypeError: 'NoneType' object is not subscriptable" in ArcGIS Import data Tutorial
- Error in ArcPro's Fill Missing Values Tool using arcpy in Python
- Unknown error when trying to 'upsert' with ArcGIS API for Python
- Why do my variables keep being kicked out of a similarity search if they have the same field name?
- How can I tell my agents not to move outside of gis:load-dataset
- Does ArcGIS online Rest APIs provide metadata or OpenAPI specification?
- How to start a function in a python/propy script via c#?
- Arcpy: Python stops ExportToPDF through list after some iterations
- FME - Specify schema name in PostgreSQL database writer (ArcSde)
- How can I get better quality for exported raster in Arcgis Pro?
- Is there an alternative to terra patches in R for large SpatRasters?
- Airflow Docker. Executing Windows Python Scripts
- how to use arcgis locate widget with electron?
Related Questions in SHAPEFILE
- Connecting to Postgres running in a Docker container using psql
- Strange horizontal lines when transforming base-map shapefile?
- Plotting data on shapefile with the same CRS, but things are not lining up as I would expect
- Determine if agent inside area of GIS shapefile
- How to map shapefile polygons to CSV data
- Getting unique ids summed in rasterize function
- Intersecting GEOMETRYCOLLECTION with POLYGON
- query to add data from Node.js API to PostGIS Database
- calculate linestring endpoints from point, perpendicular to a given angle
- Coordinate data points onto a shapefile in R
- Add region column in movement data - alternative to retired rgdal package?
- I am trying to make nan values outside the Indian region but it is still showing the values
- Trouble reading an Esri shape file using NetTopologySuite.IO.ShapeFile's CreateReader method
- Hi! I have a shapefile with the geodata for areas within london. trying to make a tmap and include data of crime rate from a csv file how do i do this
- Reading shapefiles data with spark
Related Questions in DOTSPATIAL
- WGS84 coordinates transformation to Cartesian coordinates in C#
- Get raw data from shapefile in C#
- Raster operations in DotSpatial
- DotSpatial (C#) re-projections - 'InitializeExternalGrids' causes .Net to 'freeze'
- DotSpatial.Projections.Reproject.ReprojectPoints with Height?
- Arc 1960 / UTM zone 36S to Lat Long for Google Maps
- How to access Map control from plugins in the DemoMap DotSpatial program
- How to Create a Dot Map Using JS
- How do I create random dots concentrated in a particular area in JS?
- Dotspatial.Projections Gives NaN Results for WGS84 to Wyoming StatePlane Conversion
- Scale a SQL geography polygon
- How to get inner ring(hole) from shapefile in ASP.NET using dotspatial?
- Shapefile that is reprojected using dotspatial is different from the original one
- Create new map from shape file and then maintain data using dotspatial or ArcGIS
- Property or indexer 'ShapeRange.Parts' cannot be assigned to -- it is read only
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Popular Tags
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Firstly, here is how you can use DotSpatial to add a point and attributes to an existing shapefile.
It is important to note that Map documents (.mxd files) don't store the data, so updating the shapefile (.shp) will automatically update the content of your map. In case your question is about how to create a shapefile using longitude and latitude values, here is a walkthrough to create a shapefile, and then save it as a map. If you already have an existing shapefile, you can jump to step 5.
Let's assume you have the initial latitude and longitude in an existing data source like an excel file.
1) Add the Data by using the add data button, browsing to the excel file and choosing the excel sheet.
2) Right click on the "Sheet1$" layer in the Table of Contents and choose Display XY Data...
3) The Longitude and Latitude should populate as the X Field and Y Field automatically. You should use the edit button and select Geographic Coordinate Systems -> World -> WGS1984 as the Coordinate System for Latitude Longitude. (Make sure your longitudes are negative if you are in the western hemisphere like the United States.). Click Ok.
4) Right Click on the newly created Sheet1$ Events layer and choose Data->Export Data... in order to export this layer as a shapefile. Leave the "All features" option chosen, and then specify a name that ends with ".shp". This is important. If you save to a Personal Geodatabase or a File Geodatabase, DotSpatial will not be able to update your content later. Click ok. When it asks if you want to add the newly created shapefile to the map, choose yes.
5) Then you can add a basemap to the background, using the File->Add Data->Add Basemap feature. Click on the type of basemap you want to add it.
6) To add any other existing shapefiles, (or if you already had an existing shapefile that you want to use to create the map), use the add data button, which is the circled plus button over an isometric view of a yellow square.
7) Save your map. This is the important part. Whatever layers you have can be stored in ArcGIS as a "Map" document. This doesn't store the actual data itself, but rather simply points to the shapefile. So when you make changes to the shapefile in DotSpatial, those changes will appear in your map.
8) I'm not sure if ArcGIS will automatically pick up the changes to the SHP if it is already open in the user interface. You may need to close the map and open it again in ArcGIS to see your new points.