- 2 replies
- 1,682 views
- Add Reply
- 0 replies
- 1,878 views
- Add Reply
- 0 replies
- 2,842 views
- Add Reply
- 2 replies
- 1,104 views
- Add Reply
regarding maps
Issue on mapping a city! How to create a vector based map?
By Katerine,
Hi guys. I'm newbie here in the forum and hopefully I'm posting it in the right section.
Well,
I am developing a map of a city to serve a tourist guide in a hostel. I've encountered a few issues while doing it, specially because i've never done it before. I must be able to choose and insert in my map only touristic spots I find to be relevant for the guests in my hostel and that is why the maps provided by Openstreetmap and Google maps are not worth to me, they are always provided with
DIsplay a Map while Offline
By deepgis,
Respected All,
I am learning online tutorials for webmapping using ArcGIS Runtime SDK for Android. I did all the steps according to the tutorial. I saved the .mmpk file on my sd card. But my device doesn't recognize it. I am not programmer so I think I need to correct the file path in the code. Need help. I am using the same as written below-
Add a new method to load the mmpk file into a Map object and then update your MapView to display it.
The file path used here may
GIS Quality Management Survey
By AAB,
Dear Sir/ Madam,
Please help us collecting information about the quality management and control in GIS. As a specialist we value your input, therefore, kindly give us 5 minutes of your time to fill the survey in the below link through SurveyMonkey.
https://www.surveymonkey.com/r/PY8XQ23
Please share this survey, so we can obtain as much feedback as we can.
Thank you for your time and cooperation.
Best Regards,
A
Help PostgreSQL: Case Statement (ST_Intersects)
By Reyalino,
I am trying to write case statement to intersect point in areas using Postgres as below:
SELECT Point.id, Point.geom, Box.Postcode,
CASE
WHEN ST_Intersects(Box.geom, Point.geom) AND Box.postcode = 'A' THEN 'A'
WHEN ST_Intersects(Box.geom, Point.geom) AND Box.postcode = 'B' THEN 'B'
WHEN ST_Intersects(Box.geom, Point.geom) AND Box.postcode = 'C' THEN 'C'
ELSE 'No postcode'
END AS PointPostcode
INTO PointCode
FROM Point, Box
The idea is that every Point which is located inside the
-
Forum Statistics
8.7k
Total Topics43.4k
Total Posts