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
596 Views Asked by Akash1221 At
1
There are 1 best solutions below
Related Questions in MAPS
- new thread blocks main thread
- Extracting viewCount & SubscriberCount from YouTube API V3 for a given channel, where channelID does not equal userID
- Display images on Django Template Site
- Difference between list() and dict() with generators
- How can I serialize a numpy array while preserving matrix dimensions?
- Protractor did not run properly when using browser.wait, msg: "Wait timed out after XXXms"
- Why is my program adding int as string (4+7 = 47)?
- store numpy array in mysql
- how to omit the less frequent words from a dictionary in python?
- Update a text file with ( new words+ \n ) after the words is appended into a list
Related Questions in GIS
- new thread blocks main thread
- Extracting viewCount & SubscriberCount from YouTube API V3 for a given channel, where channelID does not equal userID
- Display images on Django Template Site
- Difference between list() and dict() with generators
- How can I serialize a numpy array while preserving matrix dimensions?
- Protractor did not run properly when using browser.wait, msg: "Wait timed out after XXXms"
- Why is my program adding int as string (4+7 = 47)?
- store numpy array in mysql
- how to omit the less frequent words from a dictionary in python?
- Update a text file with ( new words+ \n ) after the words is appended into a list
Related Questions in ARCGIS
- new thread blocks main thread
- Extracting viewCount & SubscriberCount from YouTube API V3 for a given channel, where channelID does not equal userID
- Display images on Django Template Site
- Difference between list() and dict() with generators
- How can I serialize a numpy array while preserving matrix dimensions?
- Protractor did not run properly when using browser.wait, msg: "Wait timed out after XXXms"
- Why is my program adding int as string (4+7 = 47)?
- store numpy array in mysql
- how to omit the less frequent words from a dictionary in python?
- Update a text file with ( new words+ \n ) after the words is appended into a list
Related Questions in SHAPEFILE
- new thread blocks main thread
- Extracting viewCount & SubscriberCount from YouTube API V3 for a given channel, where channelID does not equal userID
- Display images on Django Template Site
- Difference between list() and dict() with generators
- How can I serialize a numpy array while preserving matrix dimensions?
- Protractor did not run properly when using browser.wait, msg: "Wait timed out after XXXms"
- Why is my program adding int as string (4+7 = 47)?
- store numpy array in mysql
- how to omit the less frequent words from a dictionary in python?
- Update a text file with ( new words+ \n ) after the words is appended into a list
Related Questions in DOTSPATIAL
- new thread blocks main thread
- Extracting viewCount & SubscriberCount from YouTube API V3 for a given channel, where channelID does not equal userID
- Display images on Django Template Site
- Difference between list() and dict() with generators
- How can I serialize a numpy array while preserving matrix dimensions?
- Protractor did not run properly when using browser.wait, msg: "Wait timed out after XXXms"
- Why is my program adding int as string (4+7 = 47)?
- store numpy array in mysql
- how to omit the less frequent words from a dictionary in python?
- Update a text file with ( new words+ \n ) after the words is appended into a list
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)
Popular # Hahtags
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?
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.