123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207 |
- /*!========================================================================
- * Bootstrap: iconset-mapicon-2.1.0.js by @recktoner
- * https://victor-valencia.github.com/bootstrap-iconpicker
- *
- * Iconset: Map Icons 2.1.0
- * https://github.com/scottdejonge/Map-Icons
- * ========================================================================
- * Copyright 2013-2015 Victor Valencia Rico.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- * ======================================================================== */
- ;(function($){
- $.iconset_mapicon = {
- iconClass: '',
- iconClassFix: 'map-icon-',
- icons: [
- '',
- 'art-gallery',
- 'campground',
- 'bank',
- 'hair-care',
- 'gym',
- 'point-of-interest',
- 'post-box',
- 'post-office',
- 'university',
- 'beauty-salon',
- 'atm',
- 'rv-park',
- 'school',
- 'library',
- 'spa',
- 'route',
- 'postal-code',
- 'stadium',
- 'postal-code-prefix',
- 'museum',
- 'finance',
- 'natural-feature',
- 'funeral-home',
- 'cemetery',
- 'park',
- 'lodging',
- 'female',
- 'male',
- 'unisex',
- 'toilet',
- 'bakery',
- 'cafe',
- 'restaurant',
- 'food',
- 'liquor-store',
- 'bicycle-store',
- 'pet-store',
- 'hardware-store',
- 'book-store',
- 'furniture-store',
- 'department-store',
- 'electronics-store',
- 'jewelry-store',
- 'clothing-store',
- 'convenience-store',
- 'store',
- 'shopping-mall',
- 'movie-rental',
- 'grocery-or-supermarket',
- 'florist',
- 'laundry',
- 'abseiling',
- 'archery',
- 'baseball',
- 'bicycling',
- 'climbing',
- 'golf',
- 'hang-gliding',
- 'horse-riding',
- 'inline-skating',
- 'motobike-trail',
- 'playground',
- 'skateboarding',
- 'tennis',
- 'trail-walking',
- 'viewing',
- 'walking',
- 'boating',
- 'boat-ramp',
- 'boat-tour',
- 'canoe',
- 'diving',
- 'fishing',
- 'fishing-pier',
- 'fish-cleaning',
- 'jet-skiing',
- 'kayaking',
- 'marina',
- 'rafting',
- 'sailing',
- 'scuba-diving',
- 'surfing',
- 'swimming',
- 'waterskiing',
- 'whale-watching',
- 'wind-surfing',
- 'chairlift',
- 'cross-country-skiing',
- 'ice-fishing',
- 'ice-skating',
- 'ski-jumping',
- 'skiing',
- 'sledding',
- 'snow-shoeing',
- 'snow',
- 'snowboarding',
- 'snowmobile',
- 'train-station',
- 'subway-station',
- 'bus-station',
- 'transit-station',
- 'parking',
- 'gas-station',
- 'car-rental',
- 'car-dealer',
- 'car-repair',
- 'car-wash',
- 'airport',
- 'taxi-stand',
- 'health',
- 'dentist',
- 'doctor',
- 'hospital',
- 'pharmacy',
- 'physiotherapist',
- 'veterinary-care',
- 'bar',
- 'amusement-park',
- 'aquarium',
- 'casino',
- 'movie-theater',
- 'night-club',
- 'zoo',
- 'bowling-alley',
- 'storage',
- 'electrician',
- 'moving-company',
- 'painter',
- 'plumber',
- 'roofing-contractor',
- 'general-contractor',
- 'locksmith',
- 'insurance-agency',
- 'lawyer',
- 'real-estate-agency',
- 'travel-agency',
- 'accounting',
- 'courthouse',
- 'political',
- 'local-government',
- 'embassy',
- 'city-hall',
- 'fire-station',
- 'police',
- 'place-of-worship',
- 'church',
- 'mosque',
- 'synagogue',
- 'hindu-temple',
- 'wheelchair',
- 'closed-captioning',
- 'open-captioning',
- 'sign-language',
- 'volume-control-telephone',
- 'low-vision-access',
- 'braille',
- 'audio-description',
- 'assistive-listening-system',
- 'search',
- 'location-arrow',
- 'zoom-out',
- 'zoom-out-alt',
- 'zoom-in',
- 'zoom-in-alt',
- 'crosshairs',
- 'compass',
- 'expand',
- 'fullscreen',
- 'map-pin',
- 'square-pin',
- 'route-pin',
- 'sheild',
- 'circle',
- 'square-rounded',
- 'square'
- ]};
-
- })(jQuery);
|