{ "id": "162774", "key": "MOD-2284", "fields": { "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false }, "project": { "id": "10034", "key": "MOD", "name": "Appcelerator Modules", "projectCategory": { "id": "10100", "description": "Titanium and related SDKs used in application development", "name": "Client" } }, "fixVersions": [], "resolution": { "id": "3", "description": "The problem is a duplicate of an existing issue.", "name": "Duplicate" }, "resolutiondate": "2016-08-24T01:29:56.000+0000", "created": "2016-08-24T00:56:41.000+0000", "priority": { "name": "None", "id": "6" }, "labels": [], "versions": [], "issuelinks": [ { "id": "52526", "type": { "id": "10002", "name": "Duplicate", "inward": "is duplicated by", "outward": "duplicates" }, "outwardIssue": { "id": "162653", "key": "TIMOB-23784", "fields": { "summary": "Ti.Map (iOS): the map gives blank screen after zooming in several times", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "priority": { "name": "High", "id": "2" }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } } ], "assignee": null, "updated": "2018-08-06T17:41:10.000+0000", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "components": [ { "id": "13700", "name": "Map" } ], "description": "h5.Reproduce\r\n1. Run the following code in a default mobile app.\r\n{code}\r\nvar Map = require('ti.map');\r\n\r\nvar win = Titanium.UI.createWindow();\r\n\r\nvar mountainView = Map.createAnnotation({\r\n\r\n latitude:37.390749,\r\n\r\n longitude:-122.081651,\r\n\r\n title:\"Appcelerator Headquarters\",\r\n\r\n subtitle:'Mountain View, CA',\r\n\r\n pincolor:Map.ANNOTATION_RED,\r\n\r\n myid:1 // Custom property to uniquely identify this annotation.\r\n\r\n});\r\n\r\nvar mapview = Map.createView({\r\n\r\n mapType: Map.SATELLITE_TYPE,\r\n\r\n region: {latitude:37.390749, longitude:-122.081651,\r\n\r\n latitudeDelta:0.01, longitudeDelta:0.01},\r\n\r\n animate:true,\r\n\r\n regionFit:true,\r\n\r\n userLocation:true,\r\n\r\n annotations:[mountainView]\r\n\r\n});\r\n\r\nwin.add(mapview);\r\n\r\nwin.open();\r\n{code}\r\n2. Once the app open, zoom in the map.\r\n\r\nh5.Expect Result\r\nThe map should be zoom in until stop in max level. Like the behaviour for normal-type of map.\r\n\r\nh5.Actual Result\r\nblack screen after zoom in couple of times. ", "attachment": [ { "id": "60123", "filename": "File1471996532150.png", "author": { "name": "sliang", "key": "sliang", "displayName": "Shuo Liang", "active": true, "timeZone": "Asia/Harbin" }, "created": "2016-08-24T00:57:50.000+0000", "size": 319273, "mimeType": "image/png" } ], "flagged": false, "summary": "Map: iOS: Zoom in the SATELLITE map will lead to a black white screen", "creator": { "name": "sliang", "key": "sliang", "displayName": "Shuo Liang", "active": true, "timeZone": "Asia/Harbin" }, "subtasks": [], "reporter": { "name": "sliang", "key": "sliang", "displayName": "Shuo Liang", "active": true, "timeZone": "Asia/Harbin" }, "environment": "TISDK 5.3.0, 5.3.1 and 5.4.0\r\nMap Module: 2.5.2 and 2.8.0\r\niPhone 6s device with iOS 9.3\r\niPhone 6s simulator with iOS 9.3 ", "comment": { "comments": [ { "id": "394020", "author": { "name": "cng", "key": "cng", "displayName": "Chee Kiat Ng", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Duplicate of TIMOB-23784", "updateAuthor": { "name": "cng", "key": "cng", "displayName": "Chee Kiat Ng", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2016-08-24T01:29:57.000+0000", "updated": "2016-08-24T01:29:57.000+0000" }, { "id": "440010", "author": { "name": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Closing as a duplicate. If this is in error, please reopen.", "updateAuthor": { "name": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2018-08-06T17:41:10.000+0000", "updated": "2018-08-06T17:41:10.000+0000" } ], "maxResults": 2, "total": 2, "startAt": 0 } } }