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 best solutions below
Related Questions in MAPS
- Accessing Google Maps Markers in 2D-array from outside
- How to easily create a heatmap layer from a pre-existing vector layer of points in OpenLayers 3?
- Android studio doesn't show google maps
- Google Maps Data URI Scheme Failing in Android's "HTML Viewer"
- Prevent plotting scaled point with zero value, Mapbox, leaflet
- How to embed a kml or kmz file in my webpage
- How can I center the GMSMapMarker view in a coordinate
- How do I use elements of a vector as arguments for another command in R?
- Qt5/QML Displaying a custom route on a map
- Optimize duplicate values in NoSql key-value storage
- Displaying bubbles in Kartograph.js
- android.support.v4.app.Fragment Google Map on API 10
- User selecting item in map
- jQuery/javascript Plugin for maps that will render borders or parks
- Cordova G.maps plugin build failed with not have OS required enviroment
Related Questions in GIS
- how to get coordinates from SpatialPolygon
- gdal_merge on a three band .tif - remove the 'no data' value
- Unable to Display GeoJSON data Using Leaflet and Marker Cluster
- In leaflet/mapbox, why can't I set the duration of `map.fitBounds`?
- How to submit multiple street2coordinates requests? (R)
- In leaflet, how to set a marker to a fixed position on map?
- GeoServer develop or use? How can I integrate with geoserver?
- Separate forward and backward relation in overpass-api
- jQuery/javascript Plugin for maps that will render borders or parks
- Error: isTRUE(gpclibPermitStatus()) is not TRUE
- readOGR .gdb with multiple Feature Datasets in R
- What is wrong with this ST_CONTAINS statement PostGIS - Find point in polygon
- Python script won't execute batch file in IIS 7.5
- Loop through categories in a column and perform interpolation on only those records
- Using FME to convert oracle sdo.geometry to SQL geometry datatype
Related Questions in ARCGIS
- Add Google map or bing as base layer in ArcGIS api for android
- Load local KML file using ArcGIS api for android
- GRIB2 weather data into ArcGIS
- How to makeIdentify Task in ArcGIS API for android work with a standard WMS
- EsriSecurityException while Utilizing Client's Map services
- dojo.require statement is not loading esri Map module as expected
- ArcGIS - FME coordinate rounding difference
- Using OR operator in NumPy Array to Append multiple items
- ArcGIS / Esri Custom Theme not showing in appbuilder
- Python: How to loop through several ini files with ConfigParser?
- Resource interpreted as Script but transferred with MIME type text/plain using arcgis api for javascript
- VB Collection Conversion to c# LinkedList
- How to get current Location in ArcGis map In android using Imagery Map server
- After insert auto increment trigger
- File not found exception when using ShapefileFeatureTable with ArcGIS on Android
Related Questions in SHAPEFILE
- Read geometries from ESRI shapefile 'one-by-one'
- NetworkX - How to create MultiDiGraph from Shapefile?
- Convert ESRI Shapefile to (lat, long) points for each region
- How to load a shapefile in gwt-openlayers
- unable to find New Layer Chooser page in GeoServer
- open "shape" attribute in mysql database
- find the GPS coordinates of all road intersections in shape file
- how to install opengeo-postgis-shapeloader in ubuntu
- Blank information after merge
- Plotting shapefile points
- Checking if Lng and Lat fall inside polygons from ESRI Shape file
- Plotting a shapefile on a raster layer in R
- NetworkX read of Shapefile returns empty list of subgraphs
- Unable to read from "/vsimem/" using vtkGDALVectorReader
- D3.js, trouble initiating shp2json - encoding-indexes error
Related Questions in DOTSPATIAL
- DotSpatial: Convert a Polygon Feature to System.Drawing.Region
- Calculate area of polygon having WGS coordinates using DotSpatial?
- Get raw data from shapefile in C#
- Property or indexer 'ShapeRange.Parts' cannot be assigned to -- it is read only
- Very slow performance with DotSpatial shapefile
- How to Get Shape Name
- Set field value in a Featureset Dotspatial
- How to access Map control from plugins in the DemoMap DotSpatial program
- DotSpatial - How to save Turkish symbols (like 'ə' 'ü' and etc.) in dbf file correctly? (Or how to change encoding while saving shape file)
- Dotspatial.Projections Gives NaN Results for WGS84 to Wyoming StatePlane Conversion
- Could not load file or assembly Dotspatial
- DotSpatial (C#) re-projections - 'InitializeExternalGrids' causes .Net to 'freeze'
- Create new map from shape file and then maintain data using dotspatial or ArcGIS
- How to improve drawing performance of a DotSpatial Map
- How to include drawing layers in maps extent
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 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.