Discussion Forums  >  Maps, Device Location, Tracking

Replies: 7    Views: 86

YoYo
Code is Art
Profile
Posts: 5
Reg: Jan 25, 2013
Rotterdam
3,350
01/29/13 08:40 AM (11 years ago)

The configuration data for this application is invalid.

Hey guys, im working on a map based App (locations)and have encounterd a little problem. My question is: Is there a limit on how many locations i can put on a map? Because the App doesn't do anything anymore. It only says when the App starts up: The configuration data for this application is invalid. Hope someone can help me out.
 
YoYo
Code is Art
Profile
Posts: 5
Reg: Jan 25, 2013
Rotterdam
3,350
like
01/29/13 09:11 AM (11 years ago)
Sovled the problem. Thank you JSON Validator!
 
LA
Aspiring developer
Profile
Posts: 3278
Reg: Aug 16, 2012
Jerseyville, IL
42,880
like
01/29/13 09:19 AM (11 years ago)
Hey @YoYo, Good ole JSON Validator is great! LA
 
GoNorthWest
buzztouch Evangelist
Profile
Posts: 8197
Reg: Jun 24, 2011
Oro Valley, AZ
1,000,000
like
01/29/13 09:43 AM (11 years ago)
Just out of curiosity, what was the problem? Probably a special character or something in a map description? Would love to know so we can all avoid that same thing! Mark
 
YoYo
Code is Art
Profile
Posts: 5
Reg: Jan 25, 2013
Rotterdam
3,350
like
01/29/13 11:45 AM (11 years ago)
Hey guys, the problem was that i made a typo in the map (plugin). I put in the title "the shop and address" and in the subtitle "the address" Hope this helps someone. YoYo (Wrong code) {"itemId":"83A704C57D4B6A6D3739DA1", "itemType":"BT_mapLocation","latitude":"52.3778314", "longitude":"4.9958901", "title":"Shop Address 104 City", "subTitle":"Address 104, City"}]}, (Good code) {"itemId":"83A704C57D4B6A6D3739DA1", "itemType":"BT_mapLocation","latitude":"52.3778314", "longitude":"4.9958901", "title":"Shop", "subTitle":"Address 104, City", "subTitle":"Address 104, City"}]},
 
SmugWimp
Smugger than thou...
Profile
Posts: 6316
Reg: Nov 07, 2012
Tamuning, GU
81,410
like
01/29/13 01:37 PM (11 years ago)
Your 'good' code has 'subTitle' twice ;) Glad you got your problem worked out! Cheers! -- Smug
 
YoYo
Code is Art
Profile
Posts: 5
Reg: Jan 25, 2013
Rotterdam
3,350
like
01/30/13 02:12 AM (11 years ago)
Haven't even seen that. Thanks for pointing that out! YoYo
 
YoYo
Code is Art
Profile
Posts: 5
Reg: Jan 25, 2013
Rotterdam
3,350
like
01/30/13 02:14 AM (11 years ago)
PS In my defence: "It was a long day" ;)
 

Login + Screen Name Required to Post

pointerLogin to participate so you can start earning points. Once you're logged in (and have a screen name entered in your profile), you can subscribe to topics, follow users, and start learning how to make apps like the pros.