The extensions in your original aia were still resident in the build made from the aia you provided.
The only way I could get your FeatureCollection to run properly is
aScotch.aia (2.3 KB) made as a new Project.
It runs again and again and again without issue on my Android Tablet.
Please try it. There is some additional code in the aia. A start in my attempt to provide Marker Titles in a Bubble. Unfortunately that cannot be done automatically...no Title or Description property in the geojson.
Why impossible?
The FeatureCollection can capture
description becomes Description
draggable becomes Draggable
infobox becomes EnableInfobox
fill becomes FillColor
fill-opacity becomes FillOpacity
image becomes ImageAsset
stroke becomes StrokeColor
stroke-opacity becomes StrokeOpacity
stroke-width becomes StrokeWidth
title becomes Title
visible becomes Visible
The geojson does not contain any of those Properties. For example, the FeatureCollection properties downloaded are not congruent with what the component can render ( "properties": {"osm_id": 547597956, "osm_type": 2, "distance": 0.0, "category_ids": {"601": {"category_name": "parking", "category_group": "transport"}}, "osm_tags": {"null": null}}}, ) .You have to provide your own labels. One way to do that is to provide a List of the Marker component 'names'; which I started. That can be used with a List of the Title or Description and linked as a List of pairs with a List of the Titles.
I started to provide an example showing how one could provide their own Title/Description, but did not get far.
[quote="Al_Scotch, post:4, topic:16096"]
Error 1103
[/quote] I expect one of these may be the problem:
. Elements of the script of one or more of these
third party may still be lingering. You are still using the index.html... you do not need it. Get rid of it and see what happens.
Have a great evening.