{"id":25687150,"url":"https://github.com/holyshared/mmap","last_synced_at":"2025-04-23T23:44:03.020Z","repository":{"id":136708221,"uuid":"628910","full_name":"holyshared/MMap","owner":"holyshared","description":"Map using Google Maps Api Version 3. A comprehensible map can be displayed by using the custom marker.","archived":false,"fork":false,"pushed_at":"2011-08-24T15:27:55.000Z","size":34723,"stargazers_count":14,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-21T17:58:37.581Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://holyshared.github.com/MMap/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/holyshared.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2010-04-26T02:15:09.000Z","updated_at":"2017-01-13T21:09:38.000Z","dependencies_parsed_at":"2023-03-10T22:11:01.201Z","dependency_job_id":null,"html_url":"https://github.com/holyshared/MMap","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/holyshared%2FMMap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/holyshared%2FMMap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/holyshared%2FMMap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/holyshared%2FMMap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/holyshared","download_url":"https://codeload.github.com/holyshared/MMap/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250535057,"owners_count":21446503,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-02-24T20:08:14.798Z","updated_at":"2025-04-23T23:44:02.719Z","avatar_url":"https://github.com/holyshared.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\nMMap\n====================================\n\n![Screenshot](http://holyshared.github.com/MMap/logo.png)\n\nMap using Google Maps Api Version 3. A comprehensible map can be displayed by using the custom marker.\n\nHow to use\n------------------------------------\n\n### MMap\n\n#### Step1 Reading of library.\n\nMootools and MMap are added in the head element and read. \n\n\t#HTML\n\t\u003cscript type=\"text/javascript\" src=\"http://maps.google.com/maps/api/js?v=3\u0026amp;sensor=false\"\u003e\u003c/script\u003e\n\t\u003cscript type=\"text/javascript\" src=\"js/lib/mootools-core.js\"\u003e\u003c/script\u003e\n\t\u003cscript type=\"text/javascript\" src=\"js/lib/mmap-compressed.js\"\u003e\u003c/script\u003e\n\n#### Step2 HTML description of main.\n\nHTML to use MMap becomes as follows.\n\n\t#HTML\n\t\u003cdiv id=\"map\"\u003e\u003c/div\u003e\n\n#### Step3 Description of javascript.\n\n\t#JS\n\t(function($){\n\t\n\twindow.addEvent(\"domready\", function(){\n\n\t\tvar map = new google.maps.Map($('map'), {\n\t\t\tzoom: 15,\n\t\t\tcenter: new google.maps.LatLng(35.6666870, 139.731859),\n\t\t\tmapTypeId: google.maps.MapTypeId.ROADMAP\n\t\t});\n\n\t\tvar marker = new MMap.Marker.HTML({\n\t\t\tmap: map,\n\t\t\tclassName: 'marker markerDefault',\n\t\t\ttitle: 'Marker who contains simple contents',\n\t\t\tcontent: 'HTML contents can be inserted. \u003cbr /\u003e'\n\t\t\t\t+ 'It is usual to put sentences and photographs of several lines.',\n\t\t\tposition: new google.maps.LatLng(35.6666870, 139.731859),\n\t\t\tvisible: true\n\t\t});\n\n\t});\n\t\n\t}(document.id));\n\n### Online Document\n\n* [English document](http://holyshared.github.com/MMap/docs/html/en/mmap.overlayview.html)\n* [Japanese document](http://holyshared.github.com/MMap/docs/html/ja/mmap.overlayview.html)\n\n### Online Demonstration\n\n* [English demo](http://holyshared.github.com/MMap/marker.html)\n* [Japanese demo](http://holyshared.github.com/MMap/ja/marker.html)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fholyshared%2Fmmap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fholyshared%2Fmmap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fholyshared%2Fmmap/lists"}