Hello everyone, I'm new to map making, so I'm learning how to do some stuffs. I'm trying to create a custom map using uMap. I would like to load some latitude and longitude coordenates using a python script because they are too many. I have tried to use a post request and using this url " And also provided sessionid and csrftoken cookies (I copied the values using the inspect feature). To test the post request, I'm trying to add only 1 single point to a map using this:
Using all this, I'm just getting "Error 403-Forbidden". Why is this and how can I solve it? asked 25 Aug '20, 03:33 ppsev |
If your aim is just to avoid manual data entry you may be better off either:
answered 25 Aug '20, 14:00 InsertUser Hello @InsertUser. Yes, I want to avoid manual data entry but mostly avoid the usual import option. I'm aware of the "import data" available in OSM, but the thing is that I have actually lots of points to upload (more than 300k). Last time I tried to upload around 50k points in csv format, the website froze :(.
(25 Aug '20, 14:07)
ppsev
Where is your data from originally? Is it OSM based?
(25 Aug '20, 16:40)
InsertUser
Hmmm kinda. Its from a map based on osm and probably umap, but I'm not sure about the second one. I extracted the latitude and longitude based on that map because its way more accurate than consulting the string direction directly in osm (or even google maps).
(25 Aug '20, 17:05)
ppsev
|