SilverHoodCorp / gdata-java-client

Automatically exported from code.google.com/p/gdata-java-client
Apache License 2.0
0 stars 0 forks source link

Http Protocol create map feature for Google Maps not correctly function #282

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I have an andorid application that use the http protocol to create maps on 
GoogleMaps. 
I create the map then create from 10 to 50 new features genereting 10 to 50 
http request all request give me a response 201 with the file of feature 
created but then i go to see the map not all feature can be found.
I have this problem i think from to weeks before alls works good.

For create feature i have use this Guide
http://code.google.com/intl/it-IT/apis/maps/documentation/mapsdata/developers_gu
ide_protocol.html#CreatingFeatures

What steps will reproduce the problem?
1. Retrieve autentification token
2. Create new Map 
3. Retrieve the id of new map before created
4. Create 10 http post request for creating new feaure
5. All 10 response is 201
6. Then i see the map not all 10 feature 

What is the expected output? What do you see instead?
that all feature are present not only a part

What version of the product are you using? On what operating system?
Version 2.0 operating system android / linux / windows

Please provide any additional information below.

Original issue reported on code.google.com by tuxt...@gmail.com on 8 Jun 2010 at 11:43

GoogleCodeExporter commented 9 years ago
I have create one shell script that runs on Linux to demonstrate this problem 
the script use curl to create http protocol calls.

In the attached zip there are the script create_all.sh, mappa.xml to create the 
maps
and 10 feauture1...10.xml files for create the feature

the script must called so:
./create_all.sh folder_of_unziped_file gmail_user@gmail.com password

this script would create an new map on your google account with some of the 10 
created feature but not alls(This is the problem).

in the feature.log file you can see that all created feature have response 
correct
byt not all can be found.

Please help me, this is a big problem for me and Google Maps Http protocol api.

Thanks to all
Tedi Kondi(tuxtedi)

Original comment by ted.ko...@gmail.com on 10 Jun 2010 at 3:32

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks for your thorough investigation of the problem!  Please report the 
problem you encountered at the Google Maps Data API help forum where an expert 
on the Google Maps Data API protocol can help you:

http://groups.google.com/group/google-maps-data-api

Original comment by yanivin...@gmail.com on 16 Jun 2010 at 1:15

GoogleCodeExporter commented 9 years ago
Thanks, but i have already written on Google Maps Data Api without response.
I would also like to know if create feature works whith java GDATA while i 
think it must not work while java GDATA use http protocol for create feature.
If it works i will know how it do it. 
Tomorrow I will test the JAVA gdata library.

If anyone knows this problem i will to have a feedback.
Thanks.

Original comment by ted.ko...@gmail.com on 16 Jun 2010 at 9:55

GoogleCodeExporter commented 9 years ago
I have similar issue, Google Maps Data Api sometimes silently fails. For 
example, if I try to store ExtendedData in a new feature, it usually works for 
US located placemarks but never for Europe placemarks. Worst of all, it fails 
silently. 

Original comment by lu...@krecan.net on 18 Jun 2010 at 6:13

GoogleCodeExporter commented 9 years ago
I just want to let you know that I've contacted the internal Maps team and 
asked them to investigate it, so the issue hasn't been dropped.  The only 
reason it is marked "Invalid" here is because it is not a Java CLIENT library 
issue.  Please continue the discussion at the Maps API Help forum.

Original comment by yanivin...@gmail.com on 18 Jun 2010 at 12:15

GoogleCodeExporter commented 9 years ago
For reference, here is the issue that ted.kondi posted on the API Help Forum 
(please correct me if I'm mistaken):

http://groups.google.com/group/google-maps-data-api/browse_thread/thread/bf523bd
f727f93e

Thanks for reporting the problem!

Original comment by yanivin...@gmail.com on 18 Jun 2010 at 12:17