diff --git a/.nuxt/app.config.mjs b/.nuxt/app.config.mjs new file mode 100644 index 0000000000000000000000000000000000000000..2d252e889021a68d7ce785612303f636d6c79560 --- /dev/null +++ b/.nuxt/app.config.mjs @@ -0,0 +1,8 @@ + +import { defuFn } from 'defu' + +const inlineConfig = {} + + + +export default defuFn(inlineConfig) diff --git a/.nuxt/components.d.ts b/.nuxt/components.d.ts new file mode 100644 index 0000000000000000000000000000000000000000..3665a26298744dfa14c58e7e684732eb1362e376 --- /dev/null +++ b/.nuxt/components.d.ts @@ -0,0 +1,80 @@ +// Generated by components discovery +declare module '@vue/runtime-core' { + export interface GlobalComponents { + 'NuxtWelcome': typeof import("../node_modules/@nuxt/ui-templates/dist/templates/welcome.vue")['default'] + 'NuxtLayout': typeof import("../node_modules/nuxt/dist/app/components/layout")['default'] + 'NuxtErrorBoundary': typeof import("../node_modules/nuxt/dist/app/components/nuxt-error-boundary")['default'] + 'ClientOnly': typeof import("../node_modules/nuxt/dist/app/components/client-only")['default'] + 'ServerPlaceholder': typeof import("../node_modules/nuxt/dist/app/components/server-placeholder")['default'] + 'NuxtLink': typeof import("../node_modules/nuxt/dist/app/components/nuxt-link")['default'] + 'NuxtLoadingIndicator': typeof import("../node_modules/nuxt/dist/app/components/nuxt-loading-indicator")['default'] + 'NuxtPage': typeof import("../node_modules/nuxt/dist/pages/runtime/page")['default'] + 'Script': typeof import("../node_modules/nuxt/dist/head/runtime/components")['Script'] + 'NoScript': typeof import("../node_modules/nuxt/dist/head/runtime/components")['NoScript'] + 'Link': typeof import("../node_modules/nuxt/dist/head/runtime/components")['Link'] + 'Base': typeof import("../node_modules/nuxt/dist/head/runtime/components")['Base'] + 'Title': typeof import("../node_modules/nuxt/dist/head/runtime/components")['Title'] + 'Meta': typeof import("../node_modules/nuxt/dist/head/runtime/components")['Meta'] + 'Style': typeof import("../node_modules/nuxt/dist/head/runtime/components")['Style'] + 'Head': typeof import("../node_modules/nuxt/dist/head/runtime/components")['Head'] + 'Html': typeof import("../node_modules/nuxt/dist/head/runtime/components")['Html'] + 'Body': typeof import("../node_modules/nuxt/dist/head/runtime/components")['Body'] + 'LazyNuxtWelcome': typeof import("../node_modules/@nuxt/ui-templates/dist/templates/welcome.vue")['default'] + 'LazyNuxtLayout': typeof import("../node_modules/nuxt/dist/app/components/layout")['default'] + 'LazyNuxtErrorBoundary': typeof import("../node_modules/nuxt/dist/app/components/nuxt-error-boundary")['default'] + 'LazyClientOnly': typeof import("../node_modules/nuxt/dist/app/components/client-only")['default'] + 'LazyServerPlaceholder': typeof import("../node_modules/nuxt/dist/app/components/server-placeholder")['default'] + 'LazyNuxtLink': typeof import("../node_modules/nuxt/dist/app/components/nuxt-link")['default'] + 'LazyNuxtLoadingIndicator': typeof import("../node_modules/nuxt/dist/app/components/nuxt-loading-indicator")['default'] + 'LazyNuxtPage': typeof import("../node_modules/nuxt/dist/pages/runtime/page")['default'] + 'LazyScript': typeof import("../node_modules/nuxt/dist/head/runtime/components")['Script'] + 'LazyNoScript': typeof import("../node_modules/nuxt/dist/head/runtime/components")['NoScript'] + 'LazyLink': typeof import("../node_modules/nuxt/dist/head/runtime/components")['Link'] + 'LazyBase': typeof import("../node_modules/nuxt/dist/head/runtime/components")['Base'] + 'LazyTitle': typeof import("../node_modules/nuxt/dist/head/runtime/components")['Title'] + 'LazyMeta': typeof import("../node_modules/nuxt/dist/head/runtime/components")['Meta'] + 'LazyStyle': typeof import("../node_modules/nuxt/dist/head/runtime/components")['Style'] + 'LazyHead': typeof import("../node_modules/nuxt/dist/head/runtime/components")['Head'] + 'LazyHtml': typeof import("../node_modules/nuxt/dist/head/runtime/components")['Html'] + 'LazyBody': typeof import("../node_modules/nuxt/dist/head/runtime/components")['Body'] + } +} + +export const NuxtWelcome: typeof import("../node_modules/@nuxt/ui-templates/dist/templates/welcome.vue")['default'] +export const NuxtLayout: typeof import("../node_modules/nuxt/dist/app/components/layout")['default'] +export const NuxtErrorBoundary: typeof import("../node_modules/nuxt/dist/app/components/nuxt-error-boundary")['default'] +export const ClientOnly: typeof import("../node_modules/nuxt/dist/app/components/client-only")['default'] +export const ServerPlaceholder: typeof import("../node_modules/nuxt/dist/app/components/server-placeholder")['default'] +export const NuxtLink: typeof import("../node_modules/nuxt/dist/app/components/nuxt-link")['default'] +export const NuxtLoadingIndicator: typeof import("../node_modules/nuxt/dist/app/components/nuxt-loading-indicator")['default'] +export const NuxtPage: typeof import("../node_modules/nuxt/dist/pages/runtime/page")['default'] +export const Script: typeof import("../node_modules/nuxt/dist/head/runtime/components")['Script'] +export const NoScript: typeof import("../node_modules/nuxt/dist/head/runtime/components")['NoScript'] +export const Link: typeof import("../node_modules/nuxt/dist/head/runtime/components")['Link'] +export const Base: typeof import("../node_modules/nuxt/dist/head/runtime/components")['Base'] +export const Title: typeof import("../node_modules/nuxt/dist/head/runtime/components")['Title'] +export const Meta: typeof import("../node_modules/nuxt/dist/head/runtime/components")['Meta'] +export const Style: typeof import("../node_modules/nuxt/dist/head/runtime/components")['Style'] +export const Head: typeof import("../node_modules/nuxt/dist/head/runtime/components")['Head'] +export const Html: typeof import("../node_modules/nuxt/dist/head/runtime/components")['Html'] +export const Body: typeof import("../node_modules/nuxt/dist/head/runtime/components")['Body'] +export const LazyNuxtWelcome: typeof import("../node_modules/@nuxt/ui-templates/dist/templates/welcome.vue")['default'] +export const LazyNuxtLayout: typeof import("../node_modules/nuxt/dist/app/components/layout")['default'] +export const LazyNuxtErrorBoundary: typeof import("../node_modules/nuxt/dist/app/components/nuxt-error-boundary")['default'] +export const LazyClientOnly: typeof import("../node_modules/nuxt/dist/app/components/client-only")['default'] +export const LazyServerPlaceholder: typeof import("../node_modules/nuxt/dist/app/components/server-placeholder")['default'] +export const LazyNuxtLink: typeof import("../node_modules/nuxt/dist/app/components/nuxt-link")['default'] +export const LazyNuxtLoadingIndicator: typeof import("../node_modules/nuxt/dist/app/components/nuxt-loading-indicator")['default'] +export const LazyNuxtPage: typeof import("../node_modules/nuxt/dist/pages/runtime/page")['default'] +export const LazyScript: typeof import("../node_modules/nuxt/dist/head/runtime/components")['Script'] +export const LazyNoScript: typeof import("../node_modules/nuxt/dist/head/runtime/components")['NoScript'] +export const LazyLink: typeof import("../node_modules/nuxt/dist/head/runtime/components")['Link'] +export const LazyBase: typeof import("../node_modules/nuxt/dist/head/runtime/components")['Base'] +export const LazyTitle: typeof import("../node_modules/nuxt/dist/head/runtime/components")['Title'] +export const LazyMeta: typeof import("../node_modules/nuxt/dist/head/runtime/components")['Meta'] +export const LazyStyle: typeof import("../node_modules/nuxt/dist/head/runtime/components")['Style'] +export const LazyHead: typeof import("../node_modules/nuxt/dist/head/runtime/components")['Head'] +export const LazyHtml: typeof import("../node_modules/nuxt/dist/head/runtime/components")['Html'] +export const LazyBody: typeof import("../node_modules/nuxt/dist/head/runtime/components")['Body'] + +export const componentNames: string[] diff --git a/.nuxt/dev/index.mjs b/.nuxt/dev/index.mjs new file mode 100644 index 0000000000000000000000000000000000000000..393e3e4b4e5cd453c5990fff9ba571c7a13ab591 --- /dev/null +++ b/.nuxt/dev/index.mjs @@ -0,0 +1,693 @@ +globalThis._importMeta_={url:import.meta.url,env:process.env};import 'file:///ide/workspace/1024/node_modules/node-fetch-native/dist/polyfill.mjs'; +import { Server } from 'http'; +import { tmpdir } from 'os'; +import { join } from 'path'; +import { mkdirSync } from 'fs'; +import { parentPort, threadId } from 'worker_threads'; +import { provider, isWindows } from 'file:///ide/workspace/1024/node_modules/std-env/dist/index.mjs'; +import { eventHandler, setHeaders, sendRedirect, defineEventHandler, handleCacheHeaders, createEvent, getRequestHeader, createApp, createRouter as createRouter$1, lazyEventHandler, toNodeListener, getQuery, writeEarlyHints } from 'file:///ide/workspace/1024/node_modules/h3/dist/index.mjs'; +import { renderResourceHeaders, createRenderer } from 'file:///ide/workspace/1024/node_modules/vue-bundle-renderer/dist/runtime.mjs'; +import devalue from 'file:///ide/workspace/1024/node_modules/@nuxt/devalue/dist/devalue.mjs'; +import { parseURL, withQuery, joinURL } from 'file:///ide/workspace/1024/node_modules/ufo/dist/index.mjs'; +import destr from 'file:///ide/workspace/1024/node_modules/destr/dist/index.mjs'; +import { snakeCase } from 'file:///ide/workspace/1024/node_modules/scule/dist/index.mjs'; +import { createFetch as createFetch$1, Headers } from 'file:///ide/workspace/1024/node_modules/ohmyfetch/dist/node.mjs'; +import { createCall, createFetch } from 'file:///ide/workspace/1024/node_modules/unenv/runtime/fetch/index.mjs'; +import { createHooks } from 'file:///ide/workspace/1024/node_modules/hookable/dist/index.mjs'; +import { hash } from 'file:///ide/workspace/1024/node_modules/ohash/dist/index.mjs'; +import { createStorage } from 'file:///ide/workspace/1024/node_modules/unstorage/dist/index.mjs'; +import unstorage_47drivers_47fs from 'file:///ide/workspace/1024/node_modules/unstorage/dist/drivers/fs.mjs'; +import defu from 'file:///ide/workspace/1024/node_modules/defu/dist/defu.mjs'; +import { toRouteMatcher, createRouter } from 'file:///ide/workspace/1024/node_modules/radix3/dist/index.mjs'; + +const _runtimeConfig = {"app":{"baseURL":"/","buildAssetsDir":"/_nuxt/","cdnURL":""},"nitro":{"routeRules":{"/__nuxt_error":{"cache":false}},"envPrefix":"NUXT_"},"public":{}}; +const ENV_PREFIX = "NITRO_"; +const ENV_PREFIX_ALT = _runtimeConfig.nitro.envPrefix ?? process.env.NITRO_ENV_PREFIX ?? "_"; +const getEnv = (key) => { + const envKey = snakeCase(key).toUpperCase(); + return destr(process.env[ENV_PREFIX + envKey] ?? process.env[ENV_PREFIX_ALT + envKey]); +}; +function isObject(input) { + return typeof input === "object" && !Array.isArray(input); +} +function overrideConfig(obj, parentKey = "") { + for (const key in obj) { + const subKey = parentKey ? `${parentKey}_${key}` : key; + const envValue = getEnv(subKey); + if (isObject(obj[key])) { + if (isObject(envValue)) { + obj[key] = { ...obj[key], ...envValue }; + } + overrideConfig(obj[key], subKey); + } else { + obj[key] = envValue ?? obj[key]; + } + } +} +overrideConfig(_runtimeConfig); +const config$1 = deepFreeze(_runtimeConfig); +const useRuntimeConfig = () => config$1; +function deepFreeze(object) { + const propNames = Object.getOwnPropertyNames(object); + for (const name of propNames) { + const value = object[name]; + if (value && typeof value === "object") { + deepFreeze(value); + } + } + return Object.freeze(object); +} + +const globalTiming = globalThis.__timing__ || { + start: () => 0, + end: () => 0, + metrics: [] +}; +const timingMiddleware = eventHandler((event) => { + const start = globalTiming.start(); + const _end = event.res.end; + event.res.end = function(chunk, encoding, cb) { + const metrics = [["Generate", globalTiming.end(start)], ...globalTiming.metrics]; + const serverTiming = metrics.map((m) => `-;dur=${m[1]};desc="${encodeURIComponent(m[0])}"`).join(", "); + if (!event.res.headersSent) { + event.res.setHeader("Server-Timing", serverTiming); + } + _end.call(event.res, chunk, encoding, cb); + return this; + }.bind(event.res); +}); + +const serverAssets = [{"baseName":"server","dir":"/ide/workspace/1024/server/assets"}]; + +const assets = createStorage(); + +for (const asset of serverAssets) { + assets.mount(asset.baseName, unstorage_47drivers_47fs({ base: asset.dir })); +} + +const storage = createStorage({}); + +const useStorage = () => storage; + +storage.mount('/assets', assets); + +storage.mount('root', unstorage_47drivers_47fs({"driver":"fs","base":"/ide/workspace/1024","ignore":["**/node_modules/**","**/.git/**"]})); +storage.mount('src', unstorage_47drivers_47fs({"driver":"fs","base":"/ide/workspace/1024/server","ignore":["**/node_modules/**","**/.git/**"]})); +storage.mount('build', unstorage_47drivers_47fs({"driver":"fs","base":"/ide/workspace/1024/.nuxt","ignore":["**/node_modules/**","**/.git/**"]})); +storage.mount('cache', unstorage_47drivers_47fs({"driver":"fs","base":"/ide/workspace/1024/.nuxt/cache","ignore":["**/node_modules/**","**/.git/**"]})); + +function defineRenderHandler(handler) { + return eventHandler(async (event) => { + if (event.req.url.endsWith("/favicon.ico")) { + event.res.setHeader("Content-Type", "image/x-icon"); + event.res.end("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"); + return; + } + const response = await handler(event); + if (!response) { + if (!event.res.writableEnded) { + event.res.statusCode = event.res.statusCode === 200 ? 500 : event.res.statusCode; + event.res.end("No response returned from render handler: " + event.req.url); + } + return; + } + const nitroApp = useNitroApp(); + await nitroApp.hooks.callHook("render:response", response, { event }); + if (!event.res.headersSent && response.headers) { + for (const header in response.headers) { + event.res.setHeader(header, response.headers[header]); + } + if (response.statusCode) { + event.res.statusCode = response.statusCode; + } + if (response.statusMessage) { + event.res.statusMessage = response.statusMessage; + } + } + return typeof response.body === "string" ? response.body : JSON.stringify(response.body); + }); +} + +const config = useRuntimeConfig(); +const _routeRulesMatcher = toRouteMatcher(createRouter({ routes: config.nitro.routeRules })); +function createRouteRulesHandler() { + return eventHandler((event) => { + const routeRules = getRouteRules(event); + if (routeRules.headers) { + setHeaders(event, routeRules.headers); + } + if (routeRules.redirect) { + return sendRedirect(event, routeRules.redirect.to, routeRules.redirect.statusCode); + } + }); +} +function getRouteRules(event) { + event.context._nitro = event.context._nitro || {}; + if (!event.context._nitro.routeRules) { + const path = new URL(event.req.url, "http://localhost").pathname; + event.context._nitro.routeRules = getRouteRulesForPath(path); + } + return event.context._nitro.routeRules; +} +function getRouteRulesForPath(path) { + return defu({}, ..._routeRulesMatcher.matchAll(path).reverse()); +} + +const defaultCacheOptions = { + name: "_", + base: "/cache", + swr: true, + maxAge: 1 +}; +function defineCachedFunction(fn, opts) { + opts = { ...defaultCacheOptions, ...opts }; + const pending = {}; + const group = opts.group || "nitro"; + const name = opts.name || fn.name || "_"; + const integrity = hash([opts.integrity, fn, opts]); + const validate = opts.validate || (() => true); + async function get(key, resolver) { + const cacheKey = [opts.base, group, name, key + ".json"].filter(Boolean).join(":").replace(/:\/$/, ":index"); + const entry = await useStorage().getItem(cacheKey) || {}; + const ttl = (opts.maxAge ?? opts.maxAge ?? 0) * 1e3; + if (ttl) { + entry.expires = Date.now() + ttl; + } + const expired = entry.integrity !== integrity || ttl && Date.now() - (entry.mtime || 0) > ttl || !validate(entry); + const _resolve = async () => { + if (!pending[key]) { + entry.value = void 0; + entry.integrity = void 0; + entry.mtime = void 0; + entry.expires = void 0; + pending[key] = Promise.resolve(resolver()); + } + entry.value = await pending[key]; + entry.mtime = Date.now(); + entry.integrity = integrity; + delete pending[key]; + if (validate(entry)) { + useStorage().setItem(cacheKey, entry).catch((error) => console.error("[nitro] [cache]", error)); + } + }; + const _resolvePromise = expired ? _resolve() : Promise.resolve(); + if (opts.swr && entry.value) { + _resolvePromise.catch(console.error); + return Promise.resolve(entry); + } + return _resolvePromise.then(() => entry); + } + return async (...args) => { + const key = (opts.getKey || getKey)(...args); + const entry = await get(key, () => fn(...args)); + let value = entry.value; + if (opts.transform) { + value = await opts.transform(entry, ...args) || value; + } + return value; + }; +} +const cachedFunction = defineCachedFunction; +function getKey(...args) { + return args.length ? hash(args, {}) : ""; +} +function defineCachedEventHandler(handler, opts = defaultCacheOptions) { + const _opts = { + ...opts, + getKey: (event) => { + const url = event.req.originalUrl || event.req.url; + const friendlyName = decodeURI(parseURL(url).pathname).replace(/[^a-zA-Z0-9]/g, "").substring(0, 16); + const urlHash = hash(url); + return `${friendlyName}.${urlHash}`; + }, + validate: (entry) => { + if (entry.value.code >= 400) { + return false; + } + if (entry.value.body === void 0) { + return false; + } + return true; + }, + group: opts.group || "nitro/handlers", + integrity: [ + opts.integrity, + handler + ] + }; + const _cachedHandler = cachedFunction(async (incomingEvent) => { + const reqProxy = cloneWithProxy(incomingEvent.req, { headers: {} }); + const resHeaders = {}; + let _resSendBody; + const resProxy = cloneWithProxy(incomingEvent.res, { + statusCode: 200, + getHeader(name) { + return resHeaders[name]; + }, + setHeader(name, value) { + resHeaders[name] = value; + return this; + }, + getHeaderNames() { + return Object.keys(resHeaders); + }, + hasHeader(name) { + return name in resHeaders; + }, + removeHeader(name) { + delete resHeaders[name]; + }, + getHeaders() { + return resHeaders; + }, + end(chunk, arg2, arg3) { + if (typeof chunk === "string") { + _resSendBody = chunk; + } + if (typeof arg2 === "function") { + arg2(); + } + if (typeof arg3 === "function") { + arg3(); + } + return this; + }, + write(chunk, arg2, arg3) { + if (typeof chunk === "string") { + _resSendBody = chunk; + } + if (typeof arg2 === "function") { + arg2(); + } + if (typeof arg3 === "function") { + arg3(); + } + return this; + }, + writeHead(statusCode, headers2) { + this.statusCode = statusCode; + if (headers2) { + for (const header in headers2) { + this.setHeader(header, headers2[header]); + } + } + return this; + } + }); + const event = createEvent(reqProxy, resProxy); + event.context = incomingEvent.context; + const body = await handler(event) || _resSendBody; + const headers = event.res.getHeaders(); + headers.etag = headers.Etag || headers.etag || `W/"${hash(body)}"`; + headers["last-modified"] = headers["Last-Modified"] || headers["last-modified"] || new Date().toUTCString(); + const cacheControl = []; + if (opts.swr) { + if (opts.maxAge) { + cacheControl.push(`s-maxage=${opts.maxAge}`); + } + if (opts.staleMaxAge) { + cacheControl.push(`stale-while-revalidate=${opts.staleMaxAge}`); + } else { + cacheControl.push("stale-while-revalidate"); + } + } else if (opts.maxAge) { + cacheControl.push(`max-age=${opts.maxAge}`); + } + if (cacheControl.length) { + headers["cache-control"] = cacheControl.join(", "); + } + const cacheEntry = { + code: event.res.statusCode, + headers, + body + }; + return cacheEntry; + }, _opts); + return defineEventHandler(async (event) => { + if (opts.headersOnly) { + if (handleCacheHeaders(event, { maxAge: opts.maxAge })) { + return; + } + return handler(event); + } + const response = await _cachedHandler(event); + if (event.res.headersSent || event.res.writableEnded) { + return response.body; + } + if (handleCacheHeaders(event, { + modifiedTime: new Date(response.headers["last-modified"]), + etag: response.headers.etag, + maxAge: opts.maxAge + })) { + return; + } + event.res.statusCode = response.code; + for (const name in response.headers) { + event.res.setHeader(name, response.headers[name]); + } + return response.body; + }); +} +function cloneWithProxy(obj, overrides) { + return new Proxy(obj, { + get(target, property, receiver) { + if (property in overrides) { + return overrides[property]; + } + return Reflect.get(target, property, receiver); + }, + set(target, property, value, receiver) { + if (property in overrides) { + overrides[property] = value; + return true; + } + return Reflect.set(target, property, value, receiver); + } + }); +} +const cachedEventHandler = defineCachedEventHandler; + +const plugins = [ + +]; + +function hasReqHeader(event, name, includes) { + const value = getRequestHeader(event, name); + return value && typeof value === "string" && value.toLowerCase().includes(includes); +} +function isJsonRequest(event) { + return hasReqHeader(event, "accept", "application/json") || hasReqHeader(event, "user-agent", "curl/") || hasReqHeader(event, "user-agent", "httpie/") || event.req.url?.endsWith(".json") || event.req.url?.includes("/api/"); +} +function normalizeError(error) { + const cwd = process.cwd(); + const stack = (error.stack || "").split("\n").splice(1).filter((line) => line.includes("at ")).map((line) => { + const text = line.replace(cwd + "/", "./").replace("webpack:/", "").replace("file://", "").trim(); + return { + text, + internal: line.includes("node_modules") && !line.includes(".cache") || line.includes("internal") || line.includes("new Promise") + }; + }); + const statusCode = error.statusCode || 500; + const statusMessage = error.statusMessage ?? (statusCode === 404 ? "Not Found" : ""); + const message = error.message || error.toString(); + return { + stack, + statusCode, + statusMessage, + message + }; +} + +const errorHandler = (async function errorhandler(error, event) { + const { stack, statusCode, statusMessage, message } = normalizeError(error); + const errorObject = { + url: event.req.url, + statusCode, + statusMessage, + message, + stack: statusCode !== 404 ? `
${stack.map((i) => `${i.text}`).join("\n")}
` : "", + data: error.data + }; + event.res.statusCode = errorObject.statusCode !== 200 && errorObject.statusCode || 500; + if (errorObject.statusMessage) { + event.res.statusMessage = errorObject.statusMessage; + } + if (error.unhandled || error.fatal) { + const tags = [ + "[nuxt]", + "[request error]", + error.unhandled && "[unhandled]", + error.fatal && "[fatal]", + Number(errorObject.statusCode) !== 200 && `[${errorObject.statusCode}]` + ].filter(Boolean).join(" "); + console.error(tags, errorObject.message + "\n" + stack.map((l) => " " + l.text).join(" \n")); + } + if (isJsonRequest(event)) { + event.res.setHeader("Content-Type", "application/json"); + event.res.end(JSON.stringify(errorObject)); + return; + } + const isErrorPage = event.req.url?.startsWith("/__nuxt_error"); + let html = !isErrorPage ? await $fetch(withQuery("/__nuxt_error", errorObject)).catch(() => null) : null; + if (!html) { + const { template } = await import('file:///ide/workspace/1024/node_modules/@nuxt/ui-templates/dist/templates/error-dev.mjs') ; + { + errorObject.description = errorObject.message; + } + html = template(errorObject); + } + event.res.setHeader("Content-Type", "text/html;charset=UTF-8"); + event.res.end(html); +}); + +const _lazy_wjTwCB = () => Promise.resolve().then(function () { return renderer$1; }); + +const handlers = [ + { route: '/__nuxt_error', handler: _lazy_wjTwCB, lazy: true, middleware: false, method: undefined }, + { route: '/**', handler: _lazy_wjTwCB, lazy: true, middleware: false, method: undefined } +]; + +function createNitroApp() { + const config = useRuntimeConfig(); + const hooks = createHooks(); + const h3App = createApp({ + debug: destr(true), + onError: errorHandler + }); + h3App.use(config.app.baseURL, timingMiddleware); + const router = createRouter$1(); + h3App.use(createRouteRulesHandler()); + for (const h of handlers) { + let handler = h.lazy ? lazyEventHandler(h.handler) : h.handler; + if (h.middleware || !h.route) { + const middlewareBase = (config.app.baseURL + (h.route || "/")).replace(/\/+/g, "/"); + h3App.use(middlewareBase, handler); + } else { + const routeRules = getRouteRulesForPath(h.route.replace(/:\w+|\*\*/g, "_")); + if (routeRules.cache) { + handler = cachedEventHandler(handler, { + group: "nitro/routes", + ...routeRules.cache + }); + } + router.use(h.route, handler, h.method); + } + } + h3App.use(config.app.baseURL, router); + const localCall = createCall(toNodeListener(h3App)); + const localFetch = createFetch(localCall, globalThis.fetch); + const $fetch = createFetch$1({ fetch: localFetch, Headers, defaults: { baseURL: config.app.baseURL } }); + globalThis.$fetch = $fetch; + const app = { + hooks, + h3App, + router, + localCall, + localFetch + }; + for (const plugin of plugins) { + plugin(app); + } + return app; +} +const nitroApp = createNitroApp(); +const useNitroApp = () => nitroApp; + +const server = new Server(toNodeListener(nitroApp.h3App)); +function getAddress() { + if (provider === "stackblitz" || process.env.NITRO_NO_UNIX_SOCKET) { + return "0"; + } + const socketName = `worker-${process.pid}-${threadId}.sock`; + if (isWindows) { + return join("\\\\.\\pipe\\nitro", socketName); + } else { + const socketDir = join(tmpdir(), "nitro"); + mkdirSync(socketDir, { recursive: true }); + return join(socketDir, socketName); + } +} +const listenAddress = getAddress(); +server.listen(listenAddress, () => { + const _address = server.address(); + parentPort.postMessage({ + event: "listen", + address: typeof _address === "string" ? { socketPath: _address } : { host: "localhost", port: _address.port } + }); +}); +{ + process.on("unhandledRejection", (err) => console.error("[nitro] [dev] [unhandledRejection]", err)); + process.on("uncaughtException", (err) => console.error("[nitro] [dev] [uncaughtException]", err)); +} + +function buildAssetsURL(...path) { + return joinURL(publicAssetsURL(), useRuntimeConfig().app.buildAssetsDir, ...path); +} +function publicAssetsURL(...path) { + const publicBase = useRuntimeConfig().app.cdnURL || useRuntimeConfig().app.baseURL; + return path.length ? joinURL(publicBase, ...path) : publicBase; +} + +globalThis.__buildAssetsURL = buildAssetsURL; +globalThis.__publicAssetsURL = publicAssetsURL; +const getClientManifest = () => import('/ide/workspace/1024/.nuxt/dist/server/client.manifest.mjs').then((r) => r.default || r).then((r) => typeof r === "function" ? r() : r); +const getSPARenderer = lazyCachedFunction(async () => { + const manifest = await getClientManifest(); + const options = { + manifest, + renderToString: () => '
', + buildAssetsURL + }; + const renderer = createRenderer(() => () => { + }, options); + const result = await renderer.renderToString({}); + const renderToString = (ssrContext) => { + const config = useRuntimeConfig(); + ssrContext.payload = { + serverRendered: false, + config: { + public: config.public, + app: config.app + }, + data: {}, + state: {} + }; + ssrContext.renderMeta = ssrContext.renderMeta ?? (() => ({})); + return Promise.resolve(result); + }; + return { + rendererContext: renderer.rendererContext, + renderToString + }; +}); +const PAYLOAD_URL_RE = /\/_payload(\.[a-zA-Z0-9]+)?.js(\?.*)?$/; +const renderer = defineRenderHandler(async (event) => { + const ssrError = event.req.url?.startsWith("/__nuxt_error") ? getQuery(event) : null; + let url = ssrError?.url || event.req.url; + const isRenderingPayload = PAYLOAD_URL_RE.test(url); + if (isRenderingPayload) { + url = url.substring(0, url.lastIndexOf("/")) || "/"; + event.req.url = url; + } + getRouteRules(event); + const ssrContext = { + url, + event, + runtimeConfig: useRuntimeConfig(), + noSSR: !!true , + error: !!ssrError, + nuxt: void 0, + payload: ssrError ? { error: ssrError } : {} + }; + const renderer = await getSPARenderer() ; + if (!isRenderingPayload && !false) { + const { link } = renderResourceHeaders({}, renderer.rendererContext); + writeEarlyHints(event, link); + } + const _rendered = await renderer.renderToString(ssrContext).catch((err) => { + if (!ssrError) { + throw ssrContext.payload?.error || err; + } + }); + await ssrContext.nuxt?.hooks.callHook("app:rendered", { ssrContext }); + if (!_rendered) { + return void 0; + } + if (ssrContext.payload?.error && !ssrError) { + throw ssrContext.payload.error; + } + if (isRenderingPayload) { + const response2 = renderPayloadResponse(ssrContext); + return response2; + } + const renderedMeta = await ssrContext.renderMeta?.() ?? {}; + const inlinedStyles = ""; + const htmlContext = { + htmlAttrs: normalizeChunks([renderedMeta.htmlAttrs]), + head: normalizeChunks([ + renderedMeta.headTags, + null, + _rendered.renderResourceHints(), + _rendered.renderStyles(), + inlinedStyles, + ssrContext.styles + ]), + bodyAttrs: normalizeChunks([renderedMeta.bodyAttrs]), + bodyPreprend: normalizeChunks([ + renderedMeta.bodyScriptsPrepend, + ssrContext.teleports?.body + ]), + body: [ + _rendered.html + ], + bodyAppend: normalizeChunks([ + ` + + diff --git a/preview.yml b/preview.yml index 48e3adc5acc31b5898cdbf7f6b07ff22a683b69c..34b9ce63d37e0a19f774e5de03f85609c1509c19 100644 --- a/preview.yml +++ b/preview.yml @@ -2,7 +2,7 @@ autoOpen: true # 打开工作空间时是否自动开启所有应用的预览 apps: - port: 3000 # 应用的端口 - run: npm i && npm run dev # 应用的启动命令 + run: yarn && yarn dev # 应用的启动命令 command: # 使用此命令启动服务,且不执行run root: ./ # 应用的启动目录 name: 1024云IDE挑战赛项目 # 应用名称 diff --git a/public/app.gif b/public/app.gif new file mode 100644 index 0000000000000000000000000000000000000000..93fe953d7958ea6b0c0df7bb12148aa1273684e4 Binary files /dev/null and b/public/app.gif differ diff --git a/public/creative-firms.json b/public/creative-firms.json new file mode 100644 index 0000000000000000000000000000000000000000..9776d737e2f312ee61dc28b11fb8353e049980e2 --- /dev/null +++ b/public/creative-firms.json @@ -0,0 +1,4168 @@ +{"type":"FeatureCollection", "features": [ +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.556352,24.9803839]},"properties":{"id":36,"name":"洋蔥設計 Onion Design","lat":24.9803839,"lng":121.556352,"address":"116台灣台北市文山區木新路三段327號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5667289,24.9818581]},"properties":{"id":37,"name":"大贏家國際行銷廣告有限公司","lat":24.9818581,"lng":121.5667289,"address":"116台灣台北市文山區恆光街30巷9號1樓","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.570755,24.984496]},"properties":{"id":47,"name":"也是設計有限公司","lat":24.984496,"lng":121.570755,"address":"116台灣台北市文山區木新路二段79巷6弄11號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5887079,24.987068]},"properties":{"id":48,"name":"淇園造景園藝公司","lat":24.987068,"lng":121.5887079,"address":"116台灣台北市文山區萬壽路61巷23弄16號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5398066,24.9910259]},"properties":{"id":57,"name":"佐拉行銷創意有限公司","lat":24.9910259,"lng":121.5398066,"address":"116台灣台北市文山區羅斯福路六段292號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.558039,24.988559]},"properties":{"id":58,"name":"壹點整合行銷有限公司-網站.行銷.設計.廣告","lat":24.988559,"lng":121.558039,"address":"116台灣台北市文山区木柵路二段100巷6號14樓","FL":14,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5846868,24.9893082]},"properties":{"id":59,"name":"美蒂亞廣告有限公司","lat":24.9893082,"lng":121.5846868,"address":"116台灣文山區政大二街145號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5383634,24.9956249]},"properties":{"id":71,"name":"加色彩設計印刷廣告LED","lat":24.9956249,"lng":121.5383634,"address":"116台灣台北市文山區溪口街89號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.54025,24.992326]},"properties":{"id":72,"name":"荷瑞廣告設計事業社","lat":24.992326,"lng":121.54025,"address":"116台灣文山區羅斯福路六段238號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5454497,24.9954419]},"properties":{"id":73,"name":"廣告王","lat":24.9954419,"lng":121.5454497,"address":"11685台灣台北市文山區景興路97巷10號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.571016,24.992319]},"properties":{"id":74,"name":"翊立設計有限公司 willystudio","lat":24.992319,"lng":121.571016,"address":"116台灣台北市文山區木柵路四段9巷11號9樓","FL":9,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.573868,24.993582]},"properties":{"id":75,"name":"Prodigy Studio - 行銷設計和攝影","lat":24.993582,"lng":121.573868,"address":"No.183, Sec. 1, Xinguang Rd., 文山區台北市台灣 11652","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.543071,24.9973499]},"properties":{"id":94,"name":"禾荷有限公司","lat":24.9973499,"lng":121.543071,"address":"116台灣台北市文山區景興路42巷6弄7號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.544331,24.9977769]},"properties":{"id":95,"name":"銳奇視覺設計有限公司","lat":24.9977769,"lng":121.544331,"address":"116台灣台北市文山區三福街74巷7號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.548021,24.9997369]},"properties":{"id":96,"name":"亞當斯設計有限公司","lat":24.9997369,"lng":121.548021,"address":"116台灣台北市文山區興隆路二段72號2樓","FL":2,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.547181,24.9970569]},"properties":{"id":97,"name":"黃金時段廣告設計有限公司","lat":24.9970569,"lng":121.547181,"address":"116台灣文山區景華街147巷4號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5530209,24.9991979]},"properties":{"id":98,"name":"渾天室內設計","lat":24.9991979,"lng":121.5530209,"address":"116台灣台北市文山區興隆路二段244巷39弄11號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5663722,24.9996901]},"properties":{"id":99,"name":"希爾設計有限公司","lat":24.9996901,"lng":121.5663722,"address":"116台灣文山區萬利街9號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.538878,25.002982]},"properties":{"id":131,"name":"橙邑設計/網路商城","lat":25.002982,"lng":121.538878,"address":"116台灣台北市文山區羅斯福路五段175號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.539237,25.001626]},"properties":{"id":132,"name":"WENYAstudio攝影工作室","lat":25.001626,"lng":121.539237,"address":"116台灣台北市文山區羅斯福路五段241-1號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.555525,25.002606]},"properties":{"id":133,"name":"進益廣告公司","lat":25.002606,"lng":121.555525,"address":"116台灣台北市文山區辛亥路四段206號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5542337,24.9996309]},"properties":{"id":134,"name":"TINGANHO DESIGN","lat":24.9996309,"lng":121.5542337,"address":"號 2 樓, No. 27辛亥路五段文山區台北市台灣 116","FL":2,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5709949,25.0015959]},"properties":{"id":135,"name":"萬瑞設計有限公司","lat":25.0015959,"lng":121.5709949,"address":"116台灣台北市文山區萬安街117號B1樓","FL":-1,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5392303,25.0058188]},"properties":{"id":168,"name":"伊登廣告工程有限公司-招牌-設計-大圖輸出","lat":25.0058188,"lng":121.5392303,"address":"11681台灣台北市文山區文山區羅斯福路五段95號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.538757,25.007552]},"properties":{"id":169,"name":"奕誠策略行銷有限公司","lat":25.007552,"lng":121.538757,"address":"116台灣台北市文山區羅斯福路五段35號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.539189,25.005325]},"properties":{"id":170,"name":"及暘廣告有限公司","lat":25.005325,"lng":121.539189,"address":"116台灣台北市文山區羅斯福路五段101號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5374689,25.0092197]},"properties":{"id":193,"name":"威岦資訊企業社","lat":25.0092197,"lng":121.5374689,"address":"116台灣台北市文山區羅斯福路五段24號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5367773,25.0103543]},"properties":{"id":194,"name":"飛圖設計工作室","lat":25.0103543,"lng":121.5367773,"address":"116台灣台北市文山区汀州路四段3號1樓","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.549845,25.003453]},"properties":{"id":195,"name":"央易工程顧問有限公司","lat":25.003453,"lng":121.549845,"address":"11692台灣台北市文山區福興路63巷5號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.559206,25.009177]},"properties":{"id":213,"name":"奧森室內設計工作室Orson Interior Design","lat":25.009177,"lng":121.559206,"address":"辛亥路四段21巷18號14樓, 文山區台北市台灣 116","FL":14,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5019129,25.019815]},"properties":{"id":222,"name":"左氏美術設計裝飾工程有限公司","lat":25.019815,"lng":121.5019129,"address":"108台灣台北市萬華區青年路178巷40號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.531868,25.017491]},"properties":{"id":225,"name":"KPN奇寶網路-SEO搜尋行銷,關鍵字行銷,網路行銷","lat":25.017491,"lng":121.531868,"address":"106台灣台北市大安區羅斯福路三段301號8樓","FL":8,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.531868,25.017491]},"properties":{"id":226,"name":"Kerebro 客樂寶 實時行銷最佳系統","lat":25.017491,"lng":121.531868,"address":"106台灣台北市大安區羅斯福路三段301號8樓","FL":8,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.536175,25.012393]},"properties":{"id":227,"name":"樂活資訊 LOHAS IT","lat":25.012393,"lng":121.536175,"address":"100台灣台北市中正區羅斯福路四段162號9樓之4","FL":9,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5414676,25.0142709]},"properties":{"id":228,"name":"工商業設計系","lat":25.0142709,"lng":121.5414676,"address":"106台灣台北市大安區","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5517851,25.0180759]},"properties":{"id":229,"name":"墨寶書法精緻禮品","lat":25.0180759,"lng":121.5517851,"address":"106台灣台北市大安區安居街129號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5549864,25.0187753]},"properties":{"id":230,"name":"O.OO Risograph & Design ROOM","lat":25.0187753,"lng":121.5549864,"address":"106台灣台北市大安區臥龍街263號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.559269,25.017937]},"properties":{"id":231,"name":"北庸建築數位影像","lat":25.017937,"lng":121.559269,"address":"106台灣台北市大安區和平東路三段422號4樓","FL":4,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.558108,25.018831]},"properties":{"id":232,"name":"禾捷/禾創室內設計有限公司","lat":25.018831,"lng":121.558108,"address":"10676台灣台北市大安區和平東路三段396號1樓","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5738023,25.0193968]},"properties":{"id":233,"name":"集集國際設計有限公司","lat":25.0193968,"lng":121.5738023,"address":"110台灣信義區景雲街","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.493398,25.022916]},"properties":{"id":246,"name":"慶達工藝社","lat":25.022916,"lng":121.493398,"address":"108台灣萬華區德昌街185巷12弄51號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.492404,25.023013]},"properties":{"id":247,"name":"得碩廣告","lat":25.023013,"lng":121.492404,"address":"108台灣台北市萬華區德昌街253號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.4956439,25.0234509]},"properties":{"id":248,"name":"日華美術廣告工程行","lat":25.0234509,"lng":121.4956439,"address":"108台灣台北市萬華區寶興街169號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.497085,25.021464]},"properties":{"id":249,"name":"立野設計有限公司","lat":25.021464,"lng":121.497085,"address":"108台灣台北市萬華區萬大路424巷26號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.522087,25.0218669]},"properties":{"id":250,"name":"東亞美術裝飾工程有限公司","lat":25.0218669,"lng":121.522087,"address":"100台灣台北市中正區金門街34巷9之3號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5253149,25.0216158]},"properties":{"id":251,"name":"三省堂設計","lat":25.0216158,"lng":121.5253149,"address":"100台灣台北市中正區羅斯福路三段84巷12弄10號1樓","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.528037,25.023012]},"properties":{"id":252,"name":"新網廣告有限公司","lat":25.023012,"lng":121.528037,"address":"106台灣大安區師大路86巷2號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.530486,25.0202609]},"properties":{"id":253,"name":"皇藝廣告有限公司","lat":25.0202609,"lng":121.530486,"address":"106台灣台北市大安區辛亥路一段52號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.543663,25.0238332]},"properties":{"id":254,"name":"凱蘿廣告行銷有限公司","lat":25.0238332,"lng":121.543663,"address":"106台灣大安區復興南路二段327號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5436236,25.0225242]},"properties":{"id":255,"name":"宏信數位有限公司","lat":25.0225242,"lng":121.5436236,"address":"106台灣台北市大安區復興南路二段373號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.543826,25.023496]},"properties":{"id":256,"name":"Workis 工作是 (Coworking Space)","lat":25.023496,"lng":121.543826,"address":"106台灣台北市大安區復興南路二段337巷6弄2號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.547824,25.023669]},"properties":{"id":257,"name":"dPlus International","lat":25.023669,"lng":121.547824,"address":"106台灣台北市大安區106台北市大安區敦化南路二段172巷8弄5號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.547977,25.022136]},"properties":{"id":258,"name":"eztable","lat":25.022136,"lng":121.547977,"address":"106台灣台北市大安區敦化南路二段216號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.542214,25.023575]},"properties":{"id":259,"name":"電子情報","lat":25.023575,"lng":121.542214,"address":"10663台灣台北市大安區和平東路二段118巷6弄18號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5479051,25.0232988]},"properties":{"id":260,"name":"雙十公園有限公司","lat":25.0232988,"lng":121.5479051,"address":"106台灣大安區敦化南路二段172巷8弄15號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5535394,25.0200281]},"properties":{"id":261,"name":"每一口人 Everyone Design","lat":25.0200281,"lng":121.5535394,"address":"號, No. 4安居街60巷大安區台北市台灣 106","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5581221,25.0209938]},"properties":{"id":262,"name":"正圓廣告設計坊","lat":25.0209938,"lng":121.5581221,"address":"110台灣信義區和平東路三段391巷8弄49號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5575515,25.0199496]},"properties":{"id":263,"name":"Asian-archi亞洲建築專業網","lat":25.0199496,"lng":121.5575515,"address":"11057台灣台北市信义区和平東路三段385號11樓","FL":11,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.571205,25.023454]},"properties":{"id":264,"name":"辰展廣告創意設計有限公司","lat":25.023454,"lng":121.571205,"address":"110台灣信義區信義路五段150巷431弄18號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.4931859,25.027088]},"properties":{"id":274,"name":"明峰綜合設計社","lat":25.027088,"lng":121.4931859,"address":"108台灣台北市萬華區寶興街38巷1號3樓","FL":3,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.496792,25.024154]},"properties":{"id":275,"name":"Believer彩設流","lat":25.024154,"lng":121.496792,"address":"號, No. 121德昌街萬華區台北市台灣 108","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.4986974,25.025878]},"properties":{"id":276,"name":"津本廣告創意有限公司","lat":25.025878,"lng":121.4986974,"address":"號, No. 50民和街萬華區台北市台灣 108","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5022202,25.0251599]},"properties":{"id":277,"name":"泰勒攝影 TylerStudio","lat":25.0251599,"lng":121.5022202,"address":"108台灣台北市萬華區萬大路277巷44弄4號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.512945,25.0273589]},"properties":{"id":278,"name":"耘匠設計有限公司","lat":25.0273589,"lng":121.512945,"address":"100台灣台北市中正區三元街232號7樓","FL":7,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.514797,25.026341]},"properties":{"id":279,"name":"M本設計 | M basis design","lat":25.026341,"lng":121.514797,"address":"100台灣台北市中正區汀州路二段13巷2弄3號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.511245,25.02419]},"properties":{"id":280,"name":"易拉展實業有限公司","lat":25.02419,"lng":121.511245,"address":"10882台灣台北市萬華區中華路二段666號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5180421,25.0265688]},"properties":{"id":281,"name":"大墩設計有限公司 品牌設計/店面設計/招牌設計製作/開店裝潢","lat":25.0265688,"lng":121.5180421,"address":"100台灣台北市中正區和平西路一段98號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5170778,25.0268668]},"properties":{"id":282,"name":"宇喬創意廣告設計","lat":25.0268668,"lng":121.5170778,"address":"100台灣台北市中正區和平西路一段120號號 2 樓","FL":2,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5216407,25.0277349]},"properties":{"id":283,"name":"演色印刷事業有限公司","lat":25.0277349,"lng":121.5216407,"address":"100台灣台北市中正區羅斯福路二段50號B1","FL":-1,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5239989,25.0242999]},"properties":{"id":284,"name":"德仲設計有限公司","lat":25.0242999,"lng":121.5239989,"address":"100台灣台北市中正區南昌路二段192號之2","FL":2,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5234279,25.0262575]},"properties":{"id":285,"name":"旭康廣告設計有限公司","lat":25.0262575,"lng":121.5234279,"address":"106台灣大安區羅斯福路二段79號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5232339,25.0256806]},"properties":{"id":286,"name":"商印整合行銷股份有限公司","lat":25.0256806,"lng":121.5232339,"address":"100台灣台北市中正區羅斯福路二段150號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.52466,25.027159]},"properties":{"id":287,"name":"2think 想想設計","lat":25.027159,"lng":121.52466,"address":"106台灣台北市大安區和平東路一段67號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.524522,25.023837]},"properties":{"id":288,"name":"媽咪愛 Mamilove.com.tw","lat":25.023837,"lng":121.524522,"address":"10084台灣台北市中正區南昌路2段222號10樓","FL":10,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5297659,25.0250389]},"properties":{"id":289,"name":"佑捷設計工程有限公司","lat":25.0250389,"lng":121.5297659,"address":"106台灣台北市大安區泰順街26巷41號3樓","FL":3,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.531437,25.027622]},"properties":{"id":290,"name":"ArchWorld 建築世界資訊網","lat":25.027622,"lng":121.531437,"address":"10649台灣台北市大安區青田街8巷8號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.542298,25.02522]},"properties":{"id":291,"name":"巧巧設計室有限公司","lat":25.02522,"lng":121.542298,"address":"106台灣台北市大安區和平東路二段201號3樓","FL":3,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5437519,25.0277749]},"properties":{"id":292,"name":"力翰設計股份有限公司","lat":25.0277749,"lng":121.5437519,"address":"106台灣台北市大安區復興南路二段169號3樓","FL":3,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5439135,25.025502]},"properties":{"id":293,"name":"無象限有限公司","lat":25.025502,"lng":121.5439135,"address":"10667台灣台北市大安區和平東路二段265巷18號號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5439135,25.0250047]},"properties":{"id":294,"name":"康瑞行銷顧問有限公司","lat":25.0250047,"lng":121.5439135,"address":"106台灣台北市大安區和平東路二段259號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.543911,25.02526]},"properties":{"id":295,"name":"大鳴廣告有限公司","lat":25.02526,"lng":121.543911,"address":"106台灣台北市大安區和平東路二段265巷16號3樓","FL":3,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5437369,25.02718]},"properties":{"id":296,"name":"陳氏設計工作室有限公司","lat":25.02718,"lng":121.5437369,"address":"106台灣台北市大安區復興南路二段175之1號3樓","FL":3,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5477321,25.0240773]},"properties":{"id":297,"name":"守工異廣告設計工作室","lat":25.0240773,"lng":121.5477321,"address":"106台灣台北市大安區敦化南路二段172巷5弄2號號 5f","FL":5,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5481369,25.024701]},"properties":{"id":298,"name":"登泰設計有限公司","lat":25.024701,"lng":121.5481369,"address":"106台灣台北市大安區和平東路三段49號之4","FL":4,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5491445,25.0246931]},"properties":{"id":299,"name":"WeB66台灣黃頁「際標資訊科技股份有限公司」","lat":25.0246931,"lng":121.5491445,"address":"106台灣台北市大安區和平東路三段63號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.547602,25.0244159]},"properties":{"id":300,"name":"迪倫廣告股份有限公司","lat":25.0244159,"lng":121.547602,"address":"106台灣台北市大安區和平東路三段38號12樓","FL":12,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.547374,25.0264285]},"properties":{"id":301,"name":"Legoworks 樂高渥克公關廣告活動有限公司","lat":25.0264285,"lng":121.547374,"address":"號, No. 7-1四維路208巷大安區台北市台灣 106","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.538568,25.026285]},"properties":{"id":302,"name":"崇漢廣告企劃公司","lat":25.026285,"lng":121.538568,"address":"106台灣台北市大安區瑞安街276巷6號6樓","FL":6,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5432756,25.0247233]},"properties":{"id":303,"name":"宏馬數位科技股份有限公司(Taiwan-ebooks)","lat":25.0247233,"lng":121.5432756,"address":"106台灣台北市大安區復興南路二段268號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5417646,25.0249378]},"properties":{"id":304,"name":"第一街數位影像有限公司","lat":25.0249378,"lng":121.5417646,"address":"106台灣台北市大安區和平東路二段102號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.547523,25.025873]},"properties":{"id":305,"name":"HOUTH","lat":25.025873,"lng":121.547523,"address":"106台灣台北市大安區四維路216巷6號2樓","FL":2,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.553426,25.024881]},"properties":{"id":306,"name":"三普建設機構愛飛生文創事業-社群行銷、設計印刷服務、商標、LOGO、名片、設計、DM、傳單、商品去背、印名片、大圖輸出、海報輸出、數位看板、FB粉絲專頁經營、FB代操經營、活動規劃製作","lat":25.024881,"lng":121.553426,"address":"110台灣台北市信義區基隆路二段189號號 14 樓 之 7","FL":14,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.55167,25.0252343]},"properties":{"id":307,"name":"詮鴻廣告有限公司","lat":25.0252343,"lng":121.55167,"address":"106台灣台北市大安區樂利路86巷6號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5533031,25.0248572]},"properties":{"id":308,"name":"德瑞資產管理股份有限公司","lat":25.0248572,"lng":121.5533031,"address":"11054台灣台北市信義區基隆路二段189號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5532449,25.026274]},"properties":{"id":309,"name":"一井工商廣告實業有限公司","lat":25.026274,"lng":121.5532449,"address":"106台灣台北市大安區通化街215號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.551704,25.026298]},"properties":{"id":310,"name":"亮妙寶文創廣告企業社","lat":25.026298,"lng":121.551704,"address":"106台灣台北市大安區樂利路58號三樓","FL":3,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.55544,25.024468]},"properties":{"id":311,"name":"BE LUCKY Taipei","lat":25.024468,"lng":121.55544,"address":"台北 市 信義 區 崇 德 街 81 巷 6 號 No.6, Chongde Street, Lane 81, 信義區台北市台灣 110","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5685656,25.0241755]},"properties":{"id":312,"name":"瑞翔廣告設計有限公司","lat":25.0241755,"lng":121.5685656,"address":"110台灣信義區吳興街445號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.57074,25.024045]},"properties":{"id":313,"name":"面面創意整合有限公司","lat":25.024045,"lng":121.57074,"address":"110台灣台北市信義區","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.499957,25.028104]},"properties":{"id":320,"name":"元品設計-品牌設計/店面設計/裝潢設計/商空設計/廣告設計/招牌設計","lat":25.028104,"lng":121.499957,"address":"108台灣台北市萬華區西藏路199巷37號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.502082,25.02983]},"properties":{"id":321,"name":"帝威廣告設計有限公司","lat":25.02983,"lng":121.502082,"address":"108台灣台北市萬華區西藏路230號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5007327,25.0300174]},"properties":{"id":322,"name":"恆碩數位影像有限公司","lat":25.0300174,"lng":121.5007327,"address":"108台灣台北市萬華區萬大路105號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5026598,25.0310735]},"properties":{"id":323,"name":"晨光綜合廣告有限公司","lat":25.0310735,"lng":121.5026598,"address":"108台灣萬華區莒光路175號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5062849,25.0303309]},"properties":{"id":324,"name":"六權廣告設計有限公司","lat":25.0303309,"lng":121.5062849,"address":"100台灣台北市中正區西藏路37號之2","FL":2,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5047819,25.0307263]},"properties":{"id":325,"name":"翰陽廣告設計有限公司","lat":25.0307263,"lng":121.5047819,"address":"100台灣中正區中華路二段175巷11號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.507935,25.0309899]},"properties":{"id":326,"name":"奇杰設計有限公司","lat":25.0309899,"lng":121.507935,"address":"100台灣台北市中正區和平西路二段108號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5081209,25.0290399]},"properties":{"id":327,"name":"藍天廣告","lat":25.0290399,"lng":121.5081209,"address":"100台灣台北市中正區南海路93巷18號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5154808,25.0296622]},"properties":{"id":328,"name":"產經網廣告有限公司","lat":25.0296622,"lng":121.5154808,"address":"100台灣台北市中正區重慶南路三段1號11樓","FL":11,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.522065,25.0305189]},"properties":{"id":329,"name":"奧略商業設計有限公司","lat":25.0305189,"lng":121.522065,"address":"100台灣台北市中正區杭州南路二段52號4樓","FL":4,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.519265,25.0310425]},"properties":{"id":330,"name":"數碼港專業影像中心 FOTO Studio","lat":25.0310425,"lng":121.519265,"address":"100台灣台北市中正區羅斯福路一段46號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5259472,25.0278839]},"properties":{"id":331,"name":"文筆網路科技有限公司","lat":25.0278839,"lng":121.5259472,"address":"106台灣台北市大安區台北市大安區金山南路2段200號9樓","FL":9,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5310608,25.0313278]},"properties":{"id":332,"name":"阿堤斯廣告設計有限公司","lat":25.0313278,"lng":121.5310608,"address":"106台灣大安區新生南路二段30巷21號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.530574,25.0312489]},"properties":{"id":333,"name":"聯頡廣告事業有限公司","lat":25.0312489,"lng":121.530574,"address":"106台灣台北市大安區新生南路二段30巷27號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.527027,25.028256]},"properties":{"id":334,"name":"方格子文化事業有限公司","lat":25.028256,"lng":121.527027,"address":"106台灣台北市大安區金山南路二段185巷14號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.53219,25.028155]},"properties":{"id":335,"name":"極光整合行銷股份有限公司","lat":25.028155,"lng":121.53219,"address":"106台灣台北市大安區青田街7巷1-4號1f no","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5391339,25.0291029]},"properties":{"id":336,"name":"風尚廣告室內設計工程有限公司","lat":25.0291029,"lng":121.5391339,"address":"106台灣台北市大安區信義路三段134巷92號5樓","FL":5,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5418009,25.028154]},"properties":{"id":337,"name":"一久實業有限公司","lat":25.028154,"lng":121.5418009,"address":"106台灣台北市大安區瑞安街71巷5弄5號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5439981,25.0310442]},"properties":{"id":338,"name":"ECODES 易科大整合行銷有限公司","lat":25.0310442,"lng":121.5439981,"address":"106台灣台北市大安區瑞安街23巷2號6樓之1","FL":6,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5445213,25.0286742]},"properties":{"id":339,"name":"易品資訊股份有限公司","lat":25.0286742,"lng":121.5445213,"address":"106台灣台北市大安區和平東路二段107巷10號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.549028,25.029203]},"properties":{"id":340,"name":"新聯祥廣告股份有限公司","lat":25.029203,"lng":121.549028,"address":"106台灣大安區敦化南路二段95號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5412983,25.0304119]},"properties":{"id":341,"name":"伊午久傳媒股份有限公司","lat":25.0304119,"lng":121.5412983,"address":"106台灣台北市大安區區瑞安街208巷53弄19號2樓","FL":2,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5491363,25.0310651]},"properties":{"id":342,"name":"FreakOut Taiwan Co., Ltd.","lat":25.0310651,"lng":121.5491363,"address":"10681台灣台北市大安區敦化南路二段59號5樓之1","FL":5,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5508129,25.0284041]},"properties":{"id":343,"name":"言人文化傳媒 InkrCulture Media Inc.","lat":25.0284041,"lng":121.5508129,"address":"106台灣台北市大安區樂利路六巷三號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5526699,25.0306949]},"properties":{"id":344,"name":"理閣設計有限公司","lat":25.0306949,"lng":121.5526699,"address":"106台灣台北市大安區安和路二段65號之1","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5521085,25.0303536]},"properties":{"id":345,"name":"ADC Studio","lat":25.0303536,"lng":121.5521085,"address":"10680台灣台北市大安區安和路二段64號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5571677,25.0286661]},"properties":{"id":346,"name":"依利特整合行銷有限公司 ELITE Creative Marketing CO., Ltd.","lat":25.0286661,"lng":121.5571677,"address":"11053台灣台北市信義區基隆路二段115號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.557455,25.028567]},"properties":{"id":347,"name":"PERCENT","lat":25.028567,"lng":121.557455,"address":"11052台灣台北市信義區嘉興街149號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5585981,25.0310029]},"properties":{"id":348,"name":"日商帝禧股份有限公司 D2C Inc. Taiwan Branch","lat":25.0310029,"lng":121.5585981,"address":"110台灣台北市信義區基隆路二段51號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5512498,25.0295955]},"properties":{"id":349,"name":"杜葳廣告股份有限公司","lat":25.0295955,"lng":121.5512498,"address":"106台灣大安區安和路二段78號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5588089,25.0313613]},"properties":{"id":350,"name":"科甲創意股份有限公司","lat":25.0313613,"lng":121.5588089,"address":"110台灣信義區信義區基隆路二段33號7樓之1","FL":7,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.560273,25.0299344]},"properties":{"id":351,"name":"井荷廣告設計有限公司","lat":25.0299344,"lng":121.560273,"address":"110台灣信義區吳興街118巷26弄12號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.564641,25.028502]},"properties":{"id":352,"name":"印客廣告設計有限公司","lat":25.028502,"lng":121.564641,"address":"110台灣信義區莊敬路341巷21號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5659785,25.0281319]},"properties":{"id":353,"name":"YOW!design","lat":25.0281319,"lng":121.5659785,"address":"110台灣台北市信義區莊敬路391巷16弄2號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5626764,25.0296207]},"properties":{"id":354,"name":"采奐","lat":25.0296207,"lng":121.5626764,"address":"號, No. 35莊敬路289巷3弄信義區台北市台灣 110","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.570994,25.0281959]},"properties":{"id":355,"name":"米蘭營銷策劃股份有限公司","lat":25.0281959,"lng":121.570994,"address":"110台灣台北市信義區信義路五段150巷2號20樓之2","FL":20,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.570986,25.028196]},"properties":{"id":356,"name":"橘子磨坊數位創意溝通股份有限公司","lat":25.028196,"lng":121.570986,"address":"110台灣台北市信義區信義路五段150巷2號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.570994,25.028196]},"properties":{"id":357,"name":"麥肯廣告股份有限公司","lat":25.028196,"lng":121.570994,"address":"110台灣台北市信義區信義路五段150巷2號11樓","FL":11,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.492393,25.035635]},"properties":{"id":362,"name":"寶藝廣告招牌設計中心","lat":25.035635,"lng":121.492393,"address":"108台灣台北市萬華區台北市萬華區和平西路三段341號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.491859,25.0353307]},"properties":{"id":363,"name":"寶藝廣告招牌設計工程","lat":25.0353307,"lng":121.491859,"address":"108台灣台北市萬華區台北市萬華區和平西路三段368號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.491852,25.035298]},"properties":{"id":364,"name":"新月形象設計","lat":25.035298,"lng":121.491852,"address":"108台灣台北市萬華區和平西路三段368號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.4951178,25.0343619]},"properties":{"id":365,"name":"kole可利設計","lat":25.0343619,"lng":121.4951178,"address":"號, No. 12大理街175巷萬華區台北市台灣 108","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5054089,25.0323019]},"properties":{"id":366,"name":"彩聚廣告美術社","lat":25.0323019,"lng":121.5054089,"address":"100台灣台北市中正區大埔街21巷3號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5062449,25.032133]},"properties":{"id":367,"name":"泱全企業有限公司","lat":25.032133,"lng":121.5062449,"address":"100台灣台北市中正區汀州路一段25號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.525979,25.0338]},"properties":{"id":368,"name":"三信廣告工程有限公司","lat":25.0338,"lng":121.525979,"address":"106台灣台北市大安區信義路二段86巷20號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.53042,25.033876]},"properties":{"id":369,"name":"雪芃設計顧問有限公司","lat":25.033876,"lng":121.53042,"address":"100台灣中正區信義路二段213號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.533354,25.0356432]},"properties":{"id":370,"name":"集創廣告設計有限公司","lat":25.0356432,"lng":121.533354,"address":"106台灣大安區新生南路一段145巷6號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5351914,25.0338567]},"properties":{"id":371,"name":"好極了廣告設計有限公司","lat":25.0338567,"lng":121.5351914,"address":"106台灣大安區新生南路一段165巷26號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5373879,25.035004]},"properties":{"id":372,"name":"熊族設計股份有限公司","lat":25.035004,"lng":121.5373879,"address":"106台灣台北市大安區建國南路一段328號7樓","FL":7,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.538531,25.035551]},"properties":{"id":373,"name":"法族設計裝潢工程有限公司","lat":25.035551,"lng":121.538531,"address":"106台灣台北市大安區建國南路一段291巷8號14樓","FL":14,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.535275,25.0341053]},"properties":{"id":374,"name":"好極了設計","lat":25.0341053,"lng":121.535275,"address":"106台灣台北市大安區新生南路一段165巷26號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.542003,25.033084]},"properties":{"id":375,"name":"雅影廣告設計攝影有限公司","lat":25.033084,"lng":121.542003,"address":"106台灣台北市大安區信義路三段170號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.542029,25.0331733]},"properties":{"id":376,"name":"大深廣告設計有限公司","lat":25.0331733,"lng":121.542029,"address":"106台灣大安區大安區信義路三段170號11樓之1","FL":11,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5444264,25.0330688]},"properties":{"id":377,"name":"佳來廣告設計有限公司","lat":25.0330688,"lng":121.5444264,"address":"106台灣大安區信義路四段24號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.544985,25.034036]},"properties":{"id":378,"name":"Green Lifestyle","lat":25.034036,"lng":121.544985,"address":"106台灣台北市大安區","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5468565,25.0355777]},"properties":{"id":379,"name":"THINK OFFICE","lat":25.0355777,"lng":121.5468565,"address":"106台灣台北市大安區四維路44巷17號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.548381,25.032948]},"properties":{"id":380,"name":"cacaFly 聖洋科技-台北據點","lat":25.032948,"lng":121.548381,"address":"106台灣台北市大安區敦化南路二段2號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5468525,25.0335555]},"properties":{"id":381,"name":"中華國際黃頁股份有限公司","lat":25.0335555,"lng":121.5468525,"address":"106台灣台北市大安區信義路四段89-1號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5441842,25.0331622]},"properties":{"id":382,"name":"風尚創意股份有限公司","lat":25.0331622,"lng":121.5441842,"address":"106台灣台北市大安區信義路四段6號15樓之11","FL":15,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5522679,25.034158]},"properties":{"id":383,"name":"諾瑪迪廣告設計股份有限公司","lat":25.034158,"lng":121.5522679,"address":"106台灣台北市大安區安和路一段104號3樓","FL":3,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.554,25.0329519]},"properties":{"id":384,"name":"漢陽廣告設計有限公司","lat":25.0329519,"lng":121.554,"address":"106台灣台北市大安區信義路四段256號之2","FL":2,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5511569,25.033997]},"properties":{"id":385,"name":"徐力立商業設計有限公司","lat":25.033997,"lng":121.5511569,"address":"106台灣台北市大安區安和路一段112巷13號2樓","FL":2,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5523009,25.0343949]},"properties":{"id":386,"name":"卜築設計股份有限公司","lat":25.0343949,"lng":121.5523009,"address":"106台灣台北市大安區安和路一段100號之1","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.554317,25.034347]},"properties":{"id":387,"name":"保羅大衛國際設計工程有限公司","lat":25.034347,"lng":121.554317,"address":"106台灣台北市大安區信義路四段265巷12弄1號5樓","FL":5,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.554736,25.034625]},"properties":{"id":388,"name":"歐普設計有限公司","lat":25.034625,"lng":121.554736,"address":"106台灣台北市大安區信義路四段265巷28號之1","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.551946,25.033047]},"properties":{"id":389,"name":"YDC INC. 瑞特顧問有限公司","lat":25.033047,"lng":121.551946,"address":"106台灣台北市大安區信義路四段214號 3 樓","FL":3,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5531229,25.0333899]},"properties":{"id":390,"name":"聯友廣告股份有限公司","lat":25.0333899,"lng":121.5531229,"address":"106台灣台北市大安區信義路四段233號7樓","FL":7,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5514949,25.033624]},"properties":{"id":391,"name":"聯集廣告事業股份有限公司","lat":25.033624,"lng":121.5514949,"address":"106台灣台北市大安區信義路四段199巷2號之2","FL":2,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.554379,25.033377]},"properties":{"id":392,"name":"Tagtoo塔圖科技","lat":25.033377,"lng":121.554379,"address":"信義路四段267號11樓, 大安區台北市台灣 106","FL":11,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5545918,25.0333997]},"properties":{"id":393,"name":"紅威媒體行銷股份有限公司","lat":25.0333997,"lng":121.5545918,"address":"106台灣台北市大安區信義路四段279號7 樓","FL":7,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5526111,25.0328865]},"properties":{"id":394,"name":"樂亦非凡數位藝術有限公司","lat":25.0328865,"lng":121.5526111,"address":"10680台灣台北市大安區安和路二段5號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5576752,25.0353325]},"properties":{"id":395,"name":"西堤廣告設計有限公司","lat":25.0353325,"lng":121.5576752,"address":"110台灣信義區光復南路447號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.557607,25.032416]},"properties":{"id":396,"name":"協創曲設計創意行銷企業","lat":25.032416,"lng":121.557607,"address":"110台灣台北市信義區光復南路495號4 樓","FL":4,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5576789,25.0335959]},"properties":{"id":397,"name":"聯線設計有限公司","lat":25.0335959,"lng":121.5576789,"address":"110台灣台北市信義區光復南路475號4樓","FL":4,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5576784,25.0324587]},"properties":{"id":398,"name":"ROD Design & Branding 安格國際創意有限公司","lat":25.0324587,"lng":121.5576784,"address":"110台灣台北市信義區光復南路495號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5578278,25.0320066]},"properties":{"id":399,"name":"躍點國際有限公司 - Akey Group","lat":25.0320066,"lng":121.5578278,"address":"100台灣台北市信義區文昌街316號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5569039,25.0354846]},"properties":{"id":400,"name":"宜昌廣告招牌","lat":25.0354846,"lng":121.5569039,"address":"106台灣台北市大安區光復南路456巷6號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5493581,25.0302341]},"properties":{"id":401,"name":"AsiaYo","lat":25.0302341,"lng":121.5493581,"address":"106台灣台北市大安區敦化南路二段77號18樓之三","FL":18,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.559418,25.03332]},"properties":{"id":402,"name":"新據點廣告","lat":25.03332,"lng":121.559418,"address":"110台灣台北市信義區信義路四段415號14樓","FL":14,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5623242,25.0331217]},"properties":{"id":403,"name":"新立通數位媒體廣告科技股份有限公司","lat":25.0331217,"lng":121.5623242,"address":"11011台灣台北市信義區信義路五段5號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.559883,25.034079]},"properties":{"id":404,"name":"來毅數位科技股份有限公司","lat":25.034079,"lng":121.559883,"address":"110台灣台北市信義區基隆路一段420號5F-1","FL":5,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.55958,25.033754]},"properties":{"id":405,"name":"唐潮文創設計有限公司","lat":25.033754,"lng":121.55958,"address":"11051台灣台北市信義區基隆路一段432號6樓600室","FL":6,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.576258,25.034569]},"properties":{"id":406,"name":"Plaza del Vínculo 梵古洛","lat":25.034569,"lng":121.576258,"address":"11086台灣台北市信義區臺北市信義區信義路六段50號1樓","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.4925135,25.0359163]},"properties":{"id":408,"name":"廣告招牌-南普敦","lat":25.0359163,"lng":121.4925135,"address":"號, No. 33和平西路三段309巷15弄萬華區台北市台灣 108","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5036962,25.0391715]},"properties":{"id":409,"name":"可諾里廣告設計","lat":25.0391715,"lng":121.5036962,"address":"82 巷 號 3 樓, No. 11貴陽街二段萬華區台北市台灣 108","FL":3,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.506009,25.039365]},"properties":{"id":410,"name":"美大壓克力行","lat":25.039365,"lng":121.506009,"address":"108台灣台北市萬華區貴陽街二段20號3樓","FL":3,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.506909,25.0393952]},"properties":{"id":411,"name":"長運國際有限公司","lat":25.0393952,"lng":121.506909,"address":"108台灣萬華區貴陽街二段1號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5255369,25.0385286]},"properties":{"id":412,"name":"合和國際 HohoAD","lat":25.0385286,"lng":121.5255369,"address":"100台灣台北市中正區仁愛路二段1號6樓","FL":6,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.529006,25.0395309]},"properties":{"id":413,"name":"全盛廣告股份有限公司","lat":25.0395309,"lng":121.529006,"address":"100台灣台北市中正區金山南路一段43號4樓","FL":4,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5256136,25.0385025]},"properties":{"id":414,"name":"台灣摩菲爾國際股份有限公司","lat":25.0385025,"lng":121.5256136,"address":"100台灣中正區中正區仁愛路二段1號5樓","FL":5,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.533892,25.03671]},"properties":{"id":415,"name":"三色光廣告設計社","lat":25.03671,"lng":121.533892,"address":"106台灣台北市大安區新生南路一段139巷15號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5331209,25.039036]},"properties":{"id":416,"name":"大威設計有限公司","lat":25.039036,"lng":121.5331209,"address":"106台灣台北市大安區新生南路一段121號之1","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5338754,25.0384451]},"properties":{"id":417,"name":"天工開物股份有限公司","lat":25.0384451,"lng":121.5338754,"address":"106台灣台北市大安區仁愛路三段17號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.534332,25.038601]},"properties":{"id":418,"name":"群盟科技股份有限公司","lat":25.038601,"lng":121.534332,"address":"106台灣台北市大安區仁愛路三段25號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.532484,25.035992]},"properties":{"id":419,"name":"夏天廣告有限公司","lat":25.035992,"lng":121.532484,"address":"100台灣台北市中正區新生南路一段142號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5339168,25.0385478]},"properties":{"id":420,"name":"左右設計│左右國際股份有限公司","lat":25.0385478,"lng":121.5339168,"address":"106台灣台北市大安區仁愛路三段17號3樓","FL":3,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5321355,25.0375176]},"properties":{"id":421,"name":"東喜設計工作室","lat":25.0375176,"lng":121.5321355,"address":"100台灣台北市中正區連雲街4-5號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.534698,25.03888]},"properties":{"id":422,"name":"無象藝術空間設計","lat":25.03888,"lng":121.534698,"address":"106台灣台北市大安區仁愛路三段5巷1弄16號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.54257,25.038563]},"properties":{"id":423,"name":"欣唐設計工程股份有限公司","lat":25.038563,"lng":121.54257,"address":"106台灣台北市大安區仁愛路三段123巷3弄10號4樓","FL":4,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5456494,25.0363084]},"properties":{"id":424,"name":"台北基礎設計中心","lat":25.0363084,"lng":121.5456494,"address":"106台灣台北市大安區大安路一段176巷4號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.543977,25.0393039]},"properties":{"id":425,"name":"京展設計有限公司","lat":25.0393039,"lng":121.543977,"address":"106台灣台北市大安區復興南路一段213號之1","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5439017,25.0367299]},"properties":{"id":426,"name":"Studio M┃磨影像整合工作室","lat":25.0367299,"lng":121.5439017,"address":"106台灣台北市大安區復興南路一段253巷2號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.544661,25.038246]},"properties":{"id":427,"name":"金華廣告股份有限公司","lat":25.038246,"lng":121.544661,"address":"106台灣台北市大安區仁愛路四段25號12樓","FL":12,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5463967,25.039509]},"properties":{"id":428,"name":"九井廣告股份有限公司","lat":25.039509,"lng":121.5463967,"address":"106台灣台北市大安區大安路一段119巷1號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5476645,25.0364847]},"properties":{"id":429,"name":"角色廣告設計有限公司","lat":25.0364847,"lng":121.5476645,"address":"106台灣大安區四維路22巷9號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5416559,25.038351]},"properties":{"id":430,"name":"莫內設計事業有限公司","lat":25.038351,"lng":121.5416559,"address":"106台灣台北市大安區仁愛路三段117號4樓","FL":4,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.538953,25.037568]},"properties":{"id":431,"name":"捷思整合行銷有限公司","lat":25.037568,"lng":121.538953,"address":"106台灣台北市大安區仁愛路82-2號3 樓","FL":3,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.542241,25.03837]},"properties":{"id":432,"name":"Google環景攝影-綠曜科技股份有限公司","lat":25.03837,"lng":121.542241,"address":"106台灣台北市大安區仁愛路三段127號4樓","FL":4,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5501873,25.0383024]},"properties":{"id":433,"name":"EZprice比價網","lat":25.0383024,"lng":121.5501873,"address":"106台灣台北市大安區仁愛路四段117號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.543913,25.039628]},"properties":{"id":434,"name":"法亞科技整合行銷","lat":25.039628,"lng":121.543913,"address":"106台灣台北市大安區復興南路一段205號七樓","FL":7,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.551532,25.03811]},"properties":{"id":435,"name":"生形設計有限公司","lat":25.03811,"lng":121.551532,"address":"106台灣台北市大安區仁愛路四段147號5F","FL":5,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.551388,25.0382399]},"properties":{"id":436,"name":"中國藍廣告設計工作室","lat":25.0382399,"lng":121.551388,"address":"106台灣大安區安和路一段55號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5582961,25.0372625]},"properties":{"id":437,"name":"汎迪國際廣告有限公司","lat":25.0372625,"lng":121.5582961,"address":"110台灣台北市信義區仁愛路四段436號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.550555,25.039243]},"properties":{"id":438,"name":"翠克數位行銷有限公司","lat":25.039243,"lng":121.550555,"address":"10688台灣台北市大安區安和路一段29號5樓","FL":5,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.559597,25.037333]},"properties":{"id":439,"name":"像素設計︱網頁.廣告.多媒體","lat":25.037333,"lng":121.559597,"address":"No. 464, Section 4, Ren-Ai Rd, 信義區台北市台灣 110","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.56015,25.0368943]},"properties":{"id":440,"name":"奧茲藝術顧問有限公司","lat":25.0368943,"lng":121.56015,"address":"110台灣台北市信義區光復南路417巷213號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5687934,25.0361937]},"properties":{"id":441,"name":"我是大衛廣告","lat":25.0361937,"lng":121.5687934,"address":"110台灣台北市信義區松仁路101號9樓","FL":9,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5689457,25.0369307]},"properties":{"id":442,"name":"鉅亨網股份有限公司","lat":25.0369307,"lng":121.5689457,"address":"110台灣台北市信義區松仁路89號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.567026,25.039329]},"properties":{"id":443,"name":"在路上行銷顧問有限公司","lat":25.039329,"lng":121.567026,"address":"110台灣信義區松高路19號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.57747,25.039623]},"properties":{"id":444,"name":"簡報設計PPT Design - Justars具新整合行銷有限公司","lat":25.039623,"lng":121.57747,"address":"110台灣台北市信義區松德路12號6樓","FL":6,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5756419,25.0385209]},"properties":{"id":445,"name":"寶瓶廣告有限公司","lat":25.0385209,"lng":121.5756419,"address":"110台灣台北市信義區虎林街164巷34號1樓","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.577438,25.038368]},"properties":{"id":446,"name":"聯橫創意整合行銷有限公司","lat":25.038368,"lng":121.577438,"address":"110台灣信義區松德路25巷40號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5754326,25.0383855]},"properties":{"id":447,"name":"天紅廣告攝影設計有限公司","lat":25.0383855,"lng":121.5754326,"address":"110台灣信義區虎林街164巷36號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5749508,25.0358457]},"properties":{"id":448,"name":"邁圈數位整合有限公司","lat":25.0358457,"lng":121.5749508,"address":"11085台灣台北市信義區松德路171號7樓之2","FL":7,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5772666,25.0393784]},"properties":{"id":449,"name":"北士設計","lat":25.0393784,"lng":121.5772666,"address":"110台灣台北市信義區松德路18號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5750044,25.0362982]},"properties":{"id":450,"name":"dcplus數位行銷實戰家","lat":25.0362982,"lng":121.5750044,"address":"110台灣台北市信義區松德路161號22樓","FL":22,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.581384,25.03722]},"properties":{"id":451,"name":"時冶設計","lat":25.03722,"lng":121.581384,"address":"110台灣台北市信義區福德街82號2樓","FL":2,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5895951,25.0386804]},"properties":{"id":452,"name":"羅絲蔓花藝設計","lat":25.0386804,"lng":121.5895951,"address":"115台灣台北市南港區福德街339巷5弄15號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.6215689,25.0378629]},"properties":{"id":453,"name":"弘威設計有限公司","lat":25.0378629,"lng":121.6215689,"address":"115台灣台北市南港區南深路21巷8號3樓","FL":3,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.621812,25.0394079]},"properties":{"id":454,"name":"諺宇設計廣告公司","lat":25.0394079,"lng":121.621812,"address":"115台灣南港區舊莊街一段145巷2弄35號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.500688,25.0419909]},"properties":{"id":455,"name":"室美綜合設計公司","lat":25.0419909,"lng":121.500688,"address":"108台灣台北市萬華區西昌街58號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5021604,25.0418694]},"properties":{"id":456,"name":"鎮城廣告有限公司","lat":25.0418694,"lng":121.5021604,"address":"108台灣台北市萬華區康定路88號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.506129,25.039842]},"properties":{"id":457,"name":"名品實業有限公司","lat":25.039842,"lng":121.506129,"address":"108台灣台北市萬華區西寧南路174號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.504708,25.040607]},"properties":{"id":458,"name":"yes123求職網 | 企業徵才專區 | 0800-881186銳泰","lat":25.040607,"lng":121.504708,"address":"108台灣台北市萬華區長沙街二段91號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.507526,25.042086]},"properties":{"id":459,"name":"日商點子膠囊股份有限公司台灣分公司","lat":25.042086,"lng":121.507526,"address":"成都路6號西門商業大樓2樓, 萬華區台北市台灣 10846","FL":2,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.507521,25.040991]},"properties":{"id":460,"name":"1010美髮網","lat":25.040991,"lng":121.507521,"address":"108台灣台北市萬華區中華路一段170號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.512206,25.042402]},"properties":{"id":461,"name":"FINPO 菲舶設計","lat":25.042402,"lng":121.512206,"address":"100台灣中正區中正區衡陽路51號8樓之3","FL":8,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.513357,25.04372]},"properties":{"id":462,"name":"夢蝶園 Butterfly Arts District","lat":25.04372,"lng":121.513357,"address":"100台灣台北市中正區重慶南路一段83號6樓","FL":6,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.512514,25.042175]},"properties":{"id":463,"name":"研色企業有限公司","lat":25.042175,"lng":121.512514,"address":"100台灣台北市中正區衡陽路36號5之5","FL":5,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.530511,25.042838]},"properties":{"id":464,"name":"視創網店架設【網路開店/網路行銷/電子商務/網路造鎮/網路專家·最佳選擇】","lat":25.042838,"lng":121.530511,"address":"100台灣台北市中正區忠孝東路二段100號3樓之6","FL":3,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5300941,25.0428524]},"properties":{"id":465,"name":"黑快馬股份有限公司","lat":25.0428524,"lng":121.5300941,"address":"100台灣中正區忠孝東路二段94號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5287833,25.0422794]},"properties":{"id":466,"name":"晴鉐設計 CINIS DESIGN","lat":25.0422794,"lng":121.5287833,"address":"100台灣台北市中正區齊東街82巷25號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5293953,25.0406258]},"properties":{"id":467,"name":"左腦創意行銷有限公司","lat":25.0406258,"lng":121.5293953,"address":"106台灣中正區大安區金山南路一段17號7樓","FL":7,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5322622,25.0407924]},"properties":{"id":468,"name":"龍氏圖像廣告有限公司","lat":25.0407924,"lng":121.5322622,"address":"100台灣台北市中正區新生南路一段58巷6號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5311027,25.0415177]},"properties":{"id":469,"name":"維克數位創意有限公司 規劃中心","lat":25.0415177,"lng":121.5311027,"address":"10059台灣台北市中正區臨沂街25巷11號2樓","FL":2,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5390578,25.0410468]},"properties":{"id":470,"name":"肆放創意 4fun Works Inc.","lat":25.0410468,"lng":121.5390578,"address":"106台灣台北市大安區建國南路一段175巷33號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.537662,25.041443]},"properties":{"id":471,"name":"藝赫廣告","lat":25.041443,"lng":121.537662,"address":"10608台灣台北市大安區忠孝東路三段136號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.541205,25.0431709]},"properties":{"id":472,"name":"尚泰工程設計有限公司","lat":25.0431709,"lng":121.541205,"address":"104台灣台北市大安區忠孝東路三段251巷10弄8之3號4樓","FL":4,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5394618,25.0427724]},"properties":{"id":473,"name":"超硬股份有限公司","lat":25.0427724,"lng":121.5394618,"address":"106台灣大安區忠孝東路三段217巷3弄3號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5440099,25.041262]},"properties":{"id":474,"name":"威世設計工程有限公司","lat":25.041262,"lng":121.5440099,"address":"106台灣台北市大安區忠孝東路四段2號2樓","FL":2,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.545898,25.041804]},"properties":{"id":475,"name":"山人整合創新股份有限公司","lat":25.041804,"lng":121.545898,"address":"106台灣台北市大安區忠孝東路四段59號12樓之6","FL":12,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5497921,25.041252]},"properties":{"id":476,"name":"愛設計A+Design-新勢力行銷整合有限公司","lat":25.041252,"lng":121.5497921,"address":"106台灣台北市大安區忠孝東路四段148號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.549398,25.041304]},"properties":{"id":477,"name":"鈐之龍設計股份有限公司","lat":25.041304,"lng":121.549398,"address":"106台灣台北市大安區忠孝東路四段142號之4","FL":4,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.550271,25.040341]},"properties":{"id":478,"name":"符號時尚廣告有限公司","lat":25.040341,"lng":121.550271,"address":"106台灣台北市大安區敦化南路一段233巷20號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5503824,25.041583]},"properties":{"id":479,"name":"宸創有限公司(UBestSHOP網路開店系統)","lat":25.041583,"lng":121.5503824,"address":"10690台灣台北市大安區忠孝東路四段169號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5484626,25.042168]},"properties":{"id":480,"name":"水雲羽昊數位視覺有限公司","lat":25.042168,"lng":121.5484626,"address":"106台灣台北市大安區忠孝東路四段148號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.542352,25.039132]},"properties":{"id":481,"name":"PLUS DESIGN 創值整合設計","lat":25.039132,"lng":121.542352,"address":"106台灣台北市大安區仁愛路三段123巷9弄5號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5493906,25.0413091]},"properties":{"id":482,"name":"光曜町數位行銷有限公司","lat":25.0413091,"lng":121.5493906,"address":"10688台灣台北市大安區忠孝東路四段142號3樓之1","FL":3,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.549308,25.042004]},"properties":{"id":483,"name":"a+ 艾普拉斯數位顧問股份有限公司","lat":25.042004,"lng":121.549308,"address":"106台灣台北市大安區台北市敦化南路一段205號6樓之5","FL":6,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5512189,25.0426167]},"properties":{"id":484,"name":"DreamWorks Photo Studio 夢工廠攝影工作室","lat":25.0426167,"lng":121.5512189,"address":"106台灣台北市大安區新生南路一段103巷52號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5547993,25.0411915]},"properties":{"id":485,"name":"LOGIX","lat":25.0411915,"lng":121.5547993,"address":"106台灣 Taipei City, Da’an District, Section 4, Zhongxiao East Road, 270號 號 17 樓","FL":17,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.553232,25.041149]},"properties":{"id":486,"name":"引力數位廣告有限公司","lat":25.041149,"lng":121.553232,"address":"10692台灣台北市大安区忠孝東路四段220號4樓","FL":4,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5532059,25.0416148]},"properties":{"id":487,"name":"普立茲醫療行銷公關公司","lat":25.0416148,"lng":121.5532059,"address":"106台灣台北市大安區忠孝東路四段233號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.554714,25.041701]},"properties":{"id":488,"name":"美食福利網_橘點子股份有限公司","lat":25.041701,"lng":121.554714,"address":"號 6 樓, No. 289忠孝東路四段大安區台北市台灣 106","FL":6,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.55532,25.041614]},"properties":{"id":489,"name":"完美設計有限公司","lat":25.041614,"lng":121.55532,"address":"106台灣台北市大安區忠孝東路四段299號12樓","FL":12,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.556973,25.041789]},"properties":{"id":490,"name":"達克家資訊有限公司","lat":25.041789,"lng":121.556973,"address":"106台灣台北市大安區忠孝東路四段325號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5564258,25.0403589]},"properties":{"id":491,"name":"啟示廣告有限公司","lat":25.0403589,"lng":121.5564258,"address":"106台灣台北市大安區光復南路260巷24號3樓","FL":3,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5570959,25.0415658]},"properties":{"id":492,"name":"艾普數碼","lat":25.0415658,"lng":121.5570959,"address":"106台灣台北市大安區忠孝東路四段333號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.55541,25.0416]},"properties":{"id":493,"name":"艾璽媒體有限公司","lat":25.0416,"lng":121.55541,"address":"106台灣台北市大安區忠孝東路四段303號台灣 號 6 樓","FL":6,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.562487,25.040877]},"properties":{"id":494,"name":"名象品牌形象策略股份有限公司","lat":25.040877,"lng":121.562487,"address":"110台灣台北市信義區忠孝東路四段512號4樓","FL":4,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5652869,25.0417879]},"properties":{"id":495,"name":"朕聖設計企業有限公司","lat":25.0417879,"lng":121.5652869,"address":"110台灣台北市信義區基隆路一段163號之1","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5654453,25.0425114]},"properties":{"id":496,"name":"【ARTag】- QR Code 設計, 行銷, 廣告","lat":25.0425114,"lng":121.5654453,"address":"110台灣台北市信義區基隆路一段149號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.565758,25.042895]},"properties":{"id":497,"name":"種子數位整合行銷 Seed-Design","lat":25.042895,"lng":121.565758,"address":"110台灣台北市信義區基隆路一段143號7樓之6","FL":7,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5649454,25.0424801]},"properties":{"id":498,"name":"BetweenGos","lat":25.0424801,"lng":121.5649454,"address":"110台灣台北市信義區基隆路一段178號7樓","FL":7,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.565552,25.042464]},"properties":{"id":499,"name":"五號廣告所","lat":25.042464,"lng":121.565552,"address":"110台灣台北市信義區基隆路一段149號12 樓 之 2","FL":12,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.564945,25.04248]},"properties":{"id":500,"name":"電子豹 - 電子報 edm 平台","lat":25.04248,"lng":121.564945,"address":"110台灣台北市信義區基隆路一段178號7樓","FL":7,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.569998,25.0416229]},"properties":{"id":501,"name":"圓智創意有限公司","lat":25.0416229,"lng":121.569998,"address":"110台灣台北市信義區永吉路30巷177弄33號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.565758,25.042895]},"properties":{"id":502,"name":"環球暢貨行銷股份有限公司 Ready-Market","lat":25.042895,"lng":121.565758,"address":"110台灣台北市信義區基隆路一段143號3樓之一","FL":3,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.570012,25.041509]},"properties":{"id":503,"name":"無有設計","lat":25.041509,"lng":121.570012,"address":"110台灣台北市信義區忠孝東路五段165巷3弄36號2F","FL":2,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5658601,25.043125]},"properties":{"id":504,"name":"鉅京國際貿易事業有限公司","lat":25.043125,"lng":121.5658601,"address":"110台灣台北市信義區基隆路一段141號11樓之6","FL":11,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.571127,25.0410839]},"properties":{"id":505,"name":"歐普廣告設計股份有限公司","lat":25.0410839,"lng":121.571127,"address":"110台灣信義區忠孝東路五段269號4樓","FL":4,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.566982,25.040492]},"properties":{"id":506,"name":"布魯諾國際品牌顧問 BRUNO BRANDING","lat":25.040492,"lng":121.566982,"address":"11065台灣台北市信義區忠孝東路五段 68 號 29 樓","FL":29,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5674507,25.0430353]},"properties":{"id":507,"name":"世晟廣告有限公司","lat":25.0430353,"lng":121.5674507,"address":"110台灣台北市信義區忠孝東路五段71巷33號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.578093,25.040732]},"properties":{"id":508,"name":"韋伯設計整合行銷公司","lat":25.040732,"lng":121.578093,"address":"110台灣台北市信義區忠孝東路五段488號號 2 樓","FL":2,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.578971,25.041154]},"properties":{"id":509,"name":"次方創意設計有限公司","lat":25.041154,"lng":121.578971,"address":"110台灣台北市信義區忠孝東路五段510號15樓","FL":15,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5786202,25.0409849]},"properties":{"id":510,"name":"雉羽整合行銷股份有限公司","lat":25.0409849,"lng":121.5786202,"address":"110台灣台北市信義區忠孝東路五段508號11樓-2","FL":11,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.577606,25.043755]},"properties":{"id":511,"name":"設計部創意事務所","lat":25.043755,"lng":121.577606,"address":"110台灣台北市信義區松山路278號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5756,25.042103]},"properties":{"id":512,"name":"深白設計有限公司","lat":25.042103,"lng":121.5756,"address":"110台灣台北市信義區虎林街120巷46號1F","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5752406,25.0412671]},"properties":{"id":513,"name":"全明廣告股份有限公司","lat":25.0412671,"lng":121.5752406,"address":"110台灣信義區信義區忠孝東路五段1號13樓","FL":13,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5765114,25.041154]},"properties":{"id":514,"name":"百力廣告事業有限公司","lat":25.041154,"lng":121.5765114,"address":"110台灣台北市信義區忠孝東路五段459號2樓之5","FL":2,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.580059,25.041264]},"properties":{"id":515,"name":"COOOKIE 可奇數位","lat":25.041264,"lng":121.580059,"address":"11083台灣台北市信義區忠孝東路五段524巷1弄12號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.579181,25.04178]},"properties":{"id":516,"name":"邁基廣告有限公司","lat":25.04178,"lng":121.579181,"address":"110台灣台北市信义区忠孝東路五段623號5樓","FL":5,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.582457,25.040632]},"properties":{"id":517,"name":"向心力網路整合行銷有限公司","lat":25.040632,"lng":121.582457,"address":"110台灣台北市信義區大道路76號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.585472,25.0432629]},"properties":{"id":518,"name":"三傑霓虹廣告有限公司","lat":25.0432629,"lng":121.585472,"address":"115台灣台北市南港區玉成街235巷3號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5878219,25.0403949]},"properties":{"id":519,"name":"憶匠廣告設計有限公司","lat":25.0403949,"lng":121.5878219,"address":"115台灣台北市南港區成福路206巷5弄12號3樓","FL":3,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5854598,25.0412887]},"properties":{"id":520,"name":"千豐廣告社","lat":25.0412887,"lng":121.5854598,"address":"110台灣信義區中坡南路209號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.580069,25.041882]},"properties":{"id":521,"name":"光洋波斯特國際會展集團","lat":25.041882,"lng":121.580069,"address":"110台灣台北市信義區忠孝東路五段552號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.588667,25.0408259]},"properties":{"id":522,"name":"三朋廣告事業股份有限公司","lat":25.0408259,"lng":121.588667,"address":"115台灣台北市南港區成福路189號5樓","FL":5,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5865123,25.0407115]},"properties":{"id":523,"name":"昂德古浪創意視覺有限公司","lat":25.0407115,"lng":121.5865123,"address":"110台灣台北市信義區福德街300巷39號4F","FL":4,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.507069,25.044146]},"properties":{"id":533,"name":"J Design Studio","lat":25.044146,"lng":121.507069,"address":"108台灣台北市萬華區漢中街50巷11號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5034211,25.0439608]},"properties":{"id":534,"name":"君品廣告有限公司","lat":25.0439608,"lng":121.5034211,"address":"108台灣萬華區康定路25巷17號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.504457,25.044029]},"properties":{"id":535,"name":"艾谷創設有限公司","lat":25.044029,"lng":121.504457,"address":"號, No. 70峨眉街萬華區台北市台灣 108","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.507793,25.045766]},"properties":{"id":536,"name":"泰鎂壓克力有限公司","lat":25.045766,"lng":121.507793,"address":"108台灣台北市萬華區漢中街6之13號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.513388,25.0446169]},"properties":{"id":537,"name":"出奇整合廣告股份有限公司","lat":25.0446169,"lng":121.513388,"address":"100台灣中正區重慶南路一段57號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.511497,25.045454]},"properties":{"id":538,"name":"九日國際有限公司","lat":25.045454,"lng":121.511497,"address":"10044台灣台北市中正區博愛路25號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5135291,25.0438751]},"properties":{"id":539,"name":"杰鼎數位科技(台北)","lat":25.0438751,"lng":121.5135291,"address":"100台灣台北市中正區重慶南路一段83號6樓","FL":6,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5154785,25.0454977]},"properties":{"id":540,"name":"煜堉非凡國際行銷有限公司","lat":25.0454977,"lng":121.5154785,"address":"100台灣台北市中正區許昌街42號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.515357,25.046177]},"properties":{"id":541,"name":"想上數位廣告股份有限公司","lat":25.046177,"lng":121.515357,"address":"10018台灣台北市中正區忠孝西路一段66號34樓","FL":34,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5184327,25.0462005]},"properties":{"id":542,"name":"郭九設計育成中心","lat":25.0462005,"lng":121.5184327,"address":"100台灣台北市中正區忠孝西路一段41號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.516795,25.044353]},"properties":{"id":543,"name":"飛肯設計學苑","lat":25.044353,"lng":121.516795,"address":"100台灣台北市中正區公園路30-1號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5158461,25.0459693]},"properties":{"id":544,"name":"SEO 關鍵字排名 - 八拓科技有限公司","lat":25.0459693,"lng":121.5158461,"address":"10041台灣台北市中正區忠孝西路一段50號22樓之15","FL":22,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.514363,25.046021]},"properties":{"id":545,"name":"衣美兒專業團體服有限公司","lat":25.046021,"lng":121.514363,"address":"100台灣台北市中正區開封街一段2號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.516174,25.044976]},"properties":{"id":546,"name":"赫綵電腦設計培訓學院-站前學院","lat":25.044976,"lng":121.516174,"address":"100台灣台北市中正區南陽街13號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5256219,25.045318]},"properties":{"id":547,"name":"冠嶄設計有限公司","lat":25.045318,"lng":121.5256219,"address":"100台灣台北市中正區紹興北街31巷6號之3","FL":3,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5264474,25.0439012]},"properties":{"id":548,"name":"種子森林設計開發有限公司","lat":25.0439012,"lng":121.5264474,"address":"100台灣中正區忠孝東路一段176號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.525285,25.044764]},"properties":{"id":549,"name":"歐拔藍數位創意 | Albert Lan Digital Creative","lat":25.044764,"lng":121.525285,"address":"9F., No.3, Shaoxing N. St., 中正區台北市台灣 100","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5239202,25.0444136]},"properties":{"id":550,"name":"簧十有限公司","lat":25.0444136,"lng":121.5239202,"address":"100台灣中正區忠孝東路一段76號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.525222,25.0458855]},"properties":{"id":551,"name":"風格設計藝術有限公司","lat":25.0458855,"lng":121.525222,"address":"100台灣台北市中正區北平東路26-1號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5154618,25.0453942]},"properties":{"id":552,"name":"奇風廣告有限公司","lat":25.0453942,"lng":121.5154618,"address":"100台灣中正區中正區許昌街42號之1, 10樓101室","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5303415,25.0440462]},"properties":{"id":553,"name":"入境設計┊inside design","lat":25.0440462,"lng":121.5303415,"address":"100台灣台北市中正區金山北路1號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.530429,25.04388]},"properties":{"id":554,"name":"維克數位創意有限公司","lat":25.04388,"lng":121.530429,"address":"100台灣台北市中正區八德路一段5號7F","FL":7,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5252352,25.0453056]},"properties":{"id":555,"name":"乙二設計有限公司","lat":25.0453056,"lng":121.5252352,"address":"100台灣台北市中正區100台北市中正區紹興北街8號6樓之一","FL":6,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.524656,25.046068]},"properties":{"id":556,"name":"汎古數位媒體行銷股份有限公司","lat":25.046068,"lng":121.524656,"address":"100台灣台北市中正區北平東路16號11樓","FL":11,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.526423,25.0438334]},"properties":{"id":557,"name":"桔立整合行銷有限公司","lat":25.0438334,"lng":121.526423,"address":"10041台灣台北市中正區忠孝東路一段176號2樓之1","FL":2,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5260058,25.0450702]},"properties":{"id":558,"name":"参加貳創意整合有限公司","lat":25.0450702,"lng":121.5260058,"address":"100台灣中正區紹興北街31巷17號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5315472,25.0477709]},"properties":{"id":559,"name":"北極星實業有限公司","lat":25.0477709,"lng":121.5315472,"address":"10491台灣台北市中山區長安東路二段36巷9號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5312119,25.0458097]},"properties":{"id":560,"name":"伊特諾通訊網路服務團隊","lat":25.0458097,"lng":121.5312119,"address":"10058台灣台北市中正區市民大道三段2號10樓","FL":10,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5318719,25.0467199]},"properties":{"id":561,"name":"力山廣告有限公司","lat":25.0467199,"lng":121.5318719,"address":"10491台灣台北市中山區新生北路一段17號7樓","FL":7,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5327428,25.0467161]},"properties":{"id":562,"name":"澄瑩創意有限公司","lat":25.0467161,"lng":121.5327428,"address":"10491台灣台北市中山區松江路18號4樓之3","FL":4,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5370435,25.0478207]},"properties":{"id":563,"name":"居家市集股份有限公司","lat":25.0478207,"lng":121.5370435,"address":"104台灣台北市中山區建國北路一段35號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5407276,25.0469183]},"properties":{"id":564,"name":"做事設計","lat":25.0469183,"lng":121.5407276,"address":"10491台灣台北市中山區八德路二段239號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5441832,25.0465686]},"properties":{"id":565,"name":"漢肯會議展場活動企劃公關公司","lat":25.0465686,"lng":121.5441832,"address":"105台灣台北市松山區復興南路一段27號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5437189,25.0463414]},"properties":{"id":566,"name":"映鴻設計有限公司","lat":25.0463414,"lng":121.5437189,"address":"10491台灣台北市中山區復興南路一段32號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5408957,25.0451658]},"properties":{"id":567,"name":"好物數位行銷有限公司","lat":25.0451658,"lng":121.5408957,"address":"10491台灣台北市中山區安東街16巷18弄4號104 3F","FL":3,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5503019,25.0438979]},"properties":{"id":568,"name":"商集廣告設計有限公司","lat":25.0438979,"lng":121.5503019,"address":"106台灣台北市大安區忠孝東路四段181巷40弄10號5樓","FL":5,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.549451,25.046369]},"properties":{"id":569,"name":"環球七福廣告","lat":25.046369,"lng":121.549451,"address":"105台灣台北市松山區敦化南路一段25號8樓","FL":8,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5545719,25.0449329]},"properties":{"id":570,"name":"威名企劃設計有限公司","lat":25.0449329,"lng":121.5545719,"address":"105台灣台北市松山區光復南路66巷101號3樓","FL":3,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.554596,25.047162]},"properties":{"id":571,"name":"巨蛋廣告有限公司","lat":25.047162,"lng":121.554596,"address":"105台灣松山區八德路三段158巷20弄23號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.545009,25.046987]},"properties":{"id":572,"name":"微客創意股份有限公司","lat":25.046987,"lng":121.545009,"address":"105台灣台北市松山區八德路二段346巷5弄5-1號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.542589,25.045408]},"properties":{"id":573,"name":"転転 Tenten - (轉轉創意)","lat":25.045408,"lng":121.542589,"address":"號 1 樓, No. 70八德路二段300巷中山區台北市台灣 10492","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.558876,25.045975]},"properties":{"id":574,"name":"威肯設計事業有限公司","lat":25.045975,"lng":121.558876,"address":"105台灣台北市松山區光復南路57巷21號4樓","FL":4,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5553194,25.0472351]},"properties":{"id":575,"name":"一一乙一榮廣告社","lat":25.0472351,"lng":121.5553194,"address":"105台灣松山區八德路三段158巷7弄2號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5580097,25.0468643]},"properties":{"id":576,"name":"意派廣告有限公司","lat":25.0468643,"lng":121.5580097,"address":"105台灣台北市松山區光復南路23號3樓","FL":3,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5599118,25.0473347]},"properties":{"id":577,"name":"發現廣告設計工作室","lat":25.0473347,"lng":121.5599118,"address":"105台灣松山區光復南路17巷49號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.566341,25.047505]},"properties":{"id":578,"name":"喬商廣告股份有限公司","lat":25.047505,"lng":121.566341,"address":"110台灣信義區東興路51號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.566409,25.047787]},"properties":{"id":579,"name":"WebGene 網路基因","lat":25.047787,"lng":121.566409,"address":"110台灣台北市信義區東興路45號8樓","FL":8,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5664475,25.0478082]},"properties":{"id":580,"name":"奇禾互動行銷有限公司","lat":25.0478082,"lng":121.5664475,"address":"110台灣台北市信義區東興路45號9樓","FL":9,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5748839,25.04537]},"properties":{"id":581,"name":"虢統設計","lat":25.04537,"lng":121.5748839,"address":"11068台灣台北市信义区永吉路302號4樓之5","FL":4,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.573817,25.044883]},"properties":{"id":582,"name":"瀚承創意有限公司","lat":25.044883,"lng":121.573817,"address":"110台灣信義區永吉路278巷2弄7號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5667446,25.0473933]},"properties":{"id":583,"name":"精準策略行銷","lat":25.0473933,"lng":121.5667446,"address":"11070台灣台北市信義區東興路61號7樓","FL":7,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.577477,25.045629]},"properties":{"id":584,"name":"憶匠廣告設計有限公司","lat":25.045629,"lng":121.577477,"address":"110台灣信義區信義區永吉路425號1樓","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5826368,25.0468916]},"properties":{"id":585,"name":"朱墨形象設計廣告有限公司","lat":25.0468916,"lng":121.5826368,"address":"115台灣南港區忠孝東路六段21號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5822062,25.0448117]},"properties":{"id":586,"name":"雅渥國際有限公司","lat":25.0448117,"lng":121.5822062,"address":"115台灣台北市南港區忠孝東路五段811號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5841259,25.0440948]},"properties":{"id":587,"name":"全球旗幟企業有限公司","lat":25.0440948,"lng":121.5841259,"address":"115台灣台北市南港區玉成街176巷12號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5830839,25.043993]},"properties":{"id":588,"name":"新戈廣告股份有限公司","lat":25.043993,"lng":121.5830839,"address":"115台灣台北市南港區玉成街166巷21號4樓","FL":4,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5832487,25.0452555]},"properties":{"id":589,"name":"葛羅米資訊設計","lat":25.0452555,"lng":121.5832487,"address":"11575台灣台北市南港區忠孝東路六段6號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.6157664,25.0449869]},"properties":{"id":590,"name":"印刷橘子數位(有)","lat":25.0449869,"lng":121.6157664,"address":"10565台灣台北市南港區研究院路二段39-6號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.508009,25.0459189]},"properties":{"id":598,"name":"北一廣告工藝社","lat":25.0459189,"lng":121.508009,"address":"108台灣台北市萬華區中華路一段76巷29之3號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.501983,25.044784]},"properties":{"id":599,"name":"名度廣告事業有限公司","lat":25.044784,"lng":121.501983,"address":"108台灣萬華區萬華區峨嵋街135號4樓","FL":4,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5175818,25.0498408]},"properties":{"id":600,"name":"亞米數位創意整合有限公司","lat":25.0498408,"lng":121.5175818,"address":"103台灣台北市大同區華陰街91號大同 區 13 樓","FL":13,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.516634,25.0508862]},"properties":{"id":601,"name":"博聲廣告公司","lat":25.0508862,"lng":121.516634,"address":"10349台灣台北市大同區長安西路150號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.517752,25.045038]},"properties":{"id":602,"name":"惠文設計印刷","lat":25.045038,"lng":121.517752,"address":"100台灣台北市中正區青島西路11號7樓","FL":7,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5265489,25.0492469]},"properties":{"id":603,"name":"那象創意","lat":25.0492469,"lng":121.5265489,"address":"10491台灣台北市中山區長安東路一段53巷1之5號3樓","FL":3,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5254678,25.0511266]},"properties":{"id":604,"name":"御守好康-御守企業有限公司","lat":25.0511266,"lng":121.5254678,"address":"104台灣台北市中山區3 號 3 樓林森北路133巷","FL":3,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5284,25.050762]},"properties":{"id":605,"name":"來來來數位行銷","lat":25.050762,"lng":121.5284,"address":"10457台灣台北市中山區新生北路一段81號號 8 樓 之 3","FL":8,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.531175,25.048614]},"properties":{"id":606,"name":"台北網頁設計公司-[康曜資訊]商務網站整合專家-網站*APP*行銷","lat":25.048614,"lng":121.531175,"address":"10491台灣台北市中山區長安東路二段31 號6樓之3","FL":6,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.533132,25.0482721]},"properties":{"id":607,"name":"眾能數位行銷股份有限公司","lat":25.0482721,"lng":121.533132,"address":"10491台灣台北市中山區松江路51號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5336472,25.0485895]},"properties":{"id":608,"name":"北方廣告設計有限公司","lat":25.0485895,"lng":121.5336472,"address":"10491台灣中山區中山區長安東路二段63號5樓之7","FL":5,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.534077,25.048855]},"properties":{"id":609,"name":"邁思設計顧問有限公司","lat":25.048855,"lng":121.534077,"address":"104台灣台北市中山區松江路63巷8號5樓","FL":5,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.534454,25.05173]},"properties":{"id":610,"name":"think™ 品牌顧問公司","lat":25.05173,"lng":121.534454,"address":"104台灣台北市中山区南京東路二段160號6樓","FL":6,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5332576,25.0513225]},"properties":{"id":611,"name":"京亮廣告有限公司","lat":25.0513225,"lng":121.5332576,"address":"10491台灣中山區松江路111號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5319843,25.0509019]},"properties":{"id":612,"name":"騑盟彩色實業有限公司","lat":25.0509019,"lng":121.5319843,"address":"10491台灣台北市中山區松江路100巷2-1號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5325303,25.0483529]},"properties":{"id":613,"name":"小水滴國際商貿有限公司","lat":25.0483529,"lng":121.5325303,"address":"10491台灣台北市中山區長安東路二段52號7樓","FL":7,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5387386,25.0517295]},"properties":{"id":614,"name":"台灣電通股份有限公司","lat":25.0517295,"lng":121.5387386,"address":"10491台灣台北市中山區南京東路三段68號13樓","FL":13,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5363313,25.0517374]},"properties":{"id":615,"name":"合歡多媒體行銷|報紙刊登、整合行銷","lat":25.0517374,"lng":121.5363313,"address":"10491台灣台北市中山區南京東路二段216號3樓","FL":3,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5362894,25.0482741]},"properties":{"id":616,"name":"百軒廣告有限公司","lat":25.0482741,"lng":121.5362894,"address":"10491台灣台北市中山區長安東路二段118-5號7樓","FL":7,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5428479,25.0480798]},"properties":{"id":617,"name":"諾瑪迪廣告設計股份有限公司","lat":25.0480798,"lng":121.5428479,"address":"10491台灣中山區中山區長安東路二段230號5樓之9","FL":5,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.542254,25.0483993]},"properties":{"id":618,"name":"三色光廣告設計社","lat":25.0483993,"lng":121.542254,"address":"104台灣台北市中山區長安東路二段173號5樓","FL":5,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5430649,25.051635]},"properties":{"id":619,"name":"兌陽設計事業股份有限公司","lat":25.051635,"lng":121.5430649,"address":"104台灣台北市中山區南京東路三段210號7樓","FL":7,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5393215,25.0482323]},"properties":{"id":620,"name":"安捷琦行銷有限公司","lat":25.0482323,"lng":121.5393215,"address":"長安東路二段162號4樓之2, 中山區台北市台灣 10491","FL":4,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.546094,25.047942]},"properties":{"id":621,"name":"墨點設計有限公司","lat":25.047942,"lng":121.546094,"address":"105台灣台北市松山區八德路二段374號6樓之6","FL":6,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5444999,25.0483809]},"properties":{"id":622,"name":"因麥奇商業設計有限公司","lat":25.0483809,"lng":121.5444999,"address":"104台灣台北市松山區長安東路二段215號之5","FL":5,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.54634,25.0499989]},"properties":{"id":623,"name":"凱傑設計工程有限公司","lat":25.0499989,"lng":121.54634,"address":"105台灣台北市松山區敦化北路4巷25弄1號3樓","FL":3,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.546946,25.048327]},"properties":{"id":624,"name":"平面設計事業有限公司","lat":25.048327,"lng":121.546946,"address":"105台灣台北市松山區八德路二段439號3樓","FL":3,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5457766,25.0479842]},"properties":{"id":625,"name":"爵士影像有限公司","lat":25.0479842,"lng":121.5457766,"address":"105台灣台北市松山區八德路二段358號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.543755,25.049639]},"properties":{"id":626,"name":"台灣搜房股份有限公司","lat":25.049639,"lng":121.543755,"address":"10491台灣台北市中山區復興北路48號12樓之1","FL":12,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.548303,25.051604]},"properties":{"id":627,"name":"魁亨科技股份有限公司","lat":25.051604,"lng":121.548303,"address":"105台灣台北市松山區南京東路三段346號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.548126,25.051507]},"properties":{"id":628,"name":"傅合式行銷傳播工坊","lat":25.051507,"lng":121.548126,"address":"105台灣台北市松山區南京東路三段346號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.549372,25.04804]},"properties":{"id":629,"name":"奧斯曼數位行銷","lat":25.04804,"lng":121.549372,"address":"105台灣台北市松山區八德路二段346巷3弄12F號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.553045,25.0513719]},"properties":{"id":630,"name":"李奧貝納股份有限公司","lat":25.0513719,"lng":121.553045,"address":"105台灣松山區南京東路四段16號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5575414,25.0483405]},"properties":{"id":631,"name":"森林國際設計有限公司","lat":25.0483405,"lng":121.5575414,"address":"號 11F-1, No. 247八德路三段松山區台北市台灣 105","FL":11,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.557021,25.048255]},"properties":{"id":632,"name":"果果企劃設計有限公司","lat":25.048255,"lng":121.557021,"address":"105台灣台北市松山區八德路三段225號3樓","FL":3,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5568199,25.05128]},"properties":{"id":633,"name":"銳志設計有限公司","lat":25.05128,"lng":121.5568199,"address":"105台灣台北市松山區南京東路四段170號之3","FL":3,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5582738,25.0490564]},"properties":{"id":634,"name":"奇創形象策略有限公司","lat":25.0490564,"lng":121.5582738,"address":"105台灣台北市松山區光復北路9號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5588287,25.0513242]},"properties":{"id":635,"name":"齊力整合行销有限公司","lat":25.0513242,"lng":121.5588287,"address":"105台灣台北市松山區南京東路五段16號12樓之2","FL":12,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5582306,25.0516807]},"properties":{"id":636,"name":"振作創意有限公司","lat":25.0516807,"lng":121.5582306,"address":"105台灣台北市松山區南京東路五段31號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.556781,25.048012]},"properties":{"id":637,"name":"宏曜國際傳播有限公司","lat":25.048012,"lng":121.556781,"address":"105台灣台北市松山區八德路三段210號號 12 樓","FL":12,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5570259,25.0512619]},"properties":{"id":638,"name":"華威葛瑞廣告股份有限公司","lat":25.0512619,"lng":121.5570259,"address":"105台灣台北市松山區南京東路四段180號12樓","FL":12,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5586844,25.0495951]},"properties":{"id":639,"name":"Wunderman 偉門廣告集團","lat":25.0495951,"lng":121.5586844,"address":"105台灣台北市松山區光復北路11巷31號6 樓","FL":6,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5561555,25.0487474]},"properties":{"id":640,"name":"水越設計","lat":25.0487474,"lng":121.5561555,"address":"105台灣台北市松山区八德路三段199巷4弄6號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5553529,25.0514188]},"properties":{"id":641,"name":"世紀奧美公關顧問","lat":25.0514188,"lng":121.5553529,"address":"105台灣台北市松山區南京東路四段126號7F","FL":7,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5553374,25.0514199]},"properties":{"id":642,"name":"BloggerAds / BA 達摩媒體股份有限公司","lat":25.0514199,"lng":121.5553374,"address":"105台灣台北市松山區南京東路四段126號11樓B室","FL":11,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.561374,25.048661]},"properties":{"id":643,"name":"米瑞克展覽設計有限公司","lat":25.048661,"lng":121.561374,"address":"105台灣台北市松山區八德路四段123號7樓","FL":7,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5595579,25.0518169]},"properties":{"id":644,"name":"大元廣告事業股份有限公司","lat":25.0518169,"lng":121.5595579,"address":"105台灣台北市松山區南京東路五段71號之3","FL":3,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.560076,25.0512869]},"properties":{"id":645,"name":"兩隻老虎設計顧問有限公司","lat":25.0512869,"lng":121.560076,"address":"105台灣台北市松山區南京東路五段50號之1","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5627395,25.0512306]},"properties":{"id":646,"name":"U網站設計 優創媒體科技有限公司","lat":25.0512306,"lng":121.5627395,"address":"105台灣台北市松山區南京東路五段154號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.559983,25.048907]},"properties":{"id":647,"name":"三色光廣告設計社","lat":25.048907,"lng":121.559983,"address":"105台灣松山區松山區八德路四段91巷3弄33號1樓","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.566246,25.049174]},"properties":{"id":648,"name":"巨石廣告設計有限公司","lat":25.049174,"lng":121.566246,"address":"105台灣台北市松山區八德路四段289之1號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.565746,25.0499899]},"properties":{"id":649,"name":"草創根生形象設計(世界商務國際獅子會)","lat":25.0499899,"lng":121.565746,"address":"100台灣台北市中正區羅斯福路二段70號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5646711,25.0492568]},"properties":{"id":650,"name":"紅采廣告有限公司","lat":25.0492568,"lng":121.5646711,"address":"105台灣松山區八德路四段245巷6號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5648637,25.0480921]},"properties":{"id":651,"name":"傳承廣告工程有限公司","lat":25.0480921,"lng":121.5648637,"address":"105台灣台北市松山區市民大道五段173號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.563535,25.0516909]},"properties":{"id":652,"name":"進修網(1111人力銀行)","lat":25.0516909,"lng":121.563535,"address":"105台灣台北市松山區南京東路五段171號2樓","FL":2,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5637155,25.0502758]},"properties":{"id":653,"name":"點實整合媒體行銷(seo優化、粉絲團、廣告代操)","lat":25.0502758,"lng":121.5637155,"address":"105台灣台北市松山區八德路四段245巷52弄20號1樓","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.56442,25.049617]},"properties":{"id":654,"name":"齊禾設計有限公司","lat":25.049617,"lng":121.56442,"address":"105台灣台北市松山區八德路四段245巷32弄18號1樓","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5613039,25.0507529]},"properties":{"id":655,"name":"柏齡設計有限公司","lat":25.0507529,"lng":121.5613039,"address":"105台灣台北市松山區南京東路五段66巷3弄10號5樓","FL":5,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.569442,25.051509]},"properties":{"id":656,"name":"GoodSpace 好空間天達","lat":25.051509,"lng":121.569442,"address":"105台灣台北市松山區南京東路五段393號號 2 樓","FL":2,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.569051,25.0482959]},"properties":{"id":657,"name":"奕德廣告工程企業社","lat":25.0482959,"lng":121.569051,"address":"110台灣信義區基隆路一段29號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.569691,25.051099]},"properties":{"id":658,"name":"奧汀整合行銷傳播股份有限公司","lat":25.051099,"lng":121.569691,"address":"10569台灣台北市松山區南京東路五段356號9樓","FL":9,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5579927,25.0499143]},"properties":{"id":659,"name":"環星創意股份有限公司","lat":25.0499143,"lng":121.5579927,"address":"號 5 樓, No. 35光復北路松山區台北市台灣 105","FL":5,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.568786,25.050611]},"properties":{"id":660,"name":"101整合行銷 /傳媒 /創業大小事(一零一多媒體科技事業股份有限公司)","lat":25.050611,"lng":121.568786,"address":"105台灣台北市松山區寶清街31號號 8 樓","FL":8,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5601284,25.051686]},"properties":{"id":661,"name":"1111人力銀行-全球華人股份有限公司","lat":25.051686,"lng":121.5601284,"address":"105台灣台北市松山區南京東路五段89號14樓","FL":14,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5723647,25.0485533]},"properties":{"id":662,"name":"同鑫廣告招牌設計中心","lat":25.0485533,"lng":121.5723647,"address":"110台灣台北市信義區松信路17號1樓","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5804091,25.0491745]},"properties":{"id":663,"name":"香港商臺灣智威湯遜廣告有限公司臺灣分公司","lat":25.0491745,"lng":121.5804091,"address":"115台灣台北市南港區市民大道七段8號13樓之5","FL":13,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.594145,25.050612]},"properties":{"id":664,"name":"創典多媒體有限公司","lat":25.050612,"lng":121.594145,"address":"號 13 樓, No. 467忠孝東路六段, 南港區台北市台灣 115","FL":13,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.589688,25.0499519]},"properties":{"id":665,"name":"勝傑壓克力招牌社","lat":25.0499519,"lng":121.589688,"address":"115台灣台北市南港區忠孝東路六段269巷1弄2號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.594997,25.051094]},"properties":{"id":666,"name":"伙星娛樂有限公司","lat":25.051094,"lng":121.594997,"address":"115台灣台北市南港區忠孝東路六段481號2樓","FL":2,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.509979,25.05484]},"properties":{"id":672,"name":"大揚美術設計室","lat":25.05484,"lng":121.509979,"address":"103台灣台北市大同區迪化街一段40號2樓","FL":2,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.510998,25.051947]},"properties":{"id":673,"name":"彥林廣告有限公司","lat":25.051947,"lng":121.510998,"address":"103台灣台北市大同區長安西路338號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.511665,25.0526738]},"properties":{"id":674,"name":"破題設計","lat":25.0526738,"lng":121.511665,"address":"103台灣台北市大同區延平北路一段104號10樓","FL":10,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.512993,25.054084]},"properties":{"id":675,"name":"多摩創意工作室","lat":25.054084,"lng":121.512993,"address":"103台灣台北市大同區南京西路165號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.509279,25.053426]},"properties":{"id":676,"name":"PHDC","lat":25.053426,"lng":121.509279,"address":"103台灣台北市大同區南京西路279號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5172,25.055547]},"properties":{"id":677,"name":"藝象廣告設計有限公司","lat":25.055547,"lng":121.5172,"address":"103台灣台北市大同區太原路161巷9號4樓","FL":4,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5219639,25.053475]},"properties":{"id":678,"name":"浩陽國際設計企業有限公司","lat":25.053475,"lng":121.5219639,"address":"104台灣台北市中山區中山北路二段20巷2號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.522828,25.053113]},"properties":{"id":679,"name":"Westside Union","lat":25.053113,"lng":121.522828,"address":"10491台灣台北市中山區中山北路二段45巷23號4樓","FL":4,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.522868,25.052082]},"properties":{"id":680,"name":"璞力網路創意行銷","lat":25.052082,"lng":121.522868,"address":"10491台灣台北市中山區南京東路二段160號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.521105,25.054267]},"properties":{"id":681,"name":"Labsology 法博思品牌管理與策略設計顧問公司","lat":25.054267,"lng":121.521105,"address":"10491台灣台北市中山區中山北路二段36巷28號2樓","FL":2,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5251827,25.0550843]},"properties":{"id":682,"name":"知間整合行銷有限公司","lat":25.0550843,"lng":121.5251827,"address":"10491台灣中山區長春路27號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.523369,25.05455]},"properties":{"id":683,"name":"凱格蘭創意策略顧問有限公司","lat":25.05455,"lng":121.523369,"address":"10450台灣台北市中山區中山北路二段45巷11號4樓","FL":4,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.517167,25.0521259]},"properties":{"id":684,"name":"領袖公關有限公司","lat":25.0521259,"lng":121.517167,"address":"103台灣台北市大同區承德路一段66號10樓","FL":10,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.530364,25.0547349]},"properties":{"id":685,"name":"日聖攝影設計有限公司","lat":25.0547349,"lng":121.530364,"address":"104台灣台北市中山區長春路122號2樓","FL":2,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5284389,25.0539629]},"properties":{"id":686,"name":"甘霖廣告有限公司","lat":25.0539629,"lng":121.5284389,"address":"105台灣台北市松山區南京東路五段123巷6弄9號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5314829,25.0542989]},"properties":{"id":687,"name":"mdsg","lat":25.0542989,"lng":121.5314829,"address":"10491台灣台北市中山區一江街56號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5343164,25.051879]},"properties":{"id":688,"name":"Appmate. 方舟創點有限公司","lat":25.051879,"lng":121.5343164,"address":"104台灣台北市中山區南京東路二段150號10樓","FL":10,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5348953,25.05312]},"properties":{"id":689,"name":"丰田聯合設計有限公司","lat":25.05312,"lng":121.5348953,"address":"10491台灣台北市中山區伊通街97號號 2 樓","FL":2,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.535082,25.052339]},"properties":{"id":690,"name":"Etiquette GIA禮爵國際服務形象顧問(魅力服務設計/空服員機師培訓)","lat":25.052339,"lng":121.535082,"address":"104台灣台北市中山區南京東路二段137號14樓","FL":14,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.541048,25.054355]},"properties":{"id":691,"name":"汎羽品牌企劃設計有限公司","lat":25.054355,"lng":121.541048,"address":"10491台灣台北市中山區龍江路155巷11號6樓","FL":6,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5425532,25.0521167]},"properties":{"id":692,"name":"歐邑數位媒體廣告有限公司","lat":25.0521167,"lng":121.5425532,"address":"10491台灣台北市中山區南京東路三段201號3樓","FL":3,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.545447,25.052809]},"properties":{"id":693,"name":"沅樸創意設計行銷股份有限公司","lat":25.052809,"lng":121.545447,"address":"105台灣台北市松山區慶城街16巷6號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.543845,25.053477]},"properties":{"id":694,"name":"君璽網路行銷","lat":25.053477,"lng":121.543845,"address":"10491台灣台北市中山區復興北路164號8樓 031室","FL":8,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5444361,25.0548733]},"properties":{"id":695,"name":"Spinwild 旋野有限公司","lat":25.0548733,"lng":121.5444361,"address":"181 Fuxing N. Rd, 復興北路181號12樓 105松山區台北市, 松山區台北市台灣 105","FL":12,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.543802,25.0542459]},"properties":{"id":696,"name":"查爾特設計廣告有限公司","lat":25.0542459,"lng":121.543802,"address":"10491台灣中山區復興北路178號4樓之6","FL":4,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5485673,25.0532978]},"properties":{"id":697,"name":"銘島國際有限公司","lat":25.0532978,"lng":121.5485673,"address":"105台灣台北市松山區敦化北路102號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.547455,25.054197]},"properties":{"id":698,"name":"特行攝影設計有限公司","lat":25.054197,"lng":121.547455,"address":"105台灣台北市松山區長春路502號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.546708,25.052287]},"properties":{"id":699,"name":"凱博時代國際廣告股份有限公司","lat":25.052287,"lng":121.546708,"address":"105台灣台北市松山區南京東路三段303巷5號6F","FL":6,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.548476,25.053336]},"properties":{"id":700,"name":"磅礡廣媒行銷有限公司","lat":25.053336,"lng":121.548476,"address":"105台灣台北市松山區敦化北路102號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.551026,25.051892]},"properties":{"id":701,"name":"漂亮數位股份有限公司","lat":25.051892,"lng":121.551026,"address":"105台灣台北市松山區南京東路四段51之2號10樓","FL":10,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.540312,25.0478476]},"properties":{"id":702,"name":"源慧廣告股份有限公司","lat":25.0478476,"lng":121.540312,"address":"10491台灣中山區中山區龍江路429巷16號2樓","FL":2,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5450731,25.0535746]},"properties":{"id":703,"name":"禾唯公關顧問有限公司","lat":25.0535746,"lng":121.5450731,"address":"10491台灣台北市松山區慶城街21號2樓","FL":2,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5484763,25.0533355]},"properties":{"id":704,"name":"WinWin Media 定贏傳媒","lat":25.0533355,"lng":121.5484763,"address":"105台灣台北市松山區敦化北路102號B1樓","FL":-1,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.543856,25.053769]},"properties":{"id":705,"name":"洛商公關顧問有限公司","lat":25.053769,"lng":121.543856,"address":"10491台灣台北市中山區復興北路170號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5379989,25.0522098]},"properties":{"id":706,"name":"縱橫公關","lat":25.0522098,"lng":121.5379989,"address":"10491台灣台北市中山區南京東路三段29號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.544387,25.050351]},"properties":{"id":707,"name":"自然思考創意設計有限公司","lat":25.050351,"lng":121.544387,"address":"105台灣台北市松山區復興北路57號11樓之1","FL":11,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5534519,25.0518916]},"properties":{"id":708,"name":"匯僑設計興業有限公司","lat":25.0518916,"lng":121.5534519,"address":"105台灣台北市松山區南京東路四段75號12樓","FL":12,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5548989,25.0518369]},"properties":{"id":709,"name":"陳永基設計有限公司","lat":25.0518369,"lng":121.5548989,"address":"105台灣台北市松山區南京東路四段115號4樓","FL":4,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.554722,25.052838]},"properties":{"id":710,"name":"輝鴻廣告事業有限公司","lat":25.052838,"lng":121.554722,"address":"105台灣台北市松山區南京東路四段133巷6弄12號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.555943,25.052618]},"properties":{"id":711,"name":"綜廉廣告科技","lat":25.052618,"lng":121.555943,"address":"105台灣台北市松山區南京東路四段133巷7弄23號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.555628,25.053403]},"properties":{"id":712,"name":"信昌美工實業有限公司","lat":25.053403,"lng":121.555628,"address":"105台灣台北市松山區健康路114號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5566944,25.052951]},"properties":{"id":713,"name":"逸昇設計包妝整合股份有限公司","lat":25.052951,"lng":121.5566944,"address":"105台灣台北市松山區光復北路160號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5613519,25.053105]},"properties":{"id":714,"name":"形形設計有限公司","lat":25.053105,"lng":121.5613519,"address":"105台灣台北市松山區南京東路五段123巷6弄9號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.561726,25.0538719]},"properties":{"id":715,"name":"欣欣廣告社","lat":25.0538719,"lng":121.561726,"address":"105台灣台北市松山區健康路236號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.558386,25.052629]},"properties":{"id":716,"name":"稻和文化創意有限公司","lat":25.052629,"lng":121.558386,"address":"10571台灣台北市松山區105台北市松山區南京東路五段59巷28弄26號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.563986,25.0531933]},"properties":{"id":717,"name":"淘果國際廣告有限公司","lat":25.0531933,"lng":121.563986,"address":"105台灣松山區三民路38號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5805079,25.0513729]},"properties":{"id":718,"name":"新極光平面整合","lat":25.0513729,"lng":121.5805079,"address":"115台灣台北市南港區南港路三段221號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.575419,25.04994]},"properties":{"id":719,"name":"飛是藍點子工坊","lat":25.04994,"lng":121.575419,"address":"10566台灣台北市松山區八德路四段656號4樓","FL":4,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5911202,25.0542821]},"properties":{"id":720,"name":"雄大廣告達人企業社","lat":25.0542821,"lng":121.5911202,"address":"115台灣台北市南港區南港路三段80巷6號1F","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5966184,25.054847]},"properties":{"id":721,"name":"亞奇數位印刷(南港印刷設計)","lat":25.054847,"lng":121.5966184,"address":"115台灣南港區向陽路120巷2弄7號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.596103,25.0555004]},"properties":{"id":722,"name":"山嵐室內設計","lat":25.0555004,"lng":121.596103,"address":"115台灣台北市南港區重陽路45號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.6134849,25.0530792]},"properties":{"id":723,"name":"夏娃數位行銷有限公司","lat":25.0530792,"lng":121.6134849,"address":"115台灣台北市南港區忠孝東路七段555號2樓","FL":2,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.6159864,25.0529051]},"properties":{"id":724,"name":"橋星廣告製作有限公司","lat":25.0529051,"lng":121.6159864,"address":"忠孝東路七段620號3樓, 南港區台北市台灣 115","FL":3,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.61965,25.054893]},"properties":{"id":725,"name":"采羿廣告設計有限公司","lat":25.054893,"lng":121.61965,"address":"115台灣台北市南港區南港路一段8號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.508348,25.056399]},"properties":{"id":729,"name":"安可廣告工程行","lat":25.056399,"lng":121.508348,"address":"103台灣大同區貴德街68號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5126695,25.0598317]},"properties":{"id":730,"name":"點睛設計有限公司","lat":25.0598317,"lng":121.5126695,"address":"103台灣台北市大同區甘州街48號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.511496,25.058307]},"properties":{"id":731,"name":"浚芥美術設計 syukei artistic design","lat":25.058307,"lng":121.511496,"address":"103台灣台北市大同區延平北路二段","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5106541,25.0593593]},"properties":{"id":732,"name":"柏祥號","lat":25.0593593,"lng":121.5106541,"address":"103台灣台北市大同區民樂街173號號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.524661,25.0563369]},"properties":{"id":733,"name":"大陽綜合設計有限公司","lat":25.0563369,"lng":121.524661,"address":"104台灣台北市中山區林森北路310巷25號2樓","FL":2,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.523146,25.05973]},"properties":{"id":734,"name":"設計漫遊 Design Roaming","lat":25.05973,"lng":121.523146,"address":"10448台灣台北市中山區中山北路二段103號號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5238641,25.0582567]},"properties":{"id":735,"name":"漁歌廣告展業有限公司","lat":25.0582567,"lng":121.5238641,"address":"10491台灣中山區民生東路一段13號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5237191,25.0594467]},"properties":{"id":736,"name":"小大創意有限公司","lat":25.0594467,"lng":121.5237191,"address":"10491台灣台北市中山區中山北路二段93巷7號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.529594,25.0586119]},"properties":{"id":737,"name":"青石創意行銷有限公司","lat":25.0586119,"lng":121.529594,"address":"10491台灣台北市中山區吉林路200巷13號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5302829,25.0565712]},"properties":{"id":738,"name":"網動廣告科技股份有限公司","lat":25.0565712,"lng":121.5302829,"address":"10455台灣台北市中山區吉林路109號2樓","FL":2,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5302081,25.0566758]},"properties":{"id":739,"name":"網動廣告科技股份有限公司","lat":25.0566758,"lng":121.5302081,"address":"10491台灣台北市中山區吉林路109號2樓","FL":2,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5294127,25.0584655]},"properties":{"id":740,"name":"台灣宣巧社網版有限公司","lat":25.0584655,"lng":121.5294127,"address":"241台灣台北市中山區吉林路200巷20號1樓","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.529873,25.0588559]},"properties":{"id":741,"name":"三儷廣告實業有限公司","lat":25.0588559,"lng":121.529873,"address":"10491台灣台北市中山區吉林路218巷2號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5303059,25.0576672]},"properties":{"id":742,"name":"橋達壓克力廣告有限公司","lat":25.0576672,"lng":121.5303059,"address":"10491台灣台北市中山區吉林路127-1號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.531522,25.057835]},"properties":{"id":743,"name":"FIREXIT design 星火設計","lat":25.057835,"lng":121.531522,"address":"10467台灣台北市中山区民生東路二段120號3樓","FL":3,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5330149,25.0597527]},"properties":{"id":744,"name":"紅海創意","lat":25.0597527,"lng":121.5330149,"address":"10491台灣台北市中山區松江路274號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5345369,25.0581725]},"properties":{"id":745,"name":"拾越設計","lat":25.0581725,"lng":121.5345369,"address":"10491台灣台北市中山區民生東路二段143號11樓","FL":11,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.532023,25.057341]},"properties":{"id":746,"name":"上尚廣告公司","lat":25.057341,"lng":121.532023,"address":"10491台灣台北市中山區松江路204巷22號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5328522,25.0577782]},"properties":{"id":747,"name":"Syntech in Motion","lat":25.0577782,"lng":121.5328522,"address":"10491台灣台北市中山區台北市松江路206號3樓之4","FL":3,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.532395,25.0575749]},"properties":{"id":748,"name":"上棚廣告股份有限公司","lat":25.0575749,"lng":121.532395,"address":"10491台灣台北市中山區松江路204巷13號2樓","FL":2,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5345771,25.0581384]},"properties":{"id":749,"name":"博上廣告股份有限公司","lat":25.0581384,"lng":121.5345771,"address":"10491台灣台北市中山區民生東路二段145號12樓","FL":12,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5302829,25.0565712]},"properties":{"id":750,"name":"網動廣告科技股份有限公司","lat":25.0565712,"lng":121.5302829,"address":"10491台灣台北市中山區吉林路109號2樓","FL":2,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.537368,25.0584439]},"properties":{"id":751,"name":"金家設計企業有限公司","lat":25.0584439,"lng":121.537368,"address":"10491台灣台北市中山區建國北路二段87號3樓","FL":3,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.537462,25.059672]},"properties":{"id":752,"name":"艾德廣告有限公司","lat":25.059672,"lng":121.537462,"address":"10491台灣台北市中山區建國北路二段121號12樓","FL":12,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.539074,25.058641]},"properties":{"id":753,"name":"想立方創意廣告有限公司","lat":25.058641,"lng":121.539074,"address":"10491台灣台北市中山區合江街102巷2號2樓","FL":2,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.542036,25.056304]},"properties":{"id":754,"name":"泰象空間設計公司《店面規劃|專櫃裝潢|展覽工程|室內整修|公仔設計|3D列印》","lat":25.056304,"lng":121.542036,"address":"10481台灣台北市中山區遼寧街218號三樓","FL":3,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.542012,25.0563159]},"properties":{"id":755,"name":"京璽數位廣告設計有限公司","lat":25.0563159,"lng":121.542012,"address":"10491台灣中山區遼寧街218號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5382449,25.0591133]},"properties":{"id":756,"name":"本本國際有限公司","lat":25.0591133,"lng":121.5382449,"address":"10491台灣台北市中山區合江街116巷20號1041 樓","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5454107,25.0593876]},"properties":{"id":757,"name":"幸福空間有限公司","lat":25.0593876,"lng":121.5454107,"address":"105台灣台北市松山區民權東路三段106巷21弄10號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5455797,25.0559654]},"properties":{"id":758,"name":"扁廣告設計有限公司","lat":25.0559654,"lng":121.5455797,"address":"105台灣松山區興安街204號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5444343,25.059795]},"properties":{"id":759,"name":"巴洛克整合行銷","lat":25.059795,"lng":121.5444343,"address":"105台灣台北市松山區復興北路333號8樓","FL":8,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.543906,25.059133]},"properties":{"id":760,"name":"尚德產業股份有限公司","lat":25.059133,"lng":121.543906,"address":"10491台灣中山區復興北路290號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.546036,25.057429]},"properties":{"id":761,"name":"慕樺廣告股份有限公司","lat":25.057429,"lng":121.546036,"address":"105台灣松山區民生東路三段128號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5484025,25.0585509]},"properties":{"id":762,"name":"藝土廣告設計攝影有限公司","lat":25.0585509,"lng":121.5484025,"address":"105台灣松山區敦化北路222巷6弄5號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.548607,25.056486]},"properties":{"id":763,"name":"dóts|活粒有限公司","lat":25.056486,"lng":121.548607,"address":"105台灣台北市松山區敦化北路170號號 3 樓","FL":3,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5384579,25.0588449]},"properties":{"id":764,"name":"萬利廣告社","lat":25.0588449,"lng":121.5384579,"address":"10491台灣台北市中山區合江街102巷13號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.546736,25.057552]},"properties":{"id":765,"name":"博士達國際股份有限公司(Posterscope Taiwan)","lat":25.057552,"lng":121.546736,"address":"10596台灣台北市松山區國道3號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.546388,25.056327]},"properties":{"id":766,"name":"戰國策集團","lat":25.056327,"lng":121.546388,"address":"105台灣台北市松山區民生東路三段130巷9號13樓","FL":13,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.547124,25.057434]},"properties":{"id":767,"name":"域動行銷股份有限公司","lat":25.057434,"lng":121.547124,"address":"號 14 樓, No. 138民生東路三段松山區台北市台灣 105","FL":14,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.551822,25.058835]},"properties":{"id":768,"name":"麥傑廣告設計有限公司","lat":25.058835,"lng":121.551822,"address":"105台灣松山區民生東路四段97巷7弄1號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5522809,25.058966]},"properties":{"id":769,"name":"參設計設計工作室","lat":25.058966,"lng":121.5522809,"address":"105台灣台北市松山區民生東路四段97巷4弄3號2樓","FL":2,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.554195,25.057085]},"properties":{"id":770,"name":"杰狄設計有限公司","lat":25.057085,"lng":121.554195,"address":"105台灣台北市松山區民生東路四段80巷3弄20之1號4樓","FL":4,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.554312,25.0577919]},"properties":{"id":771,"name":"Barcode Creation 巴可創建","lat":25.0577919,"lng":121.554312,"address":"105台灣台北市松山區民生東路4段80巷1弄21號1樓","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.553877,25.0578059]},"properties":{"id":772,"name":"Dotted Design Company 逗點創制有限公司","lat":25.0578059,"lng":121.553877,"address":"105台灣松山區民生東路四段80巷1弄13號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.556331,25.0518]},"properties":{"id":773,"name":"石豆國際整合行銷有限公司","lat":25.0518,"lng":121.556331,"address":"105台灣台北市松山區南京東路四段171號9樓2B","FL":9,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.554833,25.0574739]},"properties":{"id":774,"name":"千暉設計有限公司","lat":25.0574739,"lng":121.554833,"address":"105台灣台北市松山區民生東路四段112巷3弄7號2樓","FL":2,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5601284,25.051686]},"properties":{"id":775,"name":"商搜網 - 黃頁","lat":25.051686,"lng":121.5601284,"address":"105台灣台北市松山區南京東路五段89號14樓","FL":14,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5670839,25.0520249]},"properties":{"id":776,"name":"亨揮有限公司","lat":25.0520249,"lng":121.5670839,"address":"105台灣台北市松山區南京東路五段291巷5弄25號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.564536,25.051626]},"properties":{"id":777,"name":"特惠王","lat":25.051626,"lng":121.564536,"address":"105台灣台北市松山區南京東路五段225號6樓","FL":6,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.582738,25.0559089]},"properties":{"id":778,"name":"魯迅國際設計有限公司","lat":25.0559089,"lng":121.582738,"address":"114台灣內湖區新明路355號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5827639,25.0559524]},"properties":{"id":779,"name":"魯迅國際設計有限公司","lat":25.0559524,"lng":121.5827639,"address":"號 9F 之, No. 355新明路內湖區台北市台灣 114","FL":9,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.584126,25.056644]},"properties":{"id":780,"name":"泓鍀廣告招牌","lat":25.056644,"lng":121.584126,"address":"11471台灣台北市內湖區新明路327號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.582168,25.05621]},"properties":{"id":781,"name":"簡訊王數位媒體有限公司","lat":25.05621,"lng":121.582168,"address":"114台灣台北市內湖區新明路298巷10號8樓","FL":8,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.583967,25.057596]},"properties":{"id":782,"name":"東炬數位影像輸出中心","lat":25.057596,"lng":121.583967,"address":"11470台灣台北市內湖區南京東路六段330巷18弄14號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.6029131,25.0575699]},"properties":{"id":783,"name":"采羿廣告設計有限公司","lat":25.0575699,"lng":121.6029131,"address":"115台灣台北市南港區重陽路200號2樓","FL":2,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.616708,25.057594]},"properties":{"id":784,"name":"Seoace","lat":25.057594,"lng":121.616708,"address":"11577台灣台北市南港區經貿二路","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.6135669,25.057109]},"properties":{"id":785,"name":"台北數位集團","lat":25.057109,"lng":121.6135669,"address":"115台灣台北市南港區三重路19之6號(南港軟體園區C棟)7樓","FL":7,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.6137914,25.0560336]},"properties":{"id":786,"name":"歐原形象設計股份有限公司","lat":25.0560336,"lng":121.6137914,"address":"115台灣台北市南港區三重路19號-6號10樓","FL":10,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.6135669,25.057109]},"properties":{"id":787,"name":"台北數位廣告公司-Google店家環景攝影","lat":25.057109,"lng":121.6135669,"address":"115台灣台北市南港區三重路19之6號南港軟體園區C棟7樓","FL":7,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.6136726,25.0571213]},"properties":{"id":788,"name":"亞普達網路行銷","lat":25.0571213,"lng":121.6136726,"address":"115台灣台北市南港區三重路19-6號7樓","FL":7,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.613654,25.057109]},"properties":{"id":789,"name":"台北數位 亞普達(Google關鍵字廣告代理商)","lat":25.057109,"lng":121.613654,"address":"11501台灣台北市南港區三重路19-6號C棟7樓B室","FL":7,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.613934,25.058086]},"properties":{"id":790,"name":"臉書雲端科技","lat":25.058086,"lng":121.613934,"address":"115台灣台北市南港區三重路19-11號3F(南港軟體園區E棟)","FL":3,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.613934,25.0580859]},"properties":{"id":791,"name":"大數據企業","lat":25.0580859,"lng":121.613934,"address":"115台灣台北市南港區三重路19-11號3F (南港軟體園區E棟)","FL":3,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5097947,25.0634012]},"properties":{"id":799,"name":"艾述創意設計有限公司","lat":25.0634012,"lng":121.5097947,"address":"號, No. 273民權西路大同區台北市台灣 103","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5217538,25.0626403]},"properties":{"id":800,"name":"風尚國際廣告事業有限公司","lat":25.0626403,"lng":121.5217538,"address":"10491台灣中山區民權西路20號9樓","FL":9,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5211653,25.0607776]},"properties":{"id":801,"name":"樸緻國際有限公司","lat":25.0607776,"lng":121.5211653,"address":"10491台灣台北市中山區天祥路3號4樓","FL":4,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.525469,25.061151]},"properties":{"id":802,"name":"威信資訊工程有限公司","lat":25.061151,"lng":121.525469,"address":"10491台灣台北市中山區林森北路472號B1","FL":-1,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.523929,25.062024]},"properties":{"id":803,"name":"龍興廣告公司","lat":25.062024,"lng":121.523929,"address":"104台灣台北市中山區民權東路一段38巷12號2樓","FL":2,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.524589,25.062847]},"properties":{"id":804,"name":"可艾婚禮小物喜帖專家","lat":25.062847,"lng":121.524589,"address":"10491台灣台北市中山區台北市中山區民權東路一段45號9樓之1","FL":9,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5279769,25.0617959]},"properties":{"id":805,"name":"展示設計有限公司","lat":25.0617959,"lng":121.5279769,"address":"10491台灣台北市中山區新生北路二段145號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.528641,25.0613635]},"properties":{"id":806,"name":"華鵬廣告設計有限公司","lat":25.0613635,"lng":121.528641,"address":"10491台灣台北市中山區新生北路二段137巷27號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.530171,25.061305]},"properties":{"id":807,"name":"捷暉設計企業股份有限公司","lat":25.061305,"lng":121.530171,"address":"10491台灣台北市中山區吉林路296號6樓","FL":6,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5334411,25.0599426]},"properties":{"id":808,"name":"沅樸創意設計行銷股份有限公司","lat":25.0599426,"lng":121.5334411,"address":"105台灣台北市松山區慶城街16巷4號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.537513,25.061625]},"properties":{"id":809,"name":"風行天股份有限公司 Skywind, Inc.","lat":25.061625,"lng":121.537513,"address":"10491台灣中山區中山區建國北路二段147號6樓之3","FL":6,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5388938,25.06152]},"properties":{"id":810,"name":"角映廣告 - 角映國際有限公司","lat":25.06152,"lng":121.5388938,"address":"10491台灣台北市中山區合江街188巷5號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.538728,25.061497]},"properties":{"id":811,"name":"荷陽創意行銷整合有限公司","lat":25.061497,"lng":121.538728,"address":"104台灣台北市中山區合江街188巷7號1樓","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5386,25.062]},"properties":{"id":812,"name":"甲桂林廣告股份有限公司","lat":25.062,"lng":121.5386,"address":"10491台灣中山區民權東路三段4號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5355292,25.0580964]},"properties":{"id":813,"name":"育肯行動數位股份有限公司","lat":25.0580964,"lng":121.5355292,"address":"10491台灣台北市中山區民生東路二段153號4樓","FL":4,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5447579,25.0626001]},"properties":{"id":814,"name":"英傑銳網路數位有限公司","lat":25.0626001,"lng":121.5447579,"address":"105台灣台北市中山區復興北路369號105414 樓","FL":4,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5446347,25.0617858]},"properties":{"id":815,"name":"台灣博報堂","lat":25.0617858,"lng":121.5446347,"address":"105台灣台北市松山區復興北路367號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.544557,25.060155]},"properties":{"id":816,"name":"iProspect WIS","lat":25.060155,"lng":121.544557,"address":"105台灣台北市松山區Fuxing North Road, 337號6 樓","FL":6,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.546964,25.063153]},"properties":{"id":817,"name":"網路行銷零元本鋪","lat":25.063153,"lng":121.546964,"address":"105台灣台北市松山區復興北路427巷36號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.544841,25.062658]},"properties":{"id":818,"name":"麟云廣告有限公司","lat":25.062658,"lng":121.544841,"address":"105台灣松山區復興北路369號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.544454,25.060226]},"properties":{"id":819,"name":"iProspect","lat":25.060226,"lng":121.544454,"address":"復興北路337號6樓, 松山區台北市台灣 105","FL":6,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.538856,25.058635]},"properties":{"id":820,"name":"恆美數位","lat":25.058635,"lng":121.538856,"address":"10491台灣中山區合江街102巷16號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.55006,25.0620909]},"properties":{"id":821,"name":"松宜廣告設計有限公司","lat":25.0620909,"lng":121.55006,"address":"105台灣台北市松山區民族東路767號5樓","FL":5,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5484283,25.0605684]},"properties":{"id":822,"name":"本格廣告設計有限公司","lat":25.0605684,"lng":121.5484283,"address":"105台灣松山區敦化北路238巷19號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5484025,25.0585509]},"properties":{"id":823,"name":"Digo Kids 子立速購有限公司","lat":25.0585509,"lng":121.5484025,"address":"105台灣台北市松山區敦化北路222巷6弄5號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.548349,25.061428]},"properties":{"id":824,"name":"瑞捷思印舖","lat":25.061428,"lng":121.548349,"address":"105台灣台北市松山區民權東路三段106巷3弄55-1號1樓","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5539623,25.0584398]},"properties":{"id":825,"name":"德瑞智廣告製作有限公司","lat":25.0584398,"lng":121.5539623,"address":"105台灣台北市松山區民生東路四段131巷1號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.547123,25.05728]},"properties":{"id":826,"name":"Carat Media Taiwan","lat":25.05728,"lng":121.547123,"address":"8F 138 Section 3, Minsheng East Road, 中山區台北市台灣 10596","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.548833,25.058469]},"properties":{"id":827,"name":"瑜悅設計 transform design","lat":25.058469,"lng":121.548833,"address":"105台灣台北市松山區敦化北路220號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.559052,25.0611581]},"properties":{"id":828,"name":"貓取廣告股份有限公司","lat":25.0611581,"lng":121.559052,"address":"105台灣台北市松山區105台北市松山區富錦街359巷2弄20號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.557248,25.060016]},"properties":{"id":829,"name":"沈志忠聯合設計","lat":25.060016,"lng":121.557248,"address":"105台灣台北市松山區民生東路五段69巷21弄14-1號1樓","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.568216,25.055165]},"properties":{"id":830,"name":"藝念集私空間概念設計/工程","lat":25.055165,"lng":121.568216,"address":"105台灣台北市松山區健康路325巷6弄21號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5772474,25.0602308]},"properties":{"id":831,"name":"紐約家具設計中心台北內湖館","lat":25.0602308,"lng":121.5772474,"address":"11494台灣台北市內湖區新湖一路128巷15號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.594374,25.062339]},"properties":{"id":832,"name":"季達行銷公關有限公司","lat":25.062339,"lng":121.594374,"address":"114台灣台北市內湖區安康路28-7號9樓","FL":9,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.590773,25.060131]},"properties":{"id":833,"name":"辰發招牌.(辰發有限公司)","lat":25.060131,"lng":121.590773,"address":"114台灣台北市內湖區新明路75號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.614114,25.0600749]},"properties":{"id":834,"name":"南港廣告有限公司","lat":25.0600749,"lng":121.614114,"address":"115台灣台北市南港區三重路51號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.612516,25.0610689]},"properties":{"id":835,"name":"元訊寬頻網路股份有限公司","lat":25.0610689,"lng":121.612516,"address":"115台灣台北市南港區重陽路522號2樓","FL":2,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5172461,25.0657562]},"properties":{"id":854,"name":"明月廣告設計有限公司","lat":25.0657562,"lng":121.5172461,"address":"103台灣大同區昌吉街26號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5180427,25.0656571]},"properties":{"id":855,"name":"未來式整合視覺廣告有限公司","lat":25.0656571,"lng":121.5180427,"address":"103台灣大同區承德路三段72號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5141587,25.0643888]},"properties":{"id":856,"name":"駿英有限公司","lat":25.0643888,"lng":121.5141587,"address":"103台灣大同區重慶北路三段9巷3號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5218567,25.0641585]},"properties":{"id":857,"name":"Six Spoke Media 思博媒體有限公司","lat":25.0641585,"lng":121.5218567,"address":"10491台灣台北市中山區中山北路二段8號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.522567,25.065565]},"properties":{"id":858,"name":"百崴數位科技股份有限公司 PAVI Digital Tech. Co., Ltd.","lat":25.065565,"lng":121.522567,"address":"104台灣台北市中山區中山北路三段29號6樓","FL":6,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.519538,25.064055]},"properties":{"id":859,"name":"金剛印刷網","lat":25.064055,"lng":121.519538,"address":"10491台灣台北市中山區天祥路86巷12號1樓","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.522713,25.066964]},"properties":{"id":860,"name":"阿物股份有限公司","lat":25.066964,"lng":121.522713,"address":"10491台灣台北市中山區中山北路三段49號7樓之1","FL":7,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5227165,25.066614]},"properties":{"id":861,"name":"Zoek Inc. 曙客股份有限公司","lat":25.066614,"lng":121.5227165,"address":"104台灣台北市中山區中山北路三段47號6樓","FL":6,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5233319,25.0666051]},"properties":{"id":862,"name":"王象廣告事業有限公司","lat":25.0666051,"lng":121.5233319,"address":"10491台灣台北市中山區德惠街6號2樓","FL":2,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5253756,25.0654305]},"properties":{"id":863,"name":"西北影像股份有限公司","lat":25.0654305,"lng":121.5253756,"address":"10491台灣台北市中山區雙城街19巷21號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5295099,25.066255]},"properties":{"id":864,"name":"逸視覺設計_廣告_行銷/Evision Design/Marketing/AD","lat":25.066255,"lng":121.5295099,"address":"10491台灣台北市中山區農安街77巷9弄37號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5309604,25.0666174]},"properties":{"id":865,"name":"鎮鑫廣告工程有限公司","lat":25.0666174,"lng":121.5309604,"address":"236台灣新北市土城區中華路一段56巷24-9號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.527514,25.063989]},"properties":{"id":866,"name":"新季攝影印刷公司","lat":25.063989,"lng":121.527514,"address":"10491台灣台北市中山區新生北路三段42號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5307457,25.0649171]},"properties":{"id":867,"name":"吉峰廣告工程有限公司","lat":25.0649171,"lng":121.5307457,"address":"10491台灣中山區農安街147號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5225925,25.0638518]},"properties":{"id":868,"name":"英泰廣告事業股份有限公司","lat":25.0638518,"lng":121.5225925,"address":"10491台灣台北市中山區中山北路二段185號5樓","FL":5,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.533518,25.0668229]},"properties":{"id":869,"name":"評賞專業設計有限公司","lat":25.0668229,"lng":121.533518,"address":"10491台灣台北市中山區松江路475號2樓","FL":2,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.532255,25.0647089]},"properties":{"id":870,"name":"大裕廣告企業有限公司","lat":25.0647089,"lng":121.532255,"address":"10491台灣台北市中山區農安街148號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5329879,25.063744]},"properties":{"id":871,"name":"天廈廣告事業股份有限公司","lat":25.063744,"lng":121.5329879,"address":"10491台灣台北市中山區松江路396號2樓","FL":2,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5308758,25.0623926]},"properties":{"id":872,"name":"佳作事業有限公司","lat":25.0623926,"lng":121.5308758,"address":"10491台灣中山區民權東路二段64號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5285011,25.0640648]},"properties":{"id":873,"name":"IWATCH STUDIO 商業攝影/商品攝影/廣告製作/攝影寫真","lat":25.0640648,"lng":121.5285011,"address":"10491台灣台北市中山區新生北路三段19巷21號1樓","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5335421,25.0664826]},"properties":{"id":874,"name":"賓士廣告工程公司","lat":25.0664826,"lng":121.5335421,"address":"10491台灣台北市中山區松江路469巷1號4樓","FL":4,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5300804,25.0604263]},"properties":{"id":875,"name":"冰孚娛樂事業有限公司","lat":25.0604263,"lng":121.5300804,"address":"北市 號 6 樓 之 8, No. 159錦州街中山區台北市台灣 10491","FL":6,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5280094,25.0633306]},"properties":{"id":876,"name":"逍邦數位行銷有限公司ChoPin Digital Marketing.Co.Ltd","lat":25.0633306,"lng":121.5280094,"address":"號 7 樓, No. 7新生北路三段中山區台北市台灣 10491","FL":7,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5227527,25.0606928]},"properties":{"id":877,"name":"方形糖創意數位有限公司","lat":25.0606928,"lng":121.5227527,"address":"中山北路2段112號8F-2, 中山區台北市台灣 10491","FL":8,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5287722,25.0591942]},"properties":{"id":878,"name":"威臣設計有限公司","lat":25.0591942,"lng":121.5287722,"address":"10469台灣台北市中山区中原街78號1樓","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5296393,25.0599092]},"properties":{"id":879,"name":"乙曼資訊科技有限公司","lat":25.0599092,"lng":121.5296393,"address":"10491台灣台北市中山區新生北路二段127巷37號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5310049,25.0652132]},"properties":{"id":880,"name":"不毛","lat":25.0652132,"lng":121.5310049,"address":"10491台灣台北市中山區吉林路379巷8號1樓","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.539938,25.067479]},"properties":{"id":881,"name":"一力企業有限公司","lat":25.067479,"lng":121.539938,"address":"10474台灣台北市中山區龍江路412巷24號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.546785,25.064417]},"properties":{"id":882,"name":"豐芸廣告行銷有限公司","lat":25.064417,"lng":121.546785,"address":"105台灣台北市松山區民族東路678號1樓","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5422499,25.0663464]},"properties":{"id":883,"name":"格式|設計展策 InFormat Design Curating","lat":25.0663464,"lng":121.5422499,"address":"10491台灣台北市中山區龍江路415巷20號1樓","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5692951,25.0592781]},"properties":{"id":884,"name":"有觀廣告有限公司","lat":25.0592781,"lng":121.5692951,"address":"105台灣松山區塔悠路225號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5789636,25.0649777]},"properties":{"id":885,"name":"方米廣告設計工程有限公司","lat":25.0649777,"lng":121.5789636,"address":"114台灣台北市內湖區新湖三路198號2樓","FL":2,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5863412,25.0645179]},"properties":{"id":886,"name":"藝珂廣告媒體有限公司","lat":25.0645179,"lng":121.5863412,"address":"114台灣台北市內湖區行善路417巷32號號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.6031481,25.0634969]},"properties":{"id":887,"name":"鴻泰企業社","lat":25.0634969,"lng":121.6031481,"address":"114台灣台北市內湖區安康路228巷1號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.6120864,25.0589059]},"properties":{"id":888,"name":"原物創意有限公司","lat":25.0589059,"lng":121.6120864,"address":"10491台灣台北市中山區北安路518巷14弄8號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.512989,25.071282]},"properties":{"id":905,"name":"多瑪數位廣告公司","lat":25.071282,"lng":121.512989,"address":"103台灣台北市大同區重慶北路三段252巷16號1F","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5148587,25.0687176]},"properties":{"id":906,"name":"印急便印刷","lat":25.0687176,"lng":121.5148587,"address":"10369台灣台北市大同區民族西路189號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5094772,25.0678384]},"properties":{"id":907,"name":"鴻埕有限公司(鴻埕印刷)","lat":25.0678384,"lng":121.5094772,"address":"103台灣台北市大同區迪化街二段146巷22號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.518681,25.069167]},"properties":{"id":908,"name":"源做視覺整合設計","lat":25.069167,"lng":121.518681,"address":"103台灣台北市大同區承德路三段179號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5163197,25.0684421]},"properties":{"id":909,"name":"台鉅廣告有限公司 (壓克力加工,訂做,)","lat":25.0684421,"lng":121.5163197,"address":"103台灣台北市大同區民族西路134號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.51915,25.067612]},"properties":{"id":910,"name":"EARLYBIRDS DESIGN 早鳥形象設計","lat":25.067612,"lng":121.51915,"address":"103台灣台北市大同區承德路三段143巷16號2樓","FL":2,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5211489,25.063091]},"properties":{"id":911,"name":"日翔廣告股份有限公司","lat":25.063091,"lng":121.5211489,"address":"104台灣台北市中山區民權西路35號之2","FL":2,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5180839,25.0637934]},"properties":{"id":912,"name":"頤和文化","lat":25.0637934,"lng":121.5180839,"address":"10361台灣台北市大同区承德路三段10號604室","FL":6,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5783655,25.0718052]},"properties":{"id":913,"name":"聯樂數位行銷股份有限公司","lat":25.0718052,"lng":121.5783655,"address":"114台灣台北市內湖區陽光街321巷56號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5781017,25.0717577]},"properties":{"id":914,"name":"聯廣傳播集團","lat":25.0717577,"lng":121.5781017,"address":"114台灣台北市內湖區陽光街321巷56號5樓","FL":5,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5778962,25.0692565]},"properties":{"id":915,"name":"十二點原生概念有限公司","lat":25.0692565,"lng":121.5778962,"address":"11491台灣台北市內湖區民權東路六段15巷37號1樓","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.580069,25.070165]},"properties":{"id":916,"name":"秀威資訊科技股份有限公司","lat":25.070165,"lng":121.580069,"address":"114台灣台北市內湖區瑞光路76巷65號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5903545,25.0688464]},"properties":{"id":917,"name":"星宅娛樂","lat":25.0688464,"lng":121.5903545,"address":"106台灣台北市內湖區民權東路六段160號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.587351,25.0697729]},"properties":{"id":918,"name":"京皓實業有限公司","lat":25.0697729,"lng":121.587351,"address":"11466台灣台北市內湖區民權東路六段47巷10弄11號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5923357,25.0703267]},"properties":{"id":919,"name":"星慕空間設計有限公司","lat":25.0703267,"lng":121.5923357,"address":"11490台灣台北市內湖區民權東路六段123巷34弄10號2樓","FL":2,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.603,25.0704]},"properties":{"id":920,"name":"冶鑄建築+設計工坊","lat":25.0704,"lng":121.603,"address":"11483台灣台北市內湖區民權東路六段407號1樓","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.617419,25.068125]},"properties":{"id":921,"name":"沛雨室內設計工程公司","lat":25.068125,"lng":121.617419,"address":"號 2 樓, No. 153東湖路內湖區台北市台灣 114","FL":2,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5103969,25.072093]},"properties":{"id":936,"name":"att吸引力廣告","lat":25.072093,"lng":121.5103969,"address":"103台灣台北市大同區酒泉街208號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5309418,25.0681437]},"properties":{"id":937,"name":"帕士達設計工程有限公司","lat":25.0681437,"lng":121.5309418,"address":"10471台灣台北市中山區民族東路210號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5755228,25.0728508]},"properties":{"id":938,"name":"第一企劃","lat":25.0728508,"lng":121.5755228,"address":"號 114 內 湖區 陽光 街 292 號, No. 292陽光街內湖區台北市台灣 114","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5757847,25.0757233]},"properties":{"id":939,"name":"朵朵雲網絡行銷","lat":25.0757233,"lng":121.5757847,"address":"114台灣台北市內湖區瑞光路266號8 樓","FL":8,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.612433,25.072389]},"properties":{"id":940,"name":"淇豪企業有限公司","lat":25.072389,"lng":121.612433,"address":"114台灣台北市內湖區康寧路三段189巷75號1樓","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.619116,25.073427]},"properties":{"id":941,"name":"穩達企業形象設計股份有限公司","lat":25.073427,"lng":121.619116,"address":"114台灣台北市內湖區安泰街9號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5195366,25.075143]},"properties":{"id":952,"name":"創億印刷設計","lat":25.075143,"lng":121.5195366,"address":"103台灣台北市大同區敦煌路24巷1號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5454707,25.0794503]},"properties":{"id":953,"name":"傑芳企業有限公司 傑芳廣告. 大謙公關","lat":25.0794503,"lng":121.5454707,"address":"10491台灣台北市中山區北安路518巷14弄13號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5479195,25.0775268]},"properties":{"id":954,"name":"築點設計 archicake design","lat":25.0775268,"lng":121.5479195,"address":"10491台灣台北市中山區明水路401號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5519412,25.0787248]},"properties":{"id":955,"name":"春田創意 springfield.tw","lat":25.0787248,"lng":121.5519412,"address":"10491台灣台北市中山區明水路543-1號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5654207,25.0787036]},"properties":{"id":956,"name":"寬度策略行銷股份有限公司","lat":25.0787036,"lng":121.5654207,"address":"114台灣台北市內湖區堤頂大道二段293號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5678674,25.0778968]},"properties":{"id":957,"name":"金橋娛科有限公司","lat":25.0778968,"lng":121.5678674,"address":"114台灣內湖區堤頂大道二段207號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.576125,25.075756]},"properties":{"id":958,"name":"時刻創意 Stunden Creative Agency","lat":25.075756,"lng":121.576125,"address":"No. 295, Ruiguang Road, 3F., 內湖區台北市台灣 114","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.571756,25.079299]},"properties":{"id":959,"name":"欣邑室內裝修工程股份有限公司","lat":25.079299,"lng":121.571756,"address":"114台灣內湖區洲子街76號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.576904,25.077406]},"properties":{"id":960,"name":"晨品咖啡&惇景空間設計","lat":25.077406,"lng":121.576904,"address":"114台灣台北市內湖區港墘路127巷33號1樓","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5797919,25.0787619]},"properties":{"id":961,"name":"優樹廣告設計專業有限公司","lat":25.0787619,"lng":121.5797919,"address":"114台灣台北市內湖區內湖路二段52號2樓","FL":2,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.580195,25.076276]},"properties":{"id":962,"name":"艾爾森數位","lat":25.076276,"lng":121.580195,"address":"11473台灣台北市內湖區文德路22巷39號4樓","FL":4,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.584096,25.07714]},"properties":{"id":963,"name":"明思廣告股份有限公司","lat":25.07714,"lng":121.584096,"address":"11476台灣台北市內湖區文德路210巷30弄6號2樓之10","FL":2,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.589826,25.0790519]},"properties":{"id":964,"name":"佳門廣告企業有限公司","lat":25.0790519,"lng":121.589826,"address":"114台灣台北市內湖區成功路三段125號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.585999,25.0766566]},"properties":{"id":965,"name":"原字影像整合行銷有限公司","lat":25.0766566,"lng":121.585999,"address":"114台灣台北市內湖區陽光街68巷61號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.592103,25.0789126]},"properties":{"id":966,"name":"名揚廣告設計社","lat":25.0789126,"lng":121.592103,"address":"114台灣內湖區星雲街57號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.606722,25.071242]},"properties":{"id":967,"name":"章聖雄建築師事務所","lat":25.071242,"lng":121.606722,"address":"114台灣台北市內湖區民權東路六段280巷28號3樓","FL":3,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.621276,25.076307]},"properties":{"id":968,"name":"階梯廣告工程有限公司-台北市廣告招牌專家,LED招牌,字幕機,店家招牌,特殊招型招牌","lat":25.076307,"lng":121.621276,"address":"114台灣內湖區康樂街204號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.51248,25.0817339]},"properties":{"id":978,"name":"弘揚廣告有限公司","lat":25.0817339,"lng":121.51248,"address":"111台灣台北市士林區重慶北路四段79-4號1樓","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5218789,25.0830459]},"properties":{"id":979,"name":"艾肯企業形象設計有限公司","lat":25.0830459,"lng":121.5218789,"address":"111台灣台北市士林區承德路四段80巷20號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5451897,25.0813137]},"properties":{"id":980,"name":"麥瑟創意策略有限公司","lat":25.0813137,"lng":121.5451897,"address":"10491台灣台北市中山區大直街20巷17號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.547536,25.080151]},"properties":{"id":981,"name":"信儀招牌廣告設計","lat":25.080151,"lng":121.547536,"address":"10491台灣台北市中山區北安路539號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5502078,25.0836739]},"properties":{"id":982,"name":"螞蟻創意有限公司","lat":25.0836739,"lng":121.5502078,"address":"10491台灣台北市中山區北安路630巷25弄18號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5542702,25.0817958]},"properties":{"id":983,"name":"聚點堂創意設計","lat":25.0817958,"lng":121.5542702,"address":"號, No. 67敬業二路中山區台北市台灣 10491","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.565743,25.080434]},"properties":{"id":984,"name":"OCEANTADS 豐饒之海動畫設計","lat":25.080434,"lng":121.565743,"address":"114台灣台北市內湖區瑞光路606號2樓","FL":2,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.56311,25.081765]},"properties":{"id":985,"name":"聯策行銷 Uni-Spirit Marketing","lat":25.081765,"lng":121.56311,"address":"114台灣台北市內湖區內湖路一段120巷15弄8號4樓","FL":4,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5656072,25.0805694]},"properties":{"id":986,"name":"果實夥伴","lat":25.0805694,"lng":121.5656072,"address":"114台灣台北市內湖區瑞光路610號2樓","FL":2,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5709292,25.0799766]},"properties":{"id":987,"name":"富邦媒體科技股份有限公司","lat":25.0799766,"lng":121.5709292,"address":"114台灣台北市內湖區洲子街96號4樓","FL":4,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.569899,25.080769]},"properties":{"id":988,"name":"奧洛股份有限公司","lat":25.080769,"lng":121.569899,"address":"114台灣台北市內湖區洲子街101號2樓","FL":2,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5635358,25.08204]},"properties":{"id":989,"name":"美商全通媒體行銷集團","lat":25.08204,"lng":121.5635358,"address":"114台灣台北市內湖區基湖路10巷46號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5685468,25.0819336]},"properties":{"id":990,"name":"前線媒體股份有限公司","lat":25.0819336,"lng":121.5685468,"address":"114台灣台北市內湖區內湖路一段300號7樓之5","FL":7,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5635358,25.08204]},"properties":{"id":991,"name":"Pollster 波仕特線上市調網","lat":25.08204,"lng":121.5635358,"address":"10491台灣台北市內湖區基湖路10巷46號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5657491,25.0802572]},"properties":{"id":992,"name":"LINE Taiwan office","lat":25.0802572,"lng":121.5657491,"address":"114台灣台北市內湖區瑞光路610號10樓","FL":10,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.562761,25.0833709]},"properties":{"id":993,"name":"triangler 三名治設計","lat":25.0833709,"lng":121.562761,"address":"114台灣台北市內湖區內湖路一段88號4 樓","FL":4,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5733981,25.0830692]},"properties":{"id":994,"name":"斯柏克影像整合行銷有限公司","lat":25.0830692,"lng":121.5733981,"address":"114台灣台北市內湖區麗山街328巷2號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.575355,25.0830337]},"properties":{"id":995,"name":"雨果廣告設計有限公司","lat":25.0830337,"lng":121.575355,"address":"114台灣內湖區港華街57號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5780106,25.0826238]},"properties":{"id":996,"name":"大禾美廣告招牌印刷","lat":25.0826238,"lng":121.5780106,"address":"114台灣台北市內湖區台北市內湖區港墘路30號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.577672,25.08016]},"properties":{"id":997,"name":"上齊影像輸出","lat":25.08016,"lng":121.577672,"address":"114台灣台北市內湖區港墘路103號2F","FL":2,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5929674,25.0828847]},"properties":{"id":998,"name":"亞細亞的風廣告企劃設計有限公司","lat":25.0828847,"lng":121.5929674,"address":"114台灣內湖區成功路四段68號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.6020721,25.0816826]},"properties":{"id":999,"name":"禾閎廣告有限公司","lat":25.0816826,"lng":121.6020721,"address":"號 B1-, No. 56大湖街166巷內湖區台北市台灣 114","FL":-1,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5096979,25.0865534]},"properties":{"id":1005,"name":"均亮設計印刷有限公司","lat":25.0865534,"lng":121.5096979,"address":"111台灣士林區中正路607號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5636472,25.0840231]},"properties":{"id":1006,"name":"嶼果設計有限公司 IslandSeeDesign","lat":25.0840231,"lng":121.5636472,"address":"114台灣台北市內湖區內湖路1段203巷5號2樓","FL":2,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5618412,25.0858371]},"properties":{"id":1007,"name":"銀河互動網路股份有限公司","lat":25.0858371,"lng":121.5618412,"address":"114台灣台北市內湖區內湖路一段91巷17號3樓之5","FL":3,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.567348,25.086587]},"properties":{"id":1008,"name":"這邊音樂那邊設計工作室 HereThere Studio","lat":25.086587,"lng":121.567348,"address":"114台灣台北市內湖區環山路一段88號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.568675,25.08186]},"properties":{"id":1009,"name":"礪得廣告公司","lat":25.08186,"lng":121.568675,"address":"114台灣台北市內湖區內湖路一段300號7樓之5","FL":7,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5892408,25.0870979]},"properties":{"id":1010,"name":"震憾廣告有限公司","lat":25.0870979,"lng":121.5892408,"address":"114台灣內湖區內湖路三段143巷10號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5877629,25.0872088]},"properties":{"id":1011,"name":"極至創意顧問有限公司","lat":25.0872088,"lng":121.5877629,"address":"114台灣內湖區金龍路194號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5051109,25.0915451]},"properties":{"id":1016,"name":"迎財神創新廣告社","lat":25.0915451,"lng":121.5051109,"address":"111台灣士林區永平街76號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5165979,25.0894879]},"properties":{"id":1017,"name":"曲直產品設計有限公司","lat":25.0894879,"lng":121.5165979,"address":"111台灣台北市士林區大南路408巷12號2樓","FL":2,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.517943,25.09098]},"properties":{"id":1018,"name":"歐瑞克廣告","lat":25.09098,"lng":121.517943,"address":"111台灣士林區福港街18巷3號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5186932,25.090083]},"properties":{"id":1019,"name":"百方十全能廣告","lat":25.090083,"lng":121.5186932,"address":"111台灣台北市士林區承德路四段297巷1號號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.518681,25.0900761]},"properties":{"id":1020,"name":"美工阿國團隊","lat":25.0900761,"lng":121.518681,"address":"111台灣台北市士林區承德路四段297巷1號號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5198281,25.0878689]},"properties":{"id":1021,"name":"LOGOless","lat":25.0878689,"lng":121.5198281,"address":"號, No. 192華齡街士林區台北市台灣 111","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5243528,25.0917587]},"properties":{"id":1022,"name":"達格網頁設計公司","lat":25.0917587,"lng":121.5243528,"address":"111台灣台北市士林區福德路31-1號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5219359,25.0839785]},"properties":{"id":1023,"name":"好力客創意有限公司","lat":25.0839785,"lng":121.5219359,"address":"111台灣台北市士林區後港街42巷18號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5886716,25.0878444]},"properties":{"id":1024,"name":"極至創意坊","lat":25.0878444,"lng":121.5886716,"address":"114台灣內湖區內湖路三段191巷16號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5992906,25.0881461]},"properties":{"id":1025,"name":"艾森形象設計顧問有限公司","lat":25.0881461,"lng":121.5992906,"address":"114台灣內湖區大湖山莊街221號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.508845,25.091854]},"properties":{"id":1033,"name":"快樂工坊充氣造型有限公司","lat":25.091854,"lng":121.508845,"address":"111台灣台北市士林區社中街210巷34號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5089138,25.091849]},"properties":{"id":1034,"name":"開始設計工作室","lat":25.091849,"lng":121.5089138,"address":"11164台灣台北市士林區社中街156巷49號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5278467,25.0941479]},"properties":{"id":1035,"name":"元鎮室內設計有限公司","lat":25.0941479,"lng":121.5278467,"address":"111台灣士林區中山北路五段529號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.585685,25.087884]},"properties":{"id":1036,"name":"馬克杯杯創意陶瓷工坊","lat":25.087884,"lng":121.585685,"address":"114台灣內湖區金龍路222巷12號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.601801,25.087057]},"properties":{"id":1037,"name":"畢冊王文化事業 BCWow-Design","lat":25.087057,"lng":121.601801,"address":"114台灣台北市內湖區大湖山莊街151巷5號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5149889,25.0924809]},"properties":{"id":1039,"name":"呂禮謙建築師事務所","lat":25.0924809,"lng":121.5149889,"address":"111台灣台北市士林區通河東街二段20巷7號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5101564,25.091607]},"properties":{"id":1040,"name":"金唐山設計工程有限公司","lat":25.091607,"lng":121.5101564,"address":"111台灣士林區通河西街二段67號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5253138,25.0968101]},"properties":{"id":1041,"name":"Happy哈比精靈廣告設計印刷宅配屋","lat":25.0968101,"lng":121.5253138,"address":"111台灣台北市士林區福壽街61號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.525408,25.0969]},"properties":{"id":1042,"name":"創意工坊開發有限公司","lat":25.0969,"lng":121.525408,"address":"111台灣台北市士林區福壽街61號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5236303,25.0980682]},"properties":{"id":1043,"name":"一宏工商廣告有限公司","lat":25.0980682,"lng":121.5236303,"address":"111台灣台北市士林區文林路575號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5243833,25.0963591]},"properties":{"id":1044,"name":"環宇包裝網股份有限公司","lat":25.0963591,"lng":121.5243833,"address":"111台灣台北市士林區文林路488號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.532344,25.097388]},"properties":{"id":1045,"name":"風紅亞太影像股份有限公司","lat":25.097388,"lng":121.532344,"address":"11142台灣台北市士林區雨農路8號1樓","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5193309,25.103317]},"properties":{"id":1046,"name":"展銳設計有限公司","lat":25.103317,"lng":121.5193309,"address":"111台灣台北市士林區文林路763號11樓","FL":11,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5259939,25.1008569]},"properties":{"id":1047,"name":"霸宇高速公路專業廣告","lat":25.1008569,"lng":121.5259939,"address":"111台灣台北市士林區雙溪街102號之1","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.48161,25.10409]},"properties":{"id":1048,"name":"三好廣告工程有限公司","lat":25.10409,"lng":121.48161,"address":"111台灣士林區士林區延平北路八段157巷28號1樓","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.4954179,25.1038839]},"properties":{"id":1049,"name":"吉鏡企業有限公司","lat":25.1038839,"lng":121.4954179,"address":"111台灣台北市士林區延平北路七段106巷325號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5219789,25.107079]},"properties":{"id":1050,"name":"巨任美術設計工程有限公司","lat":25.107079,"lng":121.5219789,"address":"111台灣台北市士林區磺溪街47巷27號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.522976,25.105411]},"properties":{"id":1051,"name":"大力量權威行銷","lat":25.105411,"lng":121.522976,"address":"111台灣台北市士林區德行西路40號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5190956,25.1044851]},"properties":{"id":1052,"name":"一鳴廣告","lat":25.1044851,"lng":121.5190956,"address":"112台灣台北市北投區文林北路20號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.52513,25.106608]},"properties":{"id":1053,"name":"合群廣告","lat":25.106608,"lng":121.52513,"address":"111台灣台北市士林區中山北路六段152號4 樓","FL":4,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5282219,25.104641]},"properties":{"id":1054,"name":"菁王企業形象設計有限公司","lat":25.104641,"lng":121.5282219,"address":"111台灣台北市士林區忠誠路一段91號2樓","FL":2,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5301576,25.1059368]},"properties":{"id":1055,"name":"亞格網路科技股份有限公司","lat":25.1059368,"lng":121.5301576,"address":"111台灣台北市士林區忠誠路一段147巷5號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5284259,25.10751]},"properties":{"id":1056,"name":"國銓美術廣告招牌","lat":25.10751,"lng":121.5284259,"address":"111台灣台北市士林區德行東路104巷4號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5120659,25.111285]},"properties":{"id":1057,"name":"美宏綜合美術工程有限公司","lat":25.111285,"lng":121.5120659,"address":"112台灣台北市北投區自強街5巷58號2樓","FL":2,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.530536,25.108039]},"properties":{"id":1058,"name":"立鼎廣告設計有限公司","lat":25.108039,"lng":121.530536,"address":"111台灣台北市士林區忠誠路一段179號3樓","FL":3,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.52629,25.109436]},"properties":{"id":1059,"name":"肯佳企業股份有限公司","lat":25.109436,"lng":121.52629,"address":"111台灣台北市士林區中山北路六段290巷22號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5623927,25.1086506]},"properties":{"id":1060,"name":"熊族設計股份有限公司","lat":25.1086506,"lng":121.5623927,"address":"111台灣台北市士林區中社路二段11號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5109048,25.113591]},"properties":{"id":1061,"name":"鵬宇廣告設計有限公司","lat":25.113591,"lng":121.5109048,"address":"112台灣北投區石牌路一段61號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5098415,25.1135272]},"properties":{"id":1062,"name":"彩成室內裝修設計工程有限公司","lat":25.1135272,"lng":121.5098415,"address":"112台灣台北市北投區石牌路一段33巷4弄2-1號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5190434,25.1123004]},"properties":{"id":1063,"name":"永峰廣告美術社","lat":25.1123004,"lng":121.5190434,"address":"112台灣北投區東陽街456號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.532477,25.114549]},"properties":{"id":1064,"name":"EasonDesign 壹慎設計","lat":25.114549,"lng":121.532477,"address":"111台灣台北市士林區忠誠路二段144號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5028079,25.118802]},"properties":{"id":1065,"name":"羅門設計工程有限公司","lat":25.118802,"lng":121.5028079,"address":"112台灣台北市北投區立農街一段6號11樓","FL":11,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.4995654,25.1178234]},"properties":{"id":1066,"name":"On ♥ Design 工業家具‧燈飾 萊瑞倉庫","lat":25.1178234,"lng":121.4995654,"address":"112台灣台北市北投區承德路七段401巷88弄6號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.4671872,25.1226501]},"properties":{"id":1068,"name":"澄田家具有限公司","lat":25.1226501,"lng":121.4671872,"address":"112台灣台北市北投區知行路318號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5107489,25.1150486]},"properties":{"id":1069,"name":"水水設計","lat":25.1150486,"lng":121.5107489,"address":"號, No. 2實踐街82巷北投區台北市台灣 112","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5223887,25.1231557]},"properties":{"id":1070,"name":"知本形象廣告有限公司","lat":25.1231557,"lng":121.5223887,"address":"112台灣北投區石牌路二段315巷28弄5號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5284407,25.1212527]},"properties":{"id":1071,"name":"大物演藝品牌設計","lat":25.1212527,"lng":121.5284407,"address":"111台灣台北市士林區天玉街25號4樓之1","FL":4,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.532108,25.118019]},"properties":{"id":1072,"name":"台灣北輪有限公司","lat":25.118019,"lng":121.532108,"address":"11153台灣台北市士林區天母東路31號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5002312,25.1252073]},"properties":{"id":1073,"name":"雷耀企業股份有限公司","lat":25.1252073,"lng":121.5002312,"address":"112台灣台北市北投區中央南路二段32號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5320493,25.1222822]},"properties":{"id":1074,"name":"WOW BRAVO & FUNKY RAP","lat":25.1222822,"lng":121.5320493,"address":"111台灣台北市士林區中山北路七段118號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.469278,25.126695]},"properties":{"id":1075,"name":"奧樸空間創作","lat":25.126695,"lng":121.469278,"address":"112台灣台北市北投區中央北路四段515巷62號3樓","FL":3,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.4726788,25.1285139]},"properties":{"id":1076,"name":"雅登廚飾","lat":25.1285139,"lng":121.4726788,"address":"112台灣台北市北投區立德路157號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.4975953,25.1298512]},"properties":{"id":1077,"name":"尚邑國際室內裝修","lat":25.1298512,"lng":121.4975953,"address":"112台灣台北市北投區大興街5號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.498815,25.130497]},"properties":{"id":1078,"name":"意致視覺設計 (itisDesign)","lat":25.130497,"lng":121.498815,"address":"112台灣台北市北投區112台北市北投區北投路二段9號12樓之3","FL":12,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5239257,25.1230341]},"properties":{"id":1079,"name":"大邑開發有限公司","lat":25.1230341,"lng":121.5239257,"address":"112台灣北投區石牌路二段343巷11號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5740813,25.1314795]},"properties":{"id":1080,"name":"草山窯 CaoShan Pottery","lat":25.1314795,"lng":121.5740813,"address":"111台灣台北市士林區平菁街43巷8號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.4957249,25.1340529]},"properties":{"id":1082,"name":"大全帆布企業社","lat":25.1340529,"lng":121.4957249,"address":"112台灣台北市北投區永興路一段33號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.499323,25.1353759]},"properties":{"id":1083,"name":"寬寬設計整合有限公司","lat":25.1353759,"lng":121.499323,"address":"112台灣北投區大同街138巷7號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.544438,25.134945]},"properties":{"id":1084,"name":"67ideas","lat":25.134945,"lng":121.544438,"address":"No 28 Jiantan Road, Floor 2, 士林區台北市台灣 111","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.4903682,25.1385827]},"properties":{"id":1086,"name":"皮納斯設計 Phoenix307 Design","lat":25.1385827,"lng":121.4903682,"address":"112台灣台北市北投區中央北路二段292號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.493447,25.137578]},"properties":{"id":1087,"name":"興邦帆布行","lat":25.137578,"lng":121.493447,"address":"112台灣台北市北投區中央北路二段163號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.505464,25.136002]},"properties":{"id":1088,"name":"蔡易章北投家","lat":25.136002,"lng":121.505464,"address":"112台灣台北市北投區光明路226號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5415051,25.1376196]},"properties":{"id":1089,"name":"學事所輸出影印中心-文化店","lat":25.1376196,"lng":121.5415051,"address":"111台灣台北市士林區華岡路47巷1之3號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.4856748,25.1392353]},"properties":{"id":1090,"name":"小學樘OldGoods●歐洲老家具","lat":25.1392353,"lng":121.4856748,"address":"11257台灣台北市北投區中央北路三段40巷20弄13號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.4865669,25.1407129]},"properties":{"id":1091,"name":"良築工程有限公司","lat":25.1407129,"lng":121.4865669,"address":"112台灣台北市北投區崗山路9巷2號3樓","FL":3,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5141059,25.14816]},"properties":{"id":1092,"name":"力群造園公司","lat":25.14816,"lng":121.5141059,"address":"112台灣台北市北投區登山路61號","FL":0,"type":"ad"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.556352,24.9803839]},"properties":{"id":27,"name":"洋蔥設計 Onion Design","lat":24.9803839,"lng":121.556352,"address":"116台灣台北市文山區木新路三段327號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5667289,24.9818581]},"properties":{"id":28,"name":"大贏家國際行銷廣告有限公司","lat":24.9818581,"lng":121.5667289,"address":"116台灣台北市文山區恆光街30巷9號1樓","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5691024,24.9825937]},"properties":{"id":29,"name":"十一日晴 空間設計 The November Design","lat":24.9825937,"lng":121.5691024,"address":"116台灣台北市文山區木新路二段161巷24弄6號台灣","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5531261,24.9877439]},"properties":{"id":37,"name":"明明產品設計有限公司","lat":24.9877439,"lng":121.5531261,"address":"116台灣文山區木柵路一段206號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.564927,24.98443]},"properties":{"id":38,"name":"高宇網路工程","lat":24.98443,"lng":121.564927,"address":"116台灣台北市文山區忠順街二段90巷7號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.570755,24.984496]},"properties":{"id":39,"name":"也是設計有限公司","lat":24.984496,"lng":121.570755,"address":"116台灣台北市文山區木新路二段79巷6弄11號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5742809,24.9873672]},"properties":{"id":40,"name":"Straight A 政大校園店","lat":24.9873672,"lng":121.5742809,"address":"11605台灣台北市文山區指南路二段64號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5887079,24.987068]},"properties":{"id":41,"name":"淇園造景園藝公司","lat":24.987068,"lng":121.5887079,"address":"116台灣台北市文山區萬壽路61巷23弄16號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.558039,24.988559]},"properties":{"id":46,"name":"壹點整合行銷有限公司-網站.行銷.設計.廣告","lat":24.988559,"lng":121.558039,"address":"116台灣台北市文山区木柵路二段100巷6號14樓","FL":14,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5580317,24.9886437]},"properties":{"id":47,"name":"壹點整合行銷-.商業設計.網站建置.網路行銷.攝影插畫","lat":24.9886437,"lng":121.5580317,"address":"116台灣台北市文山區木柵路二段6號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5454497,24.9954419]},"properties":{"id":55,"name":"廣告王","lat":24.9954419,"lng":121.5454497,"address":"11685台灣台北市文山區景興路97巷10號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.545391,24.995075]},"properties":{"id":56,"name":"艾莉森數位設計","lat":24.995075,"lng":121.545391,"address":"116台灣台北市文山區景華街82巷1號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.573868,24.993582]},"properties":{"id":57,"name":"Prodigy Studio - 行銷設計和攝影","lat":24.993582,"lng":121.573868,"address":"No.183, Sec. 1, Xinguang Rd., 文山區台北市台灣 11652","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.540234,24.9920722]},"properties":{"id":68,"name":"金介面科技有限公司","lat":24.9920722,"lng":121.540234,"address":"116台灣台北市文山區羅斯福路六段248號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5539833,24.999224]},"properties":{"id":69,"name":"昌隆資訊有限公司","lat":24.999224,"lng":121.5539833,"address":"116台灣台北市文山區辛亥路五段41號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5554425,24.9995919]},"properties":{"id":70,"name":"宏昌科技","lat":24.9995919,"lng":121.5554425,"address":"116台灣台北市文山區興隆路三段36巷15弄8號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5663722,24.9996901]},"properties":{"id":71,"name":"希爾設計有限公司","lat":24.9996901,"lng":121.5663722,"address":"116台灣文山區萬利街9號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.538878,25.002982]},"properties":{"id":81,"name":"橙邑設計/網路商城","lat":25.002982,"lng":121.538878,"address":"116台灣台北市文山區羅斯福路五段175號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.543071,24.9973499]},"properties":{"id":82,"name":"禾荷有限公司","lat":24.9973499,"lng":121.543071,"address":"116台灣台北市文山區景興路42巷6弄7號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.556875,25.000109]},"properties":{"id":83,"name":"赫頂多媒體 FlashRIA 網頁達人 呼救站","lat":25.000109,"lng":121.556875,"address":"116台灣台北市文山區興隆路三段111號臺北市立萬芳醫院","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5710401,24.9980937]},"properties":{"id":84,"name":"禾登LED專業照明","lat":24.9980937,"lng":121.5710401,"address":"116台灣台北市文山區萬芳路5號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5378881,25.0075104]},"properties":{"id":102,"name":"遠豐科技股份有限公司","lat":25.0075104,"lng":121.5378881,"address":"116台灣台北市文山區羅斯福路五段88-6號1樓","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.539185,25.004846]},"properties":{"id":103,"name":"創世紀資訊股份有限公司","lat":25.004846,"lng":121.539185,"address":"11681台灣台北市文山區羅斯福路五段125號4樓","FL":4,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.548504,25.002683]},"properties":{"id":104,"name":"東尼資訊有限公司","lat":25.002683,"lng":121.548504,"address":"116台灣台北市文山區興隆路二段203巷38號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.577849,25.000619]},"properties":{"id":105,"name":"田太石材工程有限公司","lat":25.000619,"lng":121.577849,"address":"116台灣台北市文山區木柵路4段165號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.531823,25.010442]},"properties":{"id":114,"name":"皿空間/ 二皿手作紙設計","lat":25.010442,"lng":121.531823,"address":"100台灣台北市中正區汀州路三段230巷59弄2號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5367773,25.0103543]},"properties":{"id":115,"name":"飛圖設計工作室","lat":25.0103543,"lng":121.5367773,"address":"116台灣台北市文山区汀州路四段3號1樓","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.536175,25.012393]},"properties":{"id":123,"name":"樂活資訊 LOHAS IT","lat":25.012393,"lng":121.536175,"address":"100台灣台北市中正區羅斯福路四段162號9樓之4","FL":9,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5414676,25.0142709]},"properties":{"id":124,"name":"工商業設計系","lat":25.0142709,"lng":121.5414676,"address":"106台灣台北市大安區","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.532434,25.016281]},"properties":{"id":131,"name":"復興設計學院","lat":25.016281,"lng":121.532434,"address":"100台灣台北市中正區羅斯福路三段302號4樓","FL":4,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5426821,25.0151045]},"properties":{"id":132,"name":"AtechOEM Inc. 亞元科技股份有限公司","lat":25.0151045,"lng":121.5426821,"address":"106台灣台北市大安區基隆路四段43號研揚大樓7樓","FL":7,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.55506,25.0189929]},"properties":{"id":133,"name":"探訪設計股份有限公司","lat":25.0189929,"lng":121.55506,"address":"106台灣台北市大安區和平東路三段308巷45號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5738023,25.0193968]},"properties":{"id":134,"name":"集集國際設計有限公司","lat":25.0193968,"lng":121.5738023,"address":"110台灣信義區景雲街","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.4966964,25.021266]},"properties":{"id":138,"name":"網頁設計|孟甲商行","lat":25.021266,"lng":121.4966964,"address":"108台灣台北市萬華區萬大路424巷25號2樓","FL":2,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.503064,25.020545]},"properties":{"id":139,"name":"倍特國際企業有限公司","lat":25.020545,"lng":121.503064,"address":"號, No. 184青年路萬華區台北市台灣 108","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.528037,25.023012]},"properties":{"id":140,"name":"無二設計整合有限公司","lat":25.023012,"lng":121.528037,"address":"106台灣台北市大安區師大路86巷2號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5280403,25.0211037]},"properties":{"id":141,"name":"網站架設【可思科技】網站設計、網頁設計、RWD、SEO、APP開發","lat":25.0211037,"lng":121.5280403,"address":"106台灣台北市大安區羅斯福路三段191號3 樓","FL":3,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.543826,25.023496]},"properties":{"id":142,"name":"Workis 工作是 (Coworking Space)","lat":25.023496,"lng":121.543826,"address":"106台灣台北市大安區復興南路二段337巷6弄2號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5546845,25.0226533]},"properties":{"id":143,"name":"傑立資訊事業有限公司","lat":25.0226533,"lng":121.5546845,"address":"110台灣台北市信義區和平東路三段257號6樓","FL":6,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5588651,25.0215812]},"properties":{"id":144,"name":"凱文網路有限公司","lat":25.0215812,"lng":121.5588651,"address":"11057台灣台北市信義區和平東路三段391巷8弄88號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.570183,25.023615]},"properties":{"id":145,"name":"積木創意設計有限公司","lat":25.023615,"lng":121.570183,"address":"110台灣信義區松仁路289號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.571205,25.023454]},"properties":{"id":146,"name":"辰展廣告創意設計有限公司","lat":25.023454,"lng":121.571205,"address":"110台灣信義區信義路五段150巷431弄18號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5083928,25.0257913]},"properties":{"id":148,"name":"振興發科技有限公司","lat":25.0257913,"lng":121.5083928,"address":"10067台灣台北市中正區中華路二段413號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5180421,25.0265688]},"properties":{"id":149,"name":"大墩設計有限公司 品牌設計/店面設計/招牌設計製作/開店裝潢","lat":25.0265688,"lng":121.5180421,"address":"100台灣台北市中正區和平西路一段98號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.519315,25.026304]},"properties":{"id":150,"name":"牧貓設計","lat":25.026304,"lng":121.519315,"address":"100台灣台北市中正區和平西路一段66號12樓","FL":12,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.521879,25.0272031]},"properties":{"id":151,"name":"金殿裝潢設計 Restaurant design & equipment supplier","lat":25.0272031,"lng":121.521879,"address":"100台灣台北市中正區羅斯福路二段70號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.52466,25.027159]},"properties":{"id":152,"name":"2think 想想設計","lat":25.027159,"lng":121.52466,"address":"106台灣台北市大安區和平東路一段67號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5232339,25.0256806]},"properties":{"id":153,"name":"商印整合行銷股份有限公司","lat":25.0256806,"lng":121.5232339,"address":"100台灣台北市中正區羅斯福路二段150號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5423355,25.0252339]},"properties":{"id":154,"name":"二合一網路行銷股份有限公司","lat":25.0252339,"lng":121.5423355,"address":"10664台灣台北市大安區和平東路二段201號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5491445,25.0246931]},"properties":{"id":155,"name":"WeB66台灣黃頁「際標資訊科技股份有限公司」","lat":25.0246931,"lng":121.5491445,"address":"106台灣台北市大安區和平東路三段63號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.553426,25.024881]},"properties":{"id":156,"name":"三普建設機構愛飛生文創事業-社群行銷、設計印刷服務、商標、LOGO、名片、設計、DM、傳單、商品去背、印名片、大圖輸出、海報輸出、數位看板、FB粉絲專頁經營、FB代操經營、活動規劃製作","lat":25.024881,"lng":121.553426,"address":"110台灣台北市信義區基隆路二段189號號 14 樓 之 7","FL":14,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5554197,25.0271867]},"properties":{"id":157,"name":"邁林國際多媒體股份有限公司","lat":25.0271867,"lng":121.5554197,"address":"106台灣台北市大安区基隆路二段166號10樓之1","FL":10,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.568545,25.024782]},"properties":{"id":158,"name":"雙黃視覺設計工作室","lat":25.024782,"lng":121.568545,"address":"110台灣台北市信義區松仁路228巷9弄9號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.490142,25.02635]},"properties":{"id":160,"name":"禾云室內設計/城市工程","lat":25.02635,"lng":121.490142,"address":"108台灣台北市萬華區環河南路三段49號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.499957,25.028104]},"properties":{"id":161,"name":"元品設計-品牌設計/店面設計/裝潢設計/商空設計/廣告設計/招牌設計","lat":25.028104,"lng":121.499957,"address":"108台灣台北市萬華區西藏路199巷37號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5154808,25.0296622]},"properties":{"id":162,"name":"產經網廣告有限公司","lat":25.0296622,"lng":121.5154808,"address":"100台灣台北市中正區重慶南路三段1號11樓","FL":11,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5217898,25.03054]},"properties":{"id":163,"name":"快轉創意設計有限公司","lat":25.03054,"lng":121.5217898,"address":"10093台灣台北市中正區羅斯福路一段119巷14號4F","FL":4,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.532179,25.028539]},"properties":{"id":164,"name":"國立臺灣師範大學設計學系","lat":25.028539,"lng":121.532179,"address":"號, No. 6青田街5巷大安區台北市台灣 106","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5434647,25.0277506]},"properties":{"id":165,"name":"摩登家庭LifeDesign","lat":25.0277506,"lng":121.5434647,"address":"106台灣台北市大安區117-83號信箱","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5521085,25.0303536]},"properties":{"id":166,"name":"ADC Studio","lat":25.0303536,"lng":121.5521085,"address":"10680台灣台北市大安區安和路二段64號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5581789,25.0303168]},"properties":{"id":167,"name":"巨石創意行銷設計","lat":25.0303168,"lng":121.5581789,"address":"106台灣台北市大安區基隆路二段77號10樓之3","FL":10,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5600038,25.0299456]},"properties":{"id":168,"name":"基美設計有限公司","lat":25.0299456,"lng":121.5600038,"address":"110台灣台北市信義區吳興街118巷26弄15號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5659785,25.0281319]},"properties":{"id":169,"name":"YOW!design","lat":25.0281319,"lng":121.5659785,"address":"110台灣台北市信義區莊敬路391巷16弄2號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5712349,25.0285751]},"properties":{"id":170,"name":"新芽網路有限公司","lat":25.0285751,"lng":121.5712349,"address":"110台灣台北市信義區信義路五段150巷2號8F-7","FL":8,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.4922218,25.0331941]},"properties":{"id":175,"name":"名舫髮型設計","lat":25.0331941,"lng":121.4922218,"address":"108台灣萬華區環河南路二段246號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5052401,25.033115]},"properties":{"id":176,"name":"專營指紋門禁考勤系統、數位監控系統、商用軟體、網路網頁設計、電腦組裝","lat":25.033115,"lng":121.5052401,"address":"100台灣台北市中正區中華路二段105號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5075471,25.0337902]},"properties":{"id":177,"name":"Trust 攝影平台 - 商業攝影 空間攝影 美食攝影 產品攝影","lat":25.0337902,"lng":121.5075471,"address":"台北市中正區延平南路189號地下室之四, 中正區台北市台灣 100","FL":-1,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5284624,25.0337578]},"properties":{"id":178,"name":"上上產品設計公司","lat":25.0337578,"lng":121.5284624,"address":"106台灣台北市大安區信義路二段136號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.546178,25.0346116]},"properties":{"id":179,"name":"木馬創意有限公司","lat":25.0346116,"lng":121.546178,"address":"106台灣台北市大安區大安路一段225號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5576784,25.0324587]},"properties":{"id":180,"name":"ROD Design & Branding 安格國際創意有限公司","lat":25.0324587,"lng":121.5576784,"address":"110台灣台北市信義區光復南路495號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.559041,25.032862]},"properties":{"id":181,"name":"澄思設計有限公司","lat":25.032862,"lng":121.559041,"address":"11052台灣台北市信義區信義路四段460號18F","FL":18,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.575731,25.034969]},"properties":{"id":182,"name":"樸石設計有限公司","lat":25.034969,"lng":121.575731,"address":"110台灣台北市信義區信義路6段33巷5號2樓之3","FL":2,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5010005,25.0310503]},"properties":{"id":185,"name":"耀昀創意設計有限公司","lat":25.0310503,"lng":121.5010005,"address":"108台灣萬華區莒光路231號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.520331,25.032872]},"properties":{"id":186,"name":"路可設計有限公司","lat":25.032872,"lng":121.520331,"address":"100台灣中正區寧波東街16巷1號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5220217,25.0383045]},"properties":{"id":187,"name":"廖建興設計有限公司","lat":25.0383045,"lng":121.5220217,"address":"10100台灣台北市中正區仁愛路一段18巷3號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.532484,25.035992]},"properties":{"id":188,"name":"夏天廣告有限公司","lat":25.035992,"lng":121.532484,"address":"100台灣台北市中正區新生南路一段142號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.542352,25.039132]},"properties":{"id":190,"name":"PLUS DESIGN 創值整合設計","lat":25.039132,"lng":121.542352,"address":"106台灣台北市大安區仁愛路三段123巷9弄5號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.551946,25.033047]},"properties":{"id":191,"name":"YDC INC. 瑞特顧問有限公司","lat":25.033047,"lng":121.551946,"address":"106台灣台北市大安區信義路四段214號 3 樓","FL":3,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.557603,25.036739]},"properties":{"id":192,"name":"波意設計","lat":25.036739,"lng":121.557603,"address":"110台灣台北市信義區光復南路417號8樓之6","FL":8,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5571827,25.0373657]},"properties":{"id":193,"name":"凡歐特視覺設計有限公司Violet Visual Concept Corp.","lat":25.0373657,"lng":121.5571827,"address":"10693台灣台北市大安區仁愛路四段414號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.559597,25.037333]},"properties":{"id":194,"name":"像素設計︱網頁.廣告.多媒體","lat":25.037333,"lng":121.559597,"address":"No. 464, Section 4, Ren-Ai Rd, 信義區台北市台灣 110","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.57747,25.039623]},"properties":{"id":195,"name":"簡報設計PPT Design - Justars具新整合行銷有限公司","lat":25.039623,"lng":121.57747,"address":"110台灣台北市信義區松德路12號6樓","FL":6,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5810417,25.0380856]},"properties":{"id":196,"name":"Lane 84 | Web Design House","lat":25.0380856,"lng":121.5810417,"address":"110台灣台北市信義區福德街84巷5號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5854655,25.0392794]},"properties":{"id":197,"name":"宇晨工程設計有限公司","lat":25.0392794,"lng":121.5854655,"address":"110台灣信義區福德街268巷5弄10號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.4921986,25.0348878]},"properties":{"id":199,"name":"劭唐視覺設計有限公司","lat":25.0348878,"lng":121.4921986,"address":"108台灣台北市萬華區和平西路三段302巷3弄26號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.504754,25.036773]},"properties":{"id":200,"name":"蓋婭科技有限公司","lat":25.036773,"lng":121.504754,"address":"108台灣台北市萬華區南寧路31號2F之3","FL":2,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.512206,25.042402]},"properties":{"id":201,"name":"FINPO 菲舶設計","lat":25.042402,"lng":121.512206,"address":"100台灣中正區中正區衡陽路51號8樓之3","FL":8,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.513357,25.04372]},"properties":{"id":202,"name":"夢蝶園 Butterfly Arts District","lat":25.04372,"lng":121.513357,"address":"100台灣台北市中正區重慶南路一段83號6樓","FL":6,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.513357,25.04372]},"properties":{"id":203,"name":"邁迪爾媒體行銷有限公司","lat":25.04372,"lng":121.513357,"address":"100台灣台北市中正區重慶南路1段83號6樓","FL":6,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5256559,25.0436381]},"properties":{"id":204,"name":"多奇數位創意有限公司","lat":25.0436381,"lng":121.5256559,"address":"100台灣台北市中正區台北市中正區杭州南路一段6巷5號3樓","FL":3,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.532463,25.0416169]},"properties":{"id":205,"name":"亞述設計股份有限公司","lat":25.0416169,"lng":121.532463,"address":"100台灣台北市中正區新生南路一段50號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5305328,25.0427412]},"properties":{"id":206,"name":"一方設計","lat":25.0427412,"lng":121.5305328,"address":"100台灣台北市中正區忠孝東路二段100號3樓","FL":3,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.530537,25.042844]},"properties":{"id":207,"name":"四點設計有限公司","lat":25.042844,"lng":121.530537,"address":"100台灣台北市中正区忠孝東路二段100號2樓之5","FL":2,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.534332,25.038601]},"properties":{"id":208,"name":"群盟科技股份有限公司","lat":25.038601,"lng":121.534332,"address":"106台灣台北市大安區仁愛路三段25號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5483805,25.0417511]},"properties":{"id":209,"name":"赫綵電腦設計培訓學院-東區學院","lat":25.0417511,"lng":121.5483805,"address":"106台灣台北市大安區忠孝東路四段107號9樓","FL":9,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5528834,25.0416543]},"properties":{"id":210,"name":"兩打半互動","lat":25.0416543,"lng":121.5528834,"address":"106台灣台北市大安區忠孝東路四段221號8樓","FL":8,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5503824,25.041583]},"properties":{"id":211,"name":"宸創有限公司(UBestSHOP網路開店系統)","lat":25.041583,"lng":121.5503824,"address":"10690台灣台北市大安區忠孝東路四段169號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5547993,25.0411915]},"properties":{"id":212,"name":"路老闆有限公司 [網頁設計 網站規劃]","lat":25.0411915,"lng":121.5547993,"address":"106台灣台北市大安區忠孝東路四段270號17樓","FL":17,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5620696,25.0405876]},"properties":{"id":213,"name":"原也國際設計有限公司 / RootDesign","lat":25.0405876,"lng":121.5620696,"address":"110台灣台北市信義區逸仙路50巷6號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5638583,25.0409985]},"properties":{"id":214,"name":"PMD 斐斯行銷設計有限公司","lat":25.0409985,"lng":121.5638583,"address":"110台灣台北市信義區忠孝東路四段560號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5653603,25.0422174]},"properties":{"id":215,"name":"貝爾網站國際有限公司","lat":25.0422174,"lng":121.5653603,"address":"110台灣台北市信義區基隆路一段155號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.570012,25.041509]},"properties":{"id":216,"name":"無有設計","lat":25.041509,"lng":121.570012,"address":"110台灣台北市信義區忠孝東路五段165巷3弄36號2F","FL":2,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.572803,25.042175]},"properties":{"id":217,"name":"深白設計有限公司","lat":25.042175,"lng":121.572803,"address":"110台灣台北市信义区虎林街120巷46號1F","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5756,25.042103]},"properties":{"id":218,"name":"深白設計有限公司","lat":25.042103,"lng":121.5756,"address":"110台灣台北市信義區虎林街120巷46號1F","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.575554,25.042103]},"properties":{"id":219,"name":"深白設計有限公司","lat":25.042103,"lng":121.575554,"address":"11089台灣台北市信義區虎林街120巷46號1F","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.578042,25.040611]},"properties":{"id":220,"name":"CHRONCODE Design Center 鈞豐設計","lat":25.040611,"lng":121.578042,"address":"110台灣台北市信義區忠孝東路5段482號15樓之2","FL":15,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.578093,25.040732]},"properties":{"id":221,"name":"韋伯設計整合行銷公司","lat":25.040732,"lng":121.578093,"address":"110台灣台北市信義區忠孝東路五段488號號 2 樓","FL":2,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.578971,25.041154]},"properties":{"id":222,"name":"次方創意設計有限公司","lat":25.041154,"lng":121.578971,"address":"110台灣台北市信義區忠孝東路五段510號15樓","FL":15,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.578042,25.040611]},"properties":{"id":223,"name":"星至澄資訊有限公司","lat":25.040611,"lng":121.578042,"address":"110台灣台北市信義區忠孝東路五段482號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5865123,25.0407115]},"properties":{"id":224,"name":"昂德古浪創意視覺有限公司","lat":25.0407115,"lng":121.5865123,"address":"110台灣台北市信義區福德街300巷39號4F","FL":4,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.580059,25.041264]},"properties":{"id":225,"name":"COOOKIE 可奇數位","lat":25.041264,"lng":121.580059,"address":"11083台灣台北市信義區忠孝東路五段524巷1弄12號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5020265,25.0450164]},"properties":{"id":232,"name":"利鴻國際設計有限公司","lat":25.0450164,"lng":121.5020265,"address":"108台灣萬華區環河南路一段71號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.504708,25.040607]},"properties":{"id":233,"name":"yes123求職網 | 企業徵才專區 | 0800-881186銳泰","lat":25.040607,"lng":121.504708,"address":"108台灣台北市萬華區長沙街二段91號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.513387,25.044956]},"properties":{"id":234,"name":"提華設計","lat":25.044956,"lng":121.513387,"address":"100台灣台北市中正區重慶南路一段43號3樓","FL":3,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.513367,25.046253]},"properties":{"id":235,"name":"瑞致","lat":25.046253,"lng":121.513367,"address":"100台灣台北市中正區重慶南路一段11-1號2樓","FL":2,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5123547,25.0445508]},"properties":{"id":236,"name":"耘成科技有限公司_台北設計中心","lat":25.0445508,"lng":121.5123547,"address":"10491台灣台北市中山區松江路283號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.510667,25.046961]},"properties":{"id":237,"name":"生活音響規劃有限公司 生活室內設計","lat":25.046961,"lng":121.510667,"address":"10043台灣台北市中正區中華路一段9巷10號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.516174,25.044976]},"properties":{"id":238,"name":"赫綵電腦設計培訓學院-站前學院","lat":25.044976,"lng":121.516174,"address":"100台灣台北市中正區南陽街13號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.516795,25.044353]},"properties":{"id":239,"name":"飛肯設計學苑","lat":25.044353,"lng":121.516795,"address":"100台灣台北市中正區公園路30-1號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5135291,25.0438751]},"properties":{"id":240,"name":"杰鼎數位科技(台北)","lat":25.0438751,"lng":121.5135291,"address":"100台灣台北市中正區重慶南路一段83號6樓","FL":6,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5184327,25.0462005]},"properties":{"id":241,"name":"郭九設計育成中心","lat":25.0462005,"lng":121.5184327,"address":"100台灣台北市中正區忠孝西路一段41號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.525222,25.0458855]},"properties":{"id":242,"name":"風格設計藝術有限公司","lat":25.0458855,"lng":121.525222,"address":"100台灣台北市中正區北平東路26-1號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.525326,25.045676]},"properties":{"id":243,"name":"瑞德網頁設計工作室","lat":25.045676,"lng":121.525326,"address":"100台灣台北市中正區紹興北街10號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5242656,25.0450654]},"properties":{"id":244,"name":"傳訊光科技股份有限公司-網頁設計,SEO","lat":25.0450654,"lng":121.5242656,"address":"100台灣台北市中正區林森北路5巷12-1號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5303415,25.0440462]},"properties":{"id":245,"name":"入境設計┊inside design","lat":25.0440462,"lng":121.5303415,"address":"100台灣台北市中正區金山北路1號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.530429,25.04388]},"properties":{"id":246,"name":"維克數位創意有限公司","lat":25.04388,"lng":121.530429,"address":"100台灣台北市中正區八德路一段5號7F","FL":7,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.54023,25.045218]},"properties":{"id":247,"name":"品展設計發行有限公司","lat":25.045218,"lng":121.54023,"address":"10491台灣中山區安東街16巷32號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5315472,25.0477709]},"properties":{"id":248,"name":"北極星實業有限公司","lat":25.0477709,"lng":121.5315472,"address":"10491台灣台北市中山區長安東路二段36巷9號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5323549,25.0438302]},"properties":{"id":249,"name":"源達科技股份有限公司","lat":25.0438302,"lng":121.5323549,"address":"100台灣台北市中正區新生南路一段6號光華國際電子廣場B1","FL":-1,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5390578,25.0410468]},"properties":{"id":250,"name":"肆放創意 4fun Works Inc.","lat":25.0410468,"lng":121.5390578,"address":"106台灣台北市大安區建國南路一段175巷33號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5340257,25.040771]},"properties":{"id":251,"name":"將聞整合行銷有限公司","lat":25.040771,"lng":121.5340257,"address":"106台灣台北市大安區新生南路一段103巷9號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5324516,25.0409264]},"properties":{"id":252,"name":"燁星科技有限公司","lat":25.0409264,"lng":121.5324516,"address":"100台灣台北市中正區新生南路一段56號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5437189,25.0463414]},"properties":{"id":253,"name":"映鴻設計有限公司","lat":25.0463414,"lng":121.5437189,"address":"10491台灣台北市中山區復興南路一段32號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.542589,25.045408]},"properties":{"id":254,"name":"転転 Tenten - (轉轉創意)","lat":25.045408,"lng":121.542589,"address":"號 1 樓, No. 70八德路二段300巷中山區台北市台灣 10492","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.543915,25.04621]},"properties":{"id":255,"name":"奕奇數位科技","lat":25.04621,"lng":121.543915,"address":"台北市中山區復興南路1段34號, 中山區台北市台灣 10492","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.557286,25.043436]},"properties":{"id":256,"name":"智邦網站代管、虛擬主機、網頁空間","lat":25.043436,"lng":121.557286,"address":"106台灣台北市大安區光復南路102號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5832487,25.0452555]},"properties":{"id":257,"name":"葛羅米資訊設計","lat":25.0452555,"lng":121.5832487,"address":"11575台灣台北市南港區忠孝東路六段6號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5822062,25.0448117]},"properties":{"id":258,"name":"雅渥國際有限公司","lat":25.0448117,"lng":121.5822062,"address":"115台灣台北市南港區忠孝東路五段811號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.6156299,25.04454]},"properties":{"id":259,"name":"HOME MIND 智慧空間","lat":25.04454,"lng":121.6156299,"address":"115台灣台北市南港區研究院路二段90號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.507069,25.044146]},"properties":{"id":265,"name":"J Design Studio","lat":25.044146,"lng":121.507069,"address":"108台灣台北市萬華區漢中街50巷11號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5237819,25.0494274]},"properties":{"id":266,"name":"台北市網頁設計網路行銷專家-Cityweb城市網","lat":25.0494274,"lng":121.5237819,"address":"10441台灣台北市中山區長安東路一段23號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.531175,25.048614]},"properties":{"id":267,"name":"台北網頁設計公司-[康曜資訊]商務網站整合專家-網站*APP*行銷","lat":25.048614,"lng":121.531175,"address":"10491台灣台北市中山區長安東路二段31 號6樓之3","FL":6,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.533132,25.0482721]},"properties":{"id":268,"name":"眾能數位行銷股份有限公司","lat":25.0482721,"lng":121.533132,"address":"10491台灣台北市中山區松江路51號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.53706,25.046781]},"properties":{"id":269,"name":"典洁網路有限公司","lat":25.046781,"lng":121.53706,"address":"10491台灣台北市中山區建國北路一段15號2樓","FL":2,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5480716,25.0515802]},"properties":{"id":270,"name":"凱斯整合行銷設計","lat":25.0515802,"lng":121.5480716,"address":"號, No. 346南京東路三段松山區台北市台灣 105","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.548303,25.051604]},"properties":{"id":271,"name":"魁亨科技股份有限公司","lat":25.051604,"lng":121.548303,"address":"105台灣台北市松山區南京東路三段346號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5561555,25.0487474]},"properties":{"id":272,"name":"水越設計","lat":25.0487474,"lng":121.5561555,"address":"105台灣台北市松山区八德路三段199巷4弄6號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5605113,25.0512823]},"properties":{"id":273,"name":"智擎數位設計股份有限公司","lat":25.0512823,"lng":121.5605113,"address":"105台灣松山區松山區南京東路五段58號2樓","FL":2,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5617449,25.0487159]},"properties":{"id":274,"name":"竤洋傳媒設計有限公司","lat":25.0487159,"lng":121.5617449,"address":"105台灣台北市松山區八德路四段123號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5588287,25.0513242]},"properties":{"id":275,"name":"齊力整合行销有限公司","lat":25.0513242,"lng":121.5588287,"address":"105台灣台北市松山區南京東路五段16號12樓之2","FL":12,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5627395,25.0512306]},"properties":{"id":276,"name":"U網站設計 優創媒體科技有限公司","lat":25.0512306,"lng":121.5627395,"address":"105台灣台北市松山區南京東路五段154號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.568076,25.051082]},"properties":{"id":277,"name":"異象設計有限公司","lat":25.051082,"lng":121.568076,"address":"10551台灣台北市松山區南京東路5段316號8F-6","FL":8,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5658601,25.043125]},"properties":{"id":278,"name":"鉅京國際貿易事業有限公司","lat":25.043125,"lng":121.5658601,"address":"110台灣台北市信義區基隆路一段141號11樓之6","FL":11,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5807453,25.0509658]},"properties":{"id":279,"name":"Wings XIII 翼十三聯合設計工作室","lat":25.0509658,"lng":121.5807453,"address":"11577台灣台北市南港區八德路四段895號二樓之二","FL":2,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.594082,25.050853]},"properties":{"id":280,"name":"賀田國際企業有限公司","lat":25.050853,"lng":121.594082,"address":"115台灣台北市南港區忠孝東路六段465號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5093158,25.0545604]},"properties":{"id":285,"name":"數碼進化科技","lat":25.0545604,"lng":121.5093158,"address":"103台灣台北市大同區迪化街一段32巷15號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5105178,25.0524369]},"properties":{"id":286,"name":"白紙創意設計有限公司","lat":25.0524369,"lng":121.5105178,"address":"103台灣台北市大同區台灣台北市大同區塔城街39號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.511665,25.0526738]},"properties":{"id":287,"name":"破題設計","lat":25.0526738,"lng":121.511665,"address":"103台灣台北市大同區延平北路一段104號10樓","FL":10,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.521105,25.054267]},"properties":{"id":288,"name":"Labsology 法博思品牌管理與策略設計顧問公司","lat":25.054267,"lng":121.521105,"address":"10491台灣台北市中山區中山北路二段36巷28號2樓","FL":2,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.512993,25.054084]},"properties":{"id":289,"name":"多摩創意工作室","lat":25.054084,"lng":121.512993,"address":"103台灣台北市大同區南京西路165號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5256261,25.0518532]},"properties":{"id":290,"name":"看見未來視覺整合設計有限公司","lat":25.0518532,"lng":121.5256261,"address":"10454台灣台北市中山區南京東路一段86號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.522828,25.053113]},"properties":{"id":291,"name":"Westside Union","lat":25.053113,"lng":121.522828,"address":"10491台灣台北市中山區中山北路二段45巷23號4樓","FL":4,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.526154,25.051876]},"properties":{"id":292,"name":"海棠設計有限公司","lat":25.051876,"lng":121.526154,"address":"10491台灣台北市中山區南京東路一段96號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5314829,25.0542989]},"properties":{"id":293,"name":"mdsg","lat":25.0542989,"lng":121.5314829,"address":"10491台灣台北市中山區一江街56號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5348953,25.05312]},"properties":{"id":294,"name":"丰田聯合設計有限公司","lat":25.05312,"lng":121.5348953,"address":"10491台灣台北市中山區伊通街97號號 2 樓","FL":2,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.535082,25.052339]},"properties":{"id":295,"name":"Etiquette GIA禮爵國際服務形象顧問(魅力服務設計/空服員機師培訓)","lat":25.052339,"lng":121.535082,"address":"104台灣台北市中山區南京東路二段137號14樓","FL":14,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.545447,25.052809]},"properties":{"id":296,"name":"沅樸創意設計行銷股份有限公司","lat":25.052809,"lng":121.545447,"address":"105台灣台北市松山區慶城街16巷6號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.543845,25.053477]},"properties":{"id":297,"name":"君璽網路行銷","lat":25.053477,"lng":121.543845,"address":"10491台灣台北市中山區復興北路164號8樓 031室","FL":8,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5687083,25.0527297]},"properties":{"id":298,"name":"iK S' - ice Kream STUDIO { 艾克斯 - 設計。品牌。行銷 }","lat":25.0527297,"lng":121.5687083,"address":"10585台灣台北市松山區寶清街101巷26號3樓","FL":3,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5710906,25.0496713]},"properties":{"id":299,"name":"寶睿科技","lat":25.0496713,"lng":121.5710906,"address":"10581台灣台北市松山區八德路四段520號11F-1","FL":11,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5841757,25.0481647]},"properties":{"id":300,"name":"星蟲子數位科技股份有限公司","lat":25.0481647,"lng":121.5841757,"address":"115台灣台北市南港區忠孝東路六段81巷14號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.596103,25.0555004]},"properties":{"id":301,"name":"山嵐室內設計","lat":25.0555004,"lng":121.596103,"address":"115台灣台北市南港區重陽路45號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5993045,25.0536203]},"properties":{"id":302,"name":"今硯室內裝修設計工程有限公司","lat":25.0536203,"lng":121.5993045,"address":"115台灣台北市南港區南港路二段202號1 樓","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.6134849,25.0530792]},"properties":{"id":303,"name":"夏娃數位行銷有限公司","lat":25.0530792,"lng":121.6134849,"address":"115台灣台北市南港區忠孝東路七段555號2樓","FL":2,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.617183,25.054127]},"properties":{"id":304,"name":"紘星整體空間設計","lat":25.054127,"lng":121.617183,"address":"115台灣台北市南港區富康街22號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5126695,25.0598317]},"properties":{"id":314,"name":"點睛設計有限公司","lat":25.0598317,"lng":121.5126695,"address":"103台灣台北市大同區甘州街48號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5320327,25.0583954]},"properties":{"id":315,"name":"後設多媒體設計有限公司","lat":25.0583954,"lng":121.5320327,"address":"10467 號 7 樓 之 6, No. 6民生東路二段127巷中山區台北市台灣 10491","FL":7,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.531522,25.057835]},"properties":{"id":316,"name":"FIREXIT design 星火設計","lat":25.057835,"lng":121.531522,"address":"10467台灣台北市中山区民生東路二段120號3樓","FL":3,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5333874,25.0564918]},"properties":{"id":317,"name":"蘭子網站設計、管理、優化中心","lat":25.0564918,"lng":121.5333874,"address":"104台灣台北市中山區松江路185號4樓406室","FL":4,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5302829,25.0565712]},"properties":{"id":318,"name":"網動廣告科技股份有限公司","lat":25.0565712,"lng":121.5302829,"address":"10455台灣台北市中山區吉林路109號2樓","FL":2,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5377622,25.0546407]},"properties":{"id":319,"name":"安琪米克數位有限公司","lat":25.0546407,"lng":121.5377622,"address":"10491台灣台北市中山區長春路220號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.543927,25.059761]},"properties":{"id":320,"name":"點一點室內設計(室內設計裝潢平台)","lat":25.059761,"lng":121.543927,"address":"10478台灣台北市中山區復興北路344號7樓之1","FL":7,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.542036,25.056304]},"properties":{"id":321,"name":"泰象空間設計公司《店面規劃|專櫃裝潢|展覽工程|室內整修|公仔設計|3D列印》","lat":25.056304,"lng":121.542036,"address":"10481台灣台北市中山區遼寧街218號三樓","FL":3,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.545527,25.0593709]},"properties":{"id":322,"name":"安琪米克設計工作室","lat":25.0593709,"lng":121.545527,"address":"105台灣台北市松山區民權東路三段106巷21弄14號7樓","FL":7,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5454107,25.0593876]},"properties":{"id":323,"name":"幸福空間有限公司","lat":25.0593876,"lng":121.5454107,"address":"105台灣台北市松山區民權東路三段106巷21弄10號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.543807,25.054121]},"properties":{"id":324,"name":"草莓牛奶屋","lat":25.054121,"lng":121.543807,"address":"104台灣台北市中山区復興北路176號3樓","FL":3,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.548833,25.058469]},"properties":{"id":325,"name":"瑜悅設計 transform design","lat":25.058469,"lng":121.548833,"address":"105台灣台北市松山區敦化北路220號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.553877,25.0578059]},"properties":{"id":326,"name":"Dotted Design Company 逗點創制有限公司","lat":25.0578059,"lng":121.553877,"address":"105台灣松山區民生東路四段80巷1弄13號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.548607,25.056486]},"properties":{"id":327,"name":"dóts|活粒有限公司","lat":25.056486,"lng":121.548607,"address":"105台灣台北市松山區敦化北路170號號 3 樓","FL":3,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5604088,25.0573648]},"properties":{"id":328,"name":"藍禹設計工作室","lat":25.0573648,"lng":121.5604088,"address":"105台灣台北市松山區民生東路五段36巷8弄23號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5572121,25.0581847]},"properties":{"id":329,"name":"Design Butik / 集品文創","lat":25.0581847,"lng":121.5572121,"address":"105台灣台北市松山區民生東路五段38號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5692315,25.0590831]},"properties":{"id":330,"name":"世磊實業股份有限公司","lat":25.0590831,"lng":121.5692315,"address":"10587台灣台北市松山區塔悠路219號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.593011,25.05636]},"properties":{"id":331,"name":"鵠創意設計","lat":25.05636,"lng":121.593011,"address":"115台灣台北市南港區成功路一段61號2樓","FL":2,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5956872,25.0583547]},"properties":{"id":332,"name":"豊禾室內設計工作室","lat":25.0583547,"lng":121.5956872,"address":"115台灣南港區向陽路258巷73號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.6029131,25.0575699]},"properties":{"id":333,"name":"采羿廣告設計有限公司","lat":25.0575699,"lng":121.6029131,"address":"115台灣台北市南港區重陽路200號2樓","FL":2,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.6137914,25.0560336]},"properties":{"id":334,"name":"歐原形象設計股份有限公司","lat":25.0560336,"lng":121.6137914,"address":"115台灣台北市南港區三重路19號-6號10樓","FL":10,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.616708,25.057594]},"properties":{"id":335,"name":"Seoace","lat":25.057594,"lng":121.616708,"address":"11577台灣台北市南港區經貿二路","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.518449,25.059848]},"properties":{"id":346,"name":"權駟品牌創意有限公司","lat":25.059848,"lng":121.518449,"address":"103台灣台北市大同區承德路二段215號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.528009,25.063331]},"properties":{"id":347,"name":"夏木樂網頁設計","lat":25.063331,"lng":121.528009,"address":"12 樓 -2 No. 7, Section 3, Xinsheng North Road, 中山區台北市台灣 10491","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5334411,25.0599426]},"properties":{"id":348,"name":"沅樸創意設計行銷股份有限公司","lat":25.0599426,"lng":121.5334411,"address":"105台灣台北市松山區慶城街16巷4號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5296393,25.0599092]},"properties":{"id":349,"name":"乙曼資訊科技有限公司","lat":25.0599092,"lng":121.5296393,"address":"10491台灣台北市中山區新生北路二段127巷37號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.537513,25.061625]},"properties":{"id":350,"name":"風行天股份有限公司 Skywind, Inc.","lat":25.061625,"lng":121.537513,"address":"10491台灣中山區中山區建國北路二段147號6樓之3","FL":6,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5323955,25.0630187]},"properties":{"id":351,"name":"OHM 跨界所","lat":25.0630187,"lng":121.5323955,"address":"10491台灣台北市中山區松江路372巷16號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.549046,25.060813]},"properties":{"id":352,"name":"名行網頁設計","lat":25.060813,"lng":121.549046,"address":"105台灣台北市松山區敦化北路244巷9號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5472777,25.0618737]},"properties":{"id":353,"name":"創兆網路科技有限公司","lat":25.0618737,"lng":121.5472777,"address":"105台灣台北市松山區民權東路三段144號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5583296,25.0610486]},"properties":{"id":354,"name":"元平設計 Y&P Design International","lat":25.0610486,"lng":121.5583296,"address":"10583台灣台北市松山區富錦街359巷2弄4號2樓","FL":2,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.557805,25.0588509]},"properties":{"id":355,"name":"Chance Bike | Chance-MS","lat":25.0588509,"lng":121.557805,"address":"105台灣台北市松山區民生東路五段69巷1弄14號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5763277,25.0587034]},"properties":{"id":356,"name":"高佳林實業股份有限公司(樂扣樂扣總代理)","lat":25.0587034,"lng":121.5763277,"address":"114台灣台北市內湖區新湖一路89號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5801229,25.0622186]},"properties":{"id":357,"name":"實威國際股份有限公司","lat":25.0622186,"lng":121.5801229,"address":"114台灣台北市內湖區行愛路78巷28號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5240697,25.0650189]},"properties":{"id":374,"name":"甲子產品設計有限公司","lat":25.0650189,"lng":121.5240697,"address":"號, No. 19農安街中山區台北市台灣 10491","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5295099,25.066255]},"properties":{"id":375,"name":"逸視覺設計_廣告_行銷/Evision Design/Marketing/AD","lat":25.066255,"lng":121.5295099,"address":"10491台灣台北市中山區農安街77巷9弄37號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.547303,25.0639891]},"properties":{"id":376,"name":"訊維科技股份有限公司","lat":25.0639891,"lng":121.547303,"address":"105台灣台北市松山區民族東路708號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5862755,25.0671467]},"properties":{"id":377,"name":"高速電腦維修中心","lat":25.0671467,"lng":121.5862755,"address":"105台灣台北市內湖區民權東路六段90巷31弄5號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5925514,25.0670649]},"properties":{"id":378,"name":"MCESS Inc.(是光科技有限公司)","lat":25.0670649,"lng":121.5925514,"address":"11490台灣 Taipei City, Neihu District, 民權東路6段180巷54號6樓","FL":6,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.6013332,25.0601808]},"properties":{"id":379,"name":"百勵創新科技股份有限公司","lat":25.0601808,"lng":121.6013332,"address":"114台灣內湖區安美街181號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.6072011,25.0669345]},"properties":{"id":380,"name":"大湖森林室內裝修設計工程有限公司","lat":25.0669345,"lng":121.6072011,"address":"114台灣內湖區康寧路三段56巷200號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.612149,25.067812]},"properties":{"id":381,"name":"久奇空間設計有限公司","lat":25.067812,"lng":121.612149,"address":"114台灣內湖區內湖區五分街72巷3號5樓之1","FL":5,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5115851,25.0695324]},"properties":{"id":392,"name":"台北網頁設計","lat":25.0695324,"lng":121.5115851,"address":"103台灣台北市大同區迪化街二段195號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.515067,25.0684846]},"properties":{"id":393,"name":"方包設計(禾堂企業有限公司)","lat":25.0684846,"lng":121.515067,"address":"10369台灣台北市大同區民族西路174號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.518681,25.069167]},"properties":{"id":394,"name":"源做視覺整合設計","lat":25.069167,"lng":121.518681,"address":"103台灣台北市大同區承德路三段179號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.566456,25.0631572]},"properties":{"id":395,"name":"千明興業有限公司","lat":25.0631572,"lng":121.566456,"address":"105台灣台北市松山區民權東路五段72號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.57773,25.066288]},"properties":{"id":396,"name":"理奧設計工程有限公司","lat":25.066288,"lng":121.57773,"address":"114台灣內湖區內湖區民權東路六段18號4樓","FL":4,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.580069,25.070165]},"properties":{"id":397,"name":"秀威資訊科技股份有限公司","lat":25.070165,"lng":121.580069,"address":"114台灣台北市內湖區瑞光路76巷65號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5890581,25.070832]},"properties":{"id":398,"name":"威創資訊電腦組裝維修網頁設計","lat":25.070832,"lng":121.5890581,"address":"114台灣台北市內湖區成功路二段426巷22號B1樓","FL":-1,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.592711,25.0694868]},"properties":{"id":399,"name":"大發網路資訊有限公司","lat":25.0694868,"lng":121.592711,"address":"114台灣台北市內湖區民權東路六段123巷16號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.603,25.0704]},"properties":{"id":400,"name":"冶鑄建築+設計工坊","lat":25.0704,"lng":121.603,"address":"11483台灣台北市內湖區民權東路六段407號1樓","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.509567,25.068868]},"properties":{"id":405,"name":"設計款家具燈飾","lat":25.068868,"lng":121.509567,"address":"103台灣台北市大同區民族西路317號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5170677,25.0720704]},"properties":{"id":406,"name":"文偉說 文創事業","lat":25.0720704,"lng":121.5170677,"address":"103台灣台北市大同區庫倫街3號3樓","FL":3,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.574873,25.071644]},"properties":{"id":407,"name":"宙盟資訊股份有限公司","lat":25.071644,"lng":121.574873,"address":"114台灣內湖區舊宗路二段181巷6號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5755627,25.0741479]},"properties":{"id":408,"name":"瑞嘉軟體科技股份有限公司","lat":25.0741479,"lng":121.5755627,"address":"114台灣台北市內湖區瑞湖街58號8樓","FL":8,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.6039931,25.0736812]},"properties":{"id":409,"name":"博森設計工程有限公司","lat":25.0736812,"lng":121.6039931,"address":"114台灣內湖區金湖路348號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.6176156,25.0741374]},"properties":{"id":410,"name":"博瑞網頁設計","lat":25.0741374,"lng":121.6176156,"address":"11477台灣台北市內湖區安泰街49巷3號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5107949,25.0773378]},"properties":{"id":417,"name":"獨想 - Dothink ! 網頁設計&數位行銷","lat":25.0773378,"lng":121.5107949,"address":"103台灣台北市大同區延平北路四段294巷38號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5265616,25.0766076]},"properties":{"id":418,"name":"Playhouse 設計生活館(大直店)","lat":25.0766076,"lng":121.5265616,"address":"台北市中山區北安路780號1樓, 中山區台北市台灣 10464","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.545817,25.078082]},"properties":{"id":419,"name":"工一設計","lat":25.078082,"lng":121.545817,"address":"號, No. 17北安路458巷47弄中山區台北市台灣 10491","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5505726,25.0783404]},"properties":{"id":420,"name":"十字手設計 / HIPSIONG照相雜貨","lat":25.0783404,"lng":121.5505726,"address":"10491台灣台北市中山區明水路397巷7弄53號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5585586,25.0780546]},"properties":{"id":421,"name":"eptá studio","lat":25.0780546,"lng":121.5585586,"address":"10491台灣台北市中山區敬業三路162巷48號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5654207,25.0787036]},"properties":{"id":422,"name":"寬度策略行銷股份有限公司","lat":25.0787036,"lng":121.5654207,"address":"114台灣台北市內湖區堤頂大道二段293號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.576362,25.075998]},"properties":{"id":423,"name":"橙億科技","lat":25.075998,"lng":121.576362,"address":"114台灣台北市內湖區江南街117巷8弄4號號 2 樓","FL":2,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.580195,25.076276]},"properties":{"id":424,"name":"艾爾森數位","lat":25.076276,"lng":121.580195,"address":"11473台灣台北市內湖區文德路22巷39號4樓","FL":4,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.584106,25.0755047]},"properties":{"id":425,"name":"發發設計(Studio88)","lat":25.0755047,"lng":121.584106,"address":"號, No. 19陽光街92巷7弄內湖區台北市台灣 114","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.589203,25.073626]},"properties":{"id":426,"name":"寬是即境台北室內設計公司","lat":25.073626,"lng":121.589203,"address":"11472台灣台北市內湖區成功路二段498巷7號1樓","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5977921,25.0783885]},"properties":{"id":427,"name":"鉅奇科技有限公司","lat":25.0783885,"lng":121.5977921,"address":"114台灣內湖區康寧路一段292號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.509355,25.082093]},"properties":{"id":436,"name":"弘承資訊有限公司","lat":25.082093,"lng":121.509355,"address":"111台灣台北市士林區葫蘆街30巷41弄16號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5198401,25.0804326]},"properties":{"id":437,"name":"雙博國際","lat":25.0804326,"lng":121.5198401,"address":"111台灣台北市士林區承德路四段10巷47號1樓","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5455234,25.0834614]},"properties":{"id":438,"name":"工業產品設計學系(所)","lat":25.0834614,"lng":121.5455234,"address":"10491台灣台北市中山區","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5519412,25.0787248]},"properties":{"id":439,"name":"春田創意 springfield.tw","lat":25.0787248,"lng":121.5519412,"address":"10491台灣台北市中山區明水路543-1號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5656291,25.0827916]},"properties":{"id":440,"name":"達希亞視覺顧問有限公司","lat":25.0827916,"lng":121.5656291,"address":"114台灣台北市內湖區環山路一段3號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5929405,25.0828265]},"properties":{"id":441,"name":"鑫色行銷網頁設計公司","lat":25.0828265,"lng":121.5929405,"address":"114台灣台北市內湖區成功路四段68號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5953859,25.079992]},"properties":{"id":442,"name":"雙木林人文系統設計","lat":25.079992,"lng":121.5953859,"address":"114台灣台北市內湖區星雲街146號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.607784,25.075307]},"properties":{"id":443,"name":"耘宏設計有限公司","lat":25.075307,"lng":121.607784,"address":"114台灣內湖區成功路五段420巷11號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.6128902,25.0761572]},"properties":{"id":444,"name":"元綸設計有限公司","lat":25.0761572,"lng":121.6128902,"address":"114台灣內湖區康寧路三段75巷186弄103號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5053383,25.0865036]},"properties":{"id":449,"name":"吉多力網路開店","lat":25.0865036,"lng":121.5053383,"address":"111台灣台北市士林區環河北路三段151號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.521765,25.086252]},"properties":{"id":450,"name":"灣皮斯數位有限公司","lat":25.086252,"lng":121.521765,"address":"111台灣台北市士林區後港街96號7樓C室","FL":7,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.522496,25.083654]},"properties":{"id":451,"name":"GiftÜ Shop+Cafe 禮尚網","lat":25.083654,"lng":121.522496,"address":"11166台灣台北市士林區劍潭路28號1F","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.54643,25.084012]},"properties":{"id":452,"name":"私立實踐大學工業產品設計研究所","lat":25.084012,"lng":121.54643,"address":"10491台灣中山區大直街69號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.552083,25.079351]},"properties":{"id":453,"name":"一太e衛廚(毅太企業股份有限公司)","lat":25.079351,"lng":121.552083,"address":"10464台灣台北市中山區明水路561號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5636472,25.0840231]},"properties":{"id":454,"name":"嶼果設計有限公司 IslandSeeDesign","lat":25.0840231,"lng":121.5636472,"address":"114台灣台北市內湖區內湖路1段203巷5號2樓","FL":2,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.567348,25.086587]},"properties":{"id":455,"name":"這邊音樂那邊設計工作室 HereThere Studio","lat":25.086587,"lng":121.567348,"address":"114台灣台北市內湖區環山路一段88號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.572224,25.0798664]},"properties":{"id":456,"name":"嘉航科技股份有限公司","lat":25.0798664,"lng":121.572224,"address":"114台灣台北市內湖區洲子街71號3樓","FL":3,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.575355,25.0830337]},"properties":{"id":457,"name":"雨果廣告設計有限公司","lat":25.0830337,"lng":121.575355,"address":"114台灣內湖區港華街57號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.587592,25.087806]},"properties":{"id":458,"name":"閎柏室內設計有限公司","lat":25.087806,"lng":121.587592,"address":"114台灣內湖區金龍路203號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.601801,25.087057]},"properties":{"id":459,"name":"畢冊王文化事業 BCWow-Design","lat":25.087057,"lng":121.601801,"address":"114台灣台北市內湖區大湖山莊街151巷5號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.603895,25.085851]},"properties":{"id":460,"name":"大台北景觀設計有限公司","lat":25.085851,"lng":121.603895,"address":"114台灣內湖區大湖山莊街58號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5165979,25.0894879]},"properties":{"id":464,"name":"曲直產品設計有限公司","lat":25.0894879,"lng":121.5165979,"address":"111台灣台北市士林區大南路408巷12號2樓","FL":2,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5178514,25.0889021]},"properties":{"id":465,"name":"GFSD水鑽設計精品","lat":25.0889021,"lng":121.5178514,"address":"111台灣台北市士林區大南路321號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5243528,25.0917587]},"properties":{"id":466,"name":"達格網頁設計公司","lat":25.0917587,"lng":121.5243528,"address":"111台灣台北市士林區福德路31-1號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.522472,25.088956]},"properties":{"id":467,"name":"西北科技有限公司","lat":25.088956,"lng":121.522472,"address":"111台灣台北市士林區基河路140號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.561639,25.08296]},"properties":{"id":468,"name":"Kitchen Italia - Scavolini Store","lat":25.08296,"lng":121.561639,"address":"10491台灣台北市內湖區堤頂大道二段","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5923633,25.0856567]},"properties":{"id":469,"name":"曉聞工藝有限公司","lat":25.0856567,"lng":121.5923633,"address":"114台灣台北市內湖區內湖路三段45-1號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.4976232,25.0948542]},"properties":{"id":471,"name":"歐悅設計股份有限公司","lat":25.0948542,"lng":121.4976232,"address":"111台灣台北市士林區延平北路七段18-2號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5089138,25.091849]},"properties":{"id":472,"name":"開始設計工作室","lat":25.091849,"lng":121.5089138,"address":"11164台灣台北市士林區社中街156巷49號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5278467,25.0941479]},"properties":{"id":473,"name":"元鎮室內設計有限公司","lat":25.0941479,"lng":121.5278467,"address":"111台灣士林區中山北路五段529號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.49377,25.099425]},"properties":{"id":479,"name":"興麗窗飾設計有限公司","lat":25.099425,"lng":121.49377,"address":"111台灣士林區延平北路七段150巷22號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5290003,25.0962069]},"properties":{"id":480,"name":"奇淉創意整合行銷有限公司","lat":25.0962069,"lng":121.5290003,"address":"111台灣士林區中正路118號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5266967,25.1025761]},"properties":{"id":482,"name":"CUNC 昶遠資訊科技- 醫療網站設計事業","lat":25.1025761,"lng":121.5266967,"address":"111台灣台北市士林區中山北路六段2巷6號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.529663,25.102022]},"properties":{"id":483,"name":"胡桃樹傢俱傢飾","lat":25.102022,"lng":121.529663,"address":"111台灣台北市士林區至誠路二段25號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.505228,25.099417]},"properties":{"id":485,"name":"燈時代照明 美術燈具燈飾專賣","lat":25.099417,"lng":121.505228,"address":"112台灣台北市北投區洲美街125號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.517481,25.106233]},"properties":{"id":486,"name":"青瓷設計工程有限公司","lat":25.106233,"lng":121.517481,"address":"112台灣北投區文林北路94巷5弄3號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.522976,25.105411]},"properties":{"id":487,"name":"大力量權威行銷","lat":25.105411,"lng":121.522976,"address":"111台灣台北市士林區德行西路40號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.532662,25.0988699]},"properties":{"id":488,"name":"歐克室內設計企業有限公司","lat":25.0988699,"lng":121.532662,"address":"111台灣台北市士林區雨農路30之2號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5134703,25.1090283]},"properties":{"id":489,"name":"品京科技有限公司","lat":25.1090283,"lng":121.5134703,"address":"112台灣台北市北投區文林北路256號1樓","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.531724,25.10812]},"properties":{"id":490,"name":"STC 勝勢科技股份有限公司 Sense-tech Innovation company","lat":25.10812,"lng":121.531724,"address":"111台灣台北市士林區忠誠路一段173巷22號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5623927,25.1086506]},"properties":{"id":491,"name":"熊族設計股份有限公司","lat":25.1086506,"lng":121.5623927,"address":"111台灣台北市士林區中社路二段11號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5038144,25.115823]},"properties":{"id":492,"name":"楓苑景觀設計工程有限公司","lat":25.115823,"lng":121.5038144,"address":"112台灣台北市北投區立賢路295號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.524462,25.113271]},"properties":{"id":493,"name":"優吉兒網站設計公司","lat":25.113271,"lng":121.524462,"address":"112台灣台北市北投區榮華二路1號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.532477,25.114549]},"properties":{"id":494,"name":"EasonDesign 壹慎設計","lat":25.114549,"lng":121.532477,"address":"111台灣台北市士林區忠誠路二段144號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.53947,25.1123219]},"properties":{"id":495,"name":"idg+art 邑風設計","lat":25.1123219,"lng":121.53947,"address":"號, No. 134東山路士林區台北市台灣 111","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.4995654,25.1178234]},"properties":{"id":496,"name":"On ♥ Design 工業家具‧燈飾 萊瑞倉庫","lat":25.1178234,"lng":121.4995654,"address":"112台灣台北市北投區承德路七段401巷88弄6號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.506839,25.116608]},"properties":{"id":497,"name":"萬事達668","lat":25.116608,"lng":121.506839,"address":"112台灣台北市北投區承德路七段280巷32號3樓","FL":3,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5160113,25.1177055]},"properties":{"id":498,"name":"Prince_DesignCenter","lat":25.1177055,"lng":121.5160113,"address":"11266台灣台北市北投區義理街68號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.4958356,25.1214683]},"properties":{"id":500,"name":"林耕州室內設計有限公司","lat":25.1214683,"lng":121.4958356,"address":"112台灣北投區大度路一段","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5004063,25.1221546]},"properties":{"id":501,"name":"朕宏國際實業有限公司","lat":25.1221546,"lng":121.5004063,"address":"112台灣台北市北投區中央南路二段103號6樓","FL":6,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5223887,25.1231557]},"properties":{"id":502,"name":"知本形象廣告有限公司","lat":25.1231557,"lng":121.5223887,"address":"112台灣北投區石牌路二段315巷28弄5號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.532108,25.118019]},"properties":{"id":503,"name":"台灣北輪有限公司","lat":25.118019,"lng":121.532108,"address":"11153台灣台北市士林區天母東路31號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.4692449,25.1258614]},"properties":{"id":504,"name":"台灣亞斯特有限公司","lat":25.1258614,"lng":121.4692449,"address":"112台灣北投區立功街79巷1號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.4712509,25.1255799]},"properties":{"id":505,"name":"樂垺空間設計有限公司","lat":25.1255799,"lng":121.4712509,"address":"112台灣北投區立功街","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5002312,25.1252073]},"properties":{"id":506,"name":"雷耀企業股份有限公司","lat":25.1252073,"lng":121.5002312,"address":"112台灣台北市北投區中央南路二段32號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5081178,25.1201354]},"properties":{"id":507,"name":"葉朵設計有限公司","lat":25.1201354,"lng":121.5081178,"address":"112台灣台北市北投區西安街二段249號5F","FL":5,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.532027,25.1215209]},"properties":{"id":508,"name":"GeoPay 電子商務金流整合服務","lat":25.1215209,"lng":121.532027,"address":"111台灣台北市士林區中山北路七段82巷1號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.4726788,25.1285139]},"properties":{"id":510,"name":"雅登廚飾","lat":25.1285139,"lng":121.4726788,"address":"112台灣台北市北投區立德路157號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.497429,25.130361]},"properties":{"id":511,"name":"銘啟科技有限公司","lat":25.130361,"lng":121.497429,"address":"112台灣北投區大興街9巷13號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.532946,25.123421]},"properties":{"id":512,"name":"世群室內設計工程有限公司","lat":25.123421,"lng":121.532946,"address":"111台灣士林區中山北路七段154巷6號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5740813,25.1314795]},"properties":{"id":513,"name":"草山窯 CaoShan Pottery","lat":25.1314795,"lng":121.5740813,"address":"111台灣台北市士林區平菁街43巷8號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.499323,25.1353759]},"properties":{"id":515,"name":"寬寬設計整合有限公司","lat":25.1353759,"lng":121.499323,"address":"112台灣北投區大同街138巷7號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5043529,25.1354616]},"properties":{"id":516,"name":"奧立創意整合有限公司","lat":25.1354616,"lng":121.5043529,"address":"11241台灣台北市北投區溫泉路65巷10號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.544438,25.134945]},"properties":{"id":517,"name":"67ideas","lat":25.134945,"lng":121.544438,"address":"No 28 Jiantan Road, Floor 2, 士林區台北市台灣 111","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.4903682,25.1385827]},"properties":{"id":519,"name":"皮納斯設計 Phoenix307 Design","lat":25.1385827,"lng":121.4903682,"address":"112台灣台北市北投區中央北路二段292號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.4986215,25.1371284]},"properties":{"id":520,"name":"A.Q uality Hair Salon","lat":25.1371284,"lng":121.4986215,"address":"112台灣台北市北投區大業路633號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.505464,25.136002]},"properties":{"id":521,"name":"蔡易章北投家","lat":25.136002,"lng":121.505464,"address":"112台灣台北市北投區光明路226號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.483385,25.141497]},"properties":{"id":522,"name":"大珈室內設計有限公司","lat":25.141497,"lng":121.483385,"address":"112台灣台北市北投區中央北路三段40巷49-7號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.501002,25.1424359]},"properties":{"id":523,"name":"好熊設計 BONSTUDIO","lat":25.1424359,"lng":121.501002,"address":"112台灣台北市北投區復興四路20-3號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.4986866,25.1437198]},"properties":{"id":524,"name":"永騰設計--專業設計與網站製作","lat":25.1437198,"lng":121.4986866,"address":"23445台灣新北市北投區中和街398巷","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5411969,25.1371429]},"properties":{"id":525,"name":"Straight A Apple授權校園店文化大學","lat":25.1371429,"lng":121.5411969,"address":"號 敦煌 書局 內, No. 55華岡路士林區台北市台灣 111","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.499957,25.144857]},"properties":{"id":528,"name":"Netixy","lat":25.144857,"lng":121.499957,"address":"Lane 91, Datun Rd, 北投區台北市台灣 112","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5141059,25.14816]},"properties":{"id":530,"name":"力群造園公司","lat":25.14816,"lng":121.5141059,"address":"112台灣台北市北投區登山路61號","FL":0,"type":"product"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.558784,24.9820219]},"properties":{"id":72,"name":"永寬企業有限公司","lat":24.9820219,"lng":121.558784,"address":"116台灣台北市文山區木新路三段232巷13號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5616739,24.982393]},"properties":{"id":73,"name":"美住室內設計有限公司","lat":24.982393,"lng":121.5616739,"address":"116台灣台北市文山區興隆路四段122巷9號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5595699,24.9831259]},"properties":{"id":74,"name":"上雅園藝公司","lat":24.9831259,"lng":121.5595699,"address":"116台灣台北市文山區忠順街一段26巷9號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5616754,24.9824296]},"properties":{"id":75,"name":"張建傳(美住室內設計)","lat":24.9824296,"lng":121.5616754,"address":"116台灣文山區興隆路四段122巷9號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5632599,24.982454]},"properties":{"id":76,"name":"嘉磐工程顧問有限公司","lat":24.982454,"lng":121.5632599,"address":"116台灣台北市文山區木新路三段82號4樓","FL":4,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5697116,24.9831931]},"properties":{"id":77,"name":"杰林室內裝修設計股份有限公司","lat":24.9831931,"lng":121.5697116,"address":"116台灣台北市文山區木新路二段111巷12弄3號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5691024,24.9825937]},"properties":{"id":78,"name":"十一日晴 空間設計 The November Design","lat":24.9825937,"lng":121.5691024,"address":"116台灣台北市文山區木新路二段161巷24弄6號台灣","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.545632,24.9868526]},"properties":{"id":96,"name":"晏禹室內設計有限公司","lat":24.9868526,"lng":121.545632,"address":"116台灣台北市文山區木柵路一段57-5號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5462486,24.9869316]},"properties":{"id":97,"name":"誼軒設計有限公司","lat":24.9869316,"lng":121.5462486,"address":"116台灣文山區木柵路一段65號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.548147,24.9851]},"properties":{"id":98,"name":"住吉內裝","lat":24.9851,"lng":121.548147,"address":"116台灣台北市文山區台北市文山區和興路65號4樓","FL":4,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5547033,24.986953]},"properties":{"id":99,"name":"微熙設計","lat":24.986953,"lng":121.5547033,"address":"116台灣台北市文山區光輝路22巷8號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5526289,24.987701]},"properties":{"id":100,"name":"立建工程股份有限公司","lat":24.987701,"lng":121.5526289,"address":"116台灣台北市文山區木柵路一段184號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.555011,24.9840699]},"properties":{"id":101,"name":"林木雨建築師事務所","lat":24.9840699,"lng":121.555011,"address":"116台灣台北市文山區光輝路50巷3弄20號2樓","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5602136,24.9843911]},"properties":{"id":102,"name":"著墨室內裝修設計","lat":24.9843911,"lng":121.5602136,"address":"116台灣台北市文山區忠順街一段127號1F","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5654425,24.9862445]},"properties":{"id":103,"name":"摩登雅舍室內設計裝修","lat":24.9862445,"lng":121.5654425,"address":"116台灣台北市文山區忠順街二段85巷29號15樓","FL":15,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5698421,24.9845617]},"properties":{"id":104,"name":"安邑空間設計","lat":24.9845617,"lng":121.5698421,"address":"11664台灣台北市文山區木新路二段110號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.570755,24.984496]},"properties":{"id":105,"name":"也是設計有限公司","lat":24.984496,"lng":121.570755,"address":"116台灣台北市文山區木新路二段79巷6弄11號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.569487,24.984413]},"properties":{"id":106,"name":"力匠企業有限公司","lat":24.984413,"lng":121.569487,"address":"116台灣台北市文山區木新路二段122號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5707689,24.9858505]},"properties":{"id":107,"name":"大展裝璜家","lat":24.9858505,"lng":121.5707689,"address":"116台灣台北市文山區木新路二段63號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5709579,24.9853639]},"properties":{"id":108,"name":"瑪晉建築師事務所","lat":24.9853639,"lng":121.5709579,"address":"116台灣台北市文山區木新路二段71巷8號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5887079,24.987068]},"properties":{"id":109,"name":"淇園造景園藝公司","lat":24.987068,"lng":121.5887079,"address":"116台灣台北市文山區萬壽路61巷23弄16號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5371481,24.9894701]},"properties":{"id":131,"name":"有形室內設計工作室","lat":24.9894701,"lng":121.5371481,"address":"號 號, No. 16育英街31巷40弄文山區台北市台灣 116","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.541269,24.991543]},"properties":{"id":132,"name":"大澲室內裝修有限公司","lat":24.991543,"lng":121.541269,"address":"116台灣台北市文山區景文街46-1號8樓","FL":8,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5396541,24.9907578]},"properties":{"id":133,"name":"歐肯系統傢俱","lat":24.9907578,"lng":121.5396541,"address":"116台灣台北市文山區羅斯福路六段304號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5401018,24.9905802]},"properties":{"id":134,"name":"歐德系統傢俱連鎖事業(新店店)","lat":24.9905802,"lng":121.5401018,"address":"116台灣台北市文山區羅斯福路六段437號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.540832,24.990359]},"properties":{"id":135,"name":"馨皓室內裝修空間設計有限公司","lat":24.990359,"lng":121.540832,"address":"116台灣文山區景文街92號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5463239,24.9907259]},"properties":{"id":136,"name":"喜悅空跑計有限公司","lat":24.9907259,"lng":121.5463239,"address":"116台灣台北市文山區試院路154巷3弄6號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5447972,24.9880827]},"properties":{"id":137,"name":"地球室內設計","lat":24.9880827,"lng":121.5447972,"address":"116台灣台北市文山區木柵路一段35號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.543184,24.991458]},"properties":{"id":138,"name":"大創國際室內裝修設計有限公司","lat":24.991458,"lng":121.543184,"address":"116台灣台北市文山區景興路202巷11號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5422407,24.9907545]},"properties":{"id":139,"name":"覓得設計傢俬行","lat":24.9907545,"lng":121.5422407,"address":"106台灣台北市文山區景後街164號1樓","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.56061,24.988858]},"properties":{"id":140,"name":"禾楓空間設計有限公司","lat":24.988858,"lng":121.56061,"address":"116台灣台北市文山區木柵路二段65號2樓","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.55923,24.990858]},"properties":{"id":141,"name":"W&Li Design 十穎設計","lat":24.990858,"lng":121.55923,"address":"11649台灣台北市文山區興隆路四段13號1樓","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5618709,24.9878779]},"properties":{"id":142,"name":"綠鼎設計工程有限公司","lat":24.9878779,"lng":121.5618709,"address":"116台灣台北市文山區興隆路四段105巷27號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5598539,24.9890354]},"properties":{"id":143,"name":"智椿企業(比利時QUICK STEP木地板 展示中心)","lat":24.9890354,"lng":121.5598539,"address":"116台灣台北市文山區興隆路四段12號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.565687,24.9905329]},"properties":{"id":144,"name":"中碇水泥製品公司","lat":24.9905329,"lng":121.565687,"address":"116台灣台北市文山區秀明路一段79巷1弄1號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5750899,24.988432]},"properties":{"id":145,"name":"揚峰切割鑽孔公司","lat":24.988432,"lng":121.5750899,"address":"116台灣台北市文山區指南路二段77巷9號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5383634,24.9956249]},"properties":{"id":181,"name":"加色彩設計印刷廣告LED","lat":24.9956249,"lng":121.5383634,"address":"116台灣台北市文山區溪口街89號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.538339,24.9954249]},"properties":{"id":182,"name":"蔡茂森建築師事務所","lat":24.9954249,"lng":121.538339,"address":"116台灣台北市文山區溪口街85巷4號3樓","FL":3,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.540925,24.993984]},"properties":{"id":183,"name":"橙邑室內設計&佑橙裝修工程","lat":24.993984,"lng":121.540925,"address":"11674台灣台北市文山區台北市文山區羅斯福路六段196號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.540339,24.9944959]},"properties":{"id":184,"name":"蟲點子創意設計工作室","lat":24.9944959,"lng":121.540339,"address":"號, No. 25溪口街文山區台北市台灣 116","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.544521,24.994855]},"properties":{"id":185,"name":"綠奇室內裝修設計股份有限公司","lat":24.994855,"lng":121.544521,"address":"116台灣文山區景興路96巷2號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.562092,24.99583]},"properties":{"id":186,"name":"永源升有限公司","lat":24.99583,"lng":121.562092,"address":"116台灣台北市文山區興隆路三段185巷9弄10號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.562456,24.992552]},"properties":{"id":187,"name":"築森室內空間設計事務所","lat":24.992552,"lng":121.562456,"address":"116台灣台北市文山區台北市文山區木柵路二段109巷100弄34號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5714506,24.9948007]},"properties":{"id":188,"name":"富達室內裝修設計工程有限公司","lat":24.9948007,"lng":121.5714506,"address":"116台灣台北市文山區木柵路4段35-8號1F","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5365169,24.995974]},"properties":{"id":230,"name":"楊志健建築師事務所","lat":24.995974,"lng":121.5365169,"address":"116台灣台北市文山區景福街133巷18號3樓","FL":3,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5378379,24.997831]},"properties":{"id":231,"name":"遠東鑽探工程股份有限公司","lat":24.997831,"lng":121.5378379,"address":"116台灣台北市文山區景仁街79巷13號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.540219,24.9983218]},"properties":{"id":232,"name":"中國興業建築師事務所","lat":24.9983218,"lng":121.540219,"address":"116台灣台北市文山區羅斯福路六段88號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.541438,24.9920329]},"properties":{"id":233,"name":"建發工程顧問有限公司","lat":24.9920329,"lng":121.541438,"address":"116台灣台北市文山區景文街43號2樓","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.539827,24.999227]},"properties":{"id":234,"name":"愛菲爾景美店","lat":24.999227,"lng":121.539827,"address":"116台灣台北市文山區羅斯福路六段48號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.545425,24.998871]},"properties":{"id":235,"name":"光合作用設計有限公司","lat":24.998871,"lng":121.545425,"address":"116台灣台北市文山區興隆路二段13號號 2 樓","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.545547,24.9973449]},"properties":{"id":236,"name":"新悅實業有限公司","lat":24.9973449,"lng":121.545547,"address":"116台灣台北市文山區景興路23巷6弄9號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5445459,24.9976059]},"properties":{"id":237,"name":"耀纈興業有限公司","lat":24.9976059,"lng":121.5445459,"address":"116台灣台北市文山區景興路24號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5477958,24.9975373]},"properties":{"id":238,"name":"威林室內裝修設計","lat":24.9975373,"lng":121.5477958,"address":"11687台灣台北市文山區景華街163-1號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5420969,24.9959219]},"properties":{"id":239,"name":"許慶堉建築師事務所","lat":24.9959219,"lng":121.5420969,"address":"116台灣台北市文山區三福街4巷14號3樓","FL":3,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.547628,24.996805]},"properties":{"id":240,"name":"抓漏專家-鑑定權威|駿瑩工程","lat":24.996805,"lng":121.547628,"address":"116台灣台北市文山區景華街145號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5483239,24.9992269]},"properties":{"id":241,"name":"吳敏男建築師事務所","lat":24.9992269,"lng":121.5483239,"address":"116台灣台北市文山區興隆路二段78巷4弄25號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5530209,24.9991979]},"properties":{"id":242,"name":"渾天室內設計","lat":24.9991979,"lng":121.5530209,"address":"116台灣台北市文山區興隆路二段244巷39弄11號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5525276,24.99782]},"properties":{"id":243,"name":"御品筑室內裝修設計有限公司","lat":24.99782,"lng":121.5525276,"address":"116台灣台北市文山區辛亥路五段112號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5531059,24.9984179]},"properties":{"id":244,"name":"符宏仁建築事務所","lat":24.9984179,"lng":121.5531059,"address":"116台灣台北市文山區辛亥路五段94之1號6樓","FL":6,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.552941,24.997868]},"properties":{"id":245,"name":"喜麗系統天花鋁合金","lat":24.997868,"lng":121.552941,"address":"116台灣文山區辛亥路五段81號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.550301,24.997234]},"properties":{"id":246,"name":"信誠工程公司","lat":24.997234,"lng":121.550301,"address":"116台灣台北市文山區仙岩路16巷51弄4號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.560556,24.996783]},"properties":{"id":247,"name":"騰笙裝修工程","lat":24.996783,"lng":121.560556,"address":"116台灣台北市文山区興隆路三段181巷3弄9號1樓","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.571193,24.9997689]},"properties":{"id":248,"name":"巨合群工程公司","lat":24.9997689,"lng":121.571193,"address":"116台灣台北市文山區萬安街51號B1樓","FL":-1,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5372595,25.0007178]},"properties":{"id":288,"name":"維新室內裝修設計工程有限公司","lat":25.0007178,"lng":121.5372595,"address":"11675台灣台北市文山區萬隆街58號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.536905,25.001535]},"properties":{"id":289,"name":"青水室內裝修設計有限公司","lat":25.001535,"lng":121.536905,"address":"116台灣台北市文山區萬隆街80號5樓","FL":5,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.537597,25.0017579]},"properties":{"id":290,"name":"儒德設計有限公司","lat":25.0017579,"lng":121.537597,"address":"116台灣台北市文山區羅斯福路五段236巷18號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.538878,25.002982]},"properties":{"id":291,"name":"橙邑設計/網路商城","lat":25.002982,"lng":121.538878,"address":"116台灣台北市文山區羅斯福路五段175號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5389405,25.0032765]},"properties":{"id":292,"name":"金撰室內設計、系統家具","lat":25.0032765,"lng":121.5389405,"address":"116台灣台北市文山區羅斯福路五段163號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.540403,25.0026377]},"properties":{"id":293,"name":"樂宅設計|系統家具","lat":25.0026377,"lng":121.540403,"address":"116台灣台北市文山區興隆路一段70巷11弄9號號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.541956,25.002314]},"properties":{"id":294,"name":"北極熊系統家居設計","lat":25.002314,"lng":121.541956,"address":"116台灣台北市文山區興隆路一段123號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.543987,24.999877]},"properties":{"id":295,"name":"統威工程公司","lat":24.999877,"lng":121.543987,"address":"116台灣台北市文山區興隆路一段235號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5466219,25.000092]},"properties":{"id":296,"name":"嘉大工程股份有限公司","lat":25.000092,"lng":121.5466219,"address":"116台灣台北市文山區興隆路二段95巷13號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.549845,25.003453]},"properties":{"id":297,"name":"央易工程顧問有限公司","lat":25.003453,"lng":121.549845,"address":"11692台灣台北市文山區福興路63巷5號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5495272,25.0011886]},"properties":{"id":298,"name":"築邑設計室內裝修有限公司","lat":25.0011886,"lng":121.5495272,"address":"116台灣文山區興隆路二段203巷1號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5475854,25.0034999]},"properties":{"id":299,"name":"昶來室內裝修設計有限公司","lat":25.0034999,"lng":121.5475854,"address":"116台灣文山區興隆路二段203巷112號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.552695,25.0016809]},"properties":{"id":300,"name":"陶運昌建築師事務所","lat":25.0016809,"lng":121.552695,"address":"116台灣台北市文山區興隆路二段279號5樓","FL":5,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.553967,25.0017869]},"properties":{"id":301,"name":"施秉甫室內裝修設計有限公司","lat":25.0017869,"lng":121.553967,"address":"116台灣文山區辛亥路四段222巷19弄20號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.55382,25.001262]},"properties":{"id":302,"name":"特力屋好幫手興隆店","lat":25.001262,"lng":121.55382,"address":"116台灣台北市文山區台北市文山區興隆路二段319號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.552199,25.0013549]},"properties":{"id":303,"name":"大能空間創意設計有限公司","lat":25.0013549,"lng":121.552199,"address":"116台灣文山區興隆路二段210號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.555448,25.002472]},"properties":{"id":304,"name":"京時系統居家 櫥櫃設計","lat":25.002472,"lng":121.555448,"address":"116台灣台北市文山區辛亥路四段214號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.555864,25.0034669]},"properties":{"id":305,"name":"禾萓室內設計有限公司","lat":25.0034669,"lng":121.555864,"address":"116台灣文山區辛亥路四段188巷4號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5638799,25.0007639]},"properties":{"id":306,"name":"許烈嘉建築師事務所","lat":25.0007639,"lng":121.5638799,"address":"116台灣台北市文山區萬利街59巷12號2樓","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.535074,25.005855]},"properties":{"id":361,"name":"陽光永續設計","lat":25.005855,"lng":121.535074,"address":"116台灣台北市文山区溪州街23巷5號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.538863,25.006079]},"properties":{"id":362,"name":"匠拓室內裝修設計","lat":25.006079,"lng":121.538863,"address":"116台灣台北市文山區羅斯福路五段128號號 1 樓","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.538705,25.00531]},"properties":{"id":363,"name":"邑法室內設計有限公司","lat":25.00531,"lng":121.538705,"address":"116台灣台北市文山區羅斯福路五段144號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5358978,25.0054142]},"properties":{"id":364,"name":"蟲點子創意設計","lat":25.0054142,"lng":121.5358978,"address":"號, No. 130汀州路四段文山區台北市台灣 116","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.538061,25.0074939]},"properties":{"id":365,"name":"碩鵬室內裝修公司","lat":25.0074939,"lng":121.538061,"address":"116台灣台北市文山區羅斯福路五段88-2號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.538714,25.005342]},"properties":{"id":366,"name":"祺樺系統家居設計","lat":25.005342,"lng":121.538714,"address":"116台灣台北市文山區羅斯福路五段146號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5389768,25.0045884]},"properties":{"id":367,"name":"綠聚人系統家居設計","lat":25.0045884,"lng":121.5389768,"address":"116台灣台北市文山區羅斯福路五段129號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.535151,25.0050799]},"properties":{"id":368,"name":"隆鼎科技工程顧問公司","lat":25.0050799,"lng":121.535151,"address":"116台灣台北市文山區汀州路四段140巷8號2樓","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.538689,25.0050749]},"properties":{"id":369,"name":"三商美福 景美門市","lat":25.0050749,"lng":121.538689,"address":"116台灣台北市文山區羅斯福路五段160號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.538569,25.007024]},"properties":{"id":370,"name":"ISQ 質の木系統家具-萬隆店","lat":25.007024,"lng":121.538569,"address":"116台灣台北市文山區羅斯福路五段98號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.538779,25.005298]},"properties":{"id":371,"name":"全廉工坊系統家具萬隆店","lat":25.005298,"lng":121.538779,"address":"116台灣台北市文山區羅斯福路五段148號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5387842,25.0061155]},"properties":{"id":372,"name":"JT. design","lat":25.0061155,"lng":121.5387842,"address":"116台灣台北市文山區羅斯福路五段128號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5391639,25.0048729]},"properties":{"id":373,"name":"丰品室內設計中心","lat":25.0048729,"lng":121.5391639,"address":"116台灣台北市文山區羅斯福路五段123號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.539121,25.005106]},"properties":{"id":374,"name":"綠光家居室內裝修有限公司","lat":25.005106,"lng":121.539121,"address":"116台灣文山區羅斯福路五段113號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.539185,25.004846]},"properties":{"id":375,"name":"斯弼德國際室內裝修設計有限公司","lat":25.004846,"lng":121.539185,"address":"116台灣文山區羅斯福路五段125號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.53915,25.004626]},"properties":{"id":376,"name":"徐福仁建築師事務所","lat":25.004626,"lng":121.53915,"address":"116台灣台北市文山區羅斯福路五段129號8樓","FL":8,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5512746,25.0048699]},"properties":{"id":377,"name":"原彩室內裝修設計有限公司","lat":25.0048699,"lng":121.5512746,"address":"116台灣文山區福興路78巷20弄33號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5618589,25.0062249]},"properties":{"id":378,"name":"財林股份有限公司","lat":25.0062249,"lng":121.5618589,"address":"116台灣台北市文山區辛亥路四段101巷13弄129號3樓","FL":3,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5375876,25.0079835]},"properties":{"id":427,"name":"桔田空間設計事務所","lat":25.0079835,"lng":121.5375876,"address":"116台灣台北市文山區汀州路四段77號2 F","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.538109,25.010369]},"properties":{"id":428,"name":"剛好設計事業有限公司 K ON GOOD DESIGN CO., LTD","lat":25.010369,"lng":121.538109,"address":"106台灣台北市大安區羅斯福路四段119巷22號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.538461,25.0080319]},"properties":{"id":429,"name":"丹墨設計工程有限公司","lat":25.0080319,"lng":121.538461,"address":"116台灣台北市文山區羅斯福路五段15號3樓","FL":3,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5383263,25.0079092]},"properties":{"id":430,"name":"毫米室內裝修設計有限公司","lat":25.0079092,"lng":121.5383263,"address":"116台灣文山區萬盛街26號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.559206,25.009177]},"properties":{"id":431,"name":"奧森室內設計工作室Orson Interior Design","lat":25.009177,"lng":121.559206,"address":"辛亥路四段21巷18號14樓, 文山區台北市台灣 116","FL":14,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.533408,25.0150369]},"properties":{"id":458,"name":"紫峰建築師事務所","lat":25.0150369,"lng":121.533408,"address":"100台灣台北市中正區羅斯福路四段40巷2號2樓","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.4946789,25.0179149]},"properties":{"id":484,"name":"環宇建築師事務所","lat":25.0179149,"lng":121.4946789,"address":"108台灣台北市萬華區萬大路618巷34號2樓","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.4947649,25.0172519]},"properties":{"id":485,"name":"陳學重建築師事務所","lat":25.0172519,"lng":121.4947649,"address":"108台灣台北市萬華區環河南路三段347號3樓","FL":3,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.4962159,25.017979]},"properties":{"id":486,"name":"正鴻塑膠行","lat":25.017979,"lng":121.4962159,"address":"108台灣台北市萬華區萬大路568號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5029442,25.019475]},"properties":{"id":487,"name":"摩西室內設計有限公司","lat":25.019475,"lng":121.5029442,"address":"號, No. 207水源路萬華區台北市台灣 108","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.530342,25.0189859]},"properties":{"id":491,"name":"台圃室內設計工程有限公司","lat":25.0189859,"lng":121.530342,"address":"106台灣台北市大安區羅斯福路三段261號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5300867,25.0193049]},"properties":{"id":492,"name":"梵蒂亞國際有限公司","lat":25.0193049,"lng":121.5300867,"address":"106台灣台北市大安區羅斯福路三段245號6樓之1","FL":6,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.529101,25.0182259]},"properties":{"id":493,"name":"倪鴻溟建築師事務所","lat":25.0182259,"lng":121.529101,"address":"100台灣台北市中正區羅斯福路三段210巷8弄6號5樓","FL":5,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.528597,25.017776]},"properties":{"id":494,"name":"√RADICALSIGN 根號","lat":25.017776,"lng":121.528597,"address":"100台灣台北市中正區汀州路三段77號3F","FL":3,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5296779,25.0196379]},"properties":{"id":495,"name":"董家範石企孟聯合建築師事務所","lat":25.0196379,"lng":121.5296779,"address":"106台灣台北市大安區羅斯福路三段227號之2","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.532209,25.017152]},"properties":{"id":496,"name":"三維室內規劃設計有限公司","lat":25.017152,"lng":121.532209,"address":"號 106 大安 區 羅斯福 路 三 段 325 號, No. 325羅斯福路三段大安區台北市台灣 106","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5326127,25.0194875]},"properties":{"id":497,"name":"普舍室內裝修有限公司","lat":25.0194875,"lng":121.5326127,"address":"106台灣台北市大安區溫州街74巷1弄2號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.531117,25.018236]},"properties":{"id":498,"name":"澤群建築師事務所","lat":25.018236,"lng":121.531117,"address":"106台灣台北市大安區羅斯福路三段277號8樓","FL":8,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.532434,25.016281]},"properties":{"id":499,"name":"復興設計學院","lat":25.016281,"lng":121.532434,"address":"100台灣台北市中正區羅斯福路三段302號4樓","FL":4,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.550891,25.018383]},"properties":{"id":500,"name":"樂沐制作","lat":25.018383,"lng":121.550891,"address":"106台灣台北市大安區臥龍街145-1號號 1 樓","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.551743,25.019377]},"properties":{"id":501,"name":"中華不動產事務所","lat":25.019377,"lng":121.551743,"address":"106台灣台北市大安區安居街108巷22號7樓","FL":7,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.552072,25.018328]},"properties":{"id":502,"name":"聯庄企業有限公司","lat":25.018328,"lng":121.552072,"address":"106台灣台北市大安區安居街121號2樓","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5546399,25.01928]},"properties":{"id":503,"name":"李清仁建築師事務所","lat":25.01928,"lng":121.5546399,"address":"106台灣台北市大安區樂業街169巷9號4樓","FL":4,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.557357,25.018802]},"properties":{"id":504,"name":"CArea Design 辰境室內裝修設計","lat":25.018802,"lng":121.557357,"address":"106台灣台北市大安區和平東路三段346巷23號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.558108,25.018831]},"properties":{"id":505,"name":"禾捷/禾創室內設計有限公司","lat":25.018831,"lng":121.558108,"address":"10676台灣台北市大安區和平東路三段396號1樓","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5575455,25.0178021]},"properties":{"id":506,"name":"場域創意事業有限公司","lat":25.0178021,"lng":121.5575455,"address":"號 1F, No. 13富陽街157巷大安區台北市台灣 106","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5575529,25.0189089]},"properties":{"id":507,"name":"城市農夫花卉公司","lat":25.0189089,"lng":121.5575529,"address":"106台灣台北市大安區和平東路三段346巷25號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5553353,25.0192395]},"properties":{"id":508,"name":"金築室內設計有限公司","lat":25.0192395,"lng":121.5553353,"address":"106台灣大安區和平東路三段308巷37號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5571769,25.0183189]},"properties":{"id":509,"name":"雅旭室內裝修設計有限公司","lat":25.0183189,"lng":121.5571769,"address":"106台灣大安區臥龍街254號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.56057,25.016627]},"properties":{"id":510,"name":"東采室內裝修設計工作室","lat":25.016627,"lng":121.56057,"address":"110台灣信義區信義區和平東路三段525號1樓","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.570203,25.018156]},"properties":{"id":511,"name":"豪運實業有限公司","lat":25.018156,"lng":121.570203,"address":"110台灣信義區吳興街600巷76弄60號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5738023,25.0193968]},"properties":{"id":512,"name":"集集國際設計有限公司","lat":25.0193968,"lng":121.5738023,"address":"110台灣信義區景雲街","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.574194,25.0192169]},"properties":{"id":513,"name":"卓見設計工程有限公司","lat":25.0192169,"lng":121.574194,"address":"110台灣信義區祥雲街13號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.493616,25.0237332]},"properties":{"id":536,"name":"元域(空間)室內設計","lat":25.0237332,"lng":121.493616,"address":"108台灣台北市萬華區寶興街140巷37號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.491703,25.0229309]},"properties":{"id":537,"name":"凡門室內設計有限公司","lat":25.0229309,"lng":121.491703,"address":"108台灣台北市萬華區環河南路三段161號6樓","FL":6,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.4944929,25.0226255]},"properties":{"id":538,"name":"權相室內設計","lat":25.0226255,"lng":121.4944929,"address":"號, No. 52寶興街210巷萬華區台北市台灣 108","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.492404,25.021339]},"properties":{"id":539,"name":"廣泉公司","lat":25.021339,"lng":121.492404,"address":"108台灣台北市萬華區環河南路三段227號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.4928409,25.022147]},"properties":{"id":540,"name":"泓葳企業公司","lat":25.022147,"lng":121.4928409,"address":"108台灣台北市萬華區德昌街185巷81號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.4971994,25.0234963]},"properties":{"id":541,"name":"青田中室內制作","lat":25.0234963,"lng":121.4971994,"address":"108台灣台北市萬華區東園街140巷1號2樓","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.4974319,25.0205339]},"properties":{"id":542,"name":"幸業工程有限公司","lat":25.0205339,"lng":121.4974319,"address":"108台灣台北市萬華區萬大路424巷3弄35號2樓","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.520742,25.0224289]},"properties":{"id":543,"name":"中聯工程技術顧問有限公司","lat":25.0224289,"lng":121.520742,"address":"100台灣台北市中正區同安街91之1號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5199759,25.0234969]},"properties":{"id":544,"name":"慶賓建築師事務所","lat":25.0234969,"lng":121.5199759,"address":"100台灣台北市中正區廈門街113巷27號3樓","FL":3,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5191199,25.0218659]},"properties":{"id":545,"name":"蔣蔚良建築師事務所","lat":25.0218659,"lng":121.5191199,"address":"100台灣台北市中正區牯嶺街165號6樓","FL":6,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.522087,25.0218669]},"properties":{"id":546,"name":"東亞美術裝飾工程有限公司","lat":25.0218669,"lng":121.522087,"address":"100台灣台北市中正區金門街34巷9之3號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.522169,25.020814]},"properties":{"id":547,"name":"愛明室內設計行","lat":25.020814,"lng":121.522169,"address":"100台灣中正區金門街46號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5203217,25.0228283]},"properties":{"id":548,"name":"鴻寬室內裝修工程有限公司","lat":25.0228283,"lng":121.5203217,"address":"100台灣中正區廈門街123巷44號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.523747,25.02231]},"properties":{"id":549,"name":"吉星室內設計有限公司","lat":25.02231,"lng":121.523747,"address":"100台灣台北市中正區汀州路二段212號4樓","FL":4,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.525271,25.023616]},"properties":{"id":550,"name":"十一設計有限公司","lat":25.023616,"lng":121.525271,"address":"106台灣台北市大安區羅斯福路三段29號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5232209,25.0222]},"properties":{"id":551,"name":"創形有限公司","lat":25.0222,"lng":121.5232209,"address":"100台灣台北市中正區金門街12巷1號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.523425,25.021632]},"properties":{"id":552,"name":"中華造園企業公司","lat":25.021632,"lng":121.523425,"address":"100台灣台北市中正區金門街11號4樓","FL":4,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.526298,25.0220589]},"properties":{"id":553,"name":"頂源工程股份有限公司","lat":25.0220589,"lng":121.526298,"address":"100台灣台北市中正區羅斯福路三段76號之2","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.526912,25.020388]},"properties":{"id":554,"name":"一城國際實業有限公司","lat":25.020388,"lng":121.526912,"address":"10089台灣台北市中正區羅斯福路三段128巷15號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.52545,25.021143]},"properties":{"id":555,"name":"築美室內設計有限公司","lat":25.021143,"lng":121.52545,"address":"100台灣中正區師大路170號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5225059,25.0205383]},"properties":{"id":556,"name":"享設計傢俱,歐印設計傢飾","lat":25.0205383,"lng":121.5225059,"address":"100台灣台北市中正區師大路220號號 巷","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5231809,25.0228553]},"properties":{"id":557,"name":"希緹時尚窗簾設計 (非營業時間亦可來電預約)","lat":25.0228553,"lng":121.5231809,"address":"100台灣台北市中正區汀州路二段194號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5271259,25.0213345]},"properties":{"id":558,"name":"雲邑室內設計有限公司","lat":25.0213345,"lng":121.5271259,"address":"100台灣中正區羅斯福路三段100號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.527248,25.0213153]},"properties":{"id":559,"name":"津彩空間傢飾聯合設計","lat":25.0213153,"lng":121.527248,"address":"116台灣台北市中正區羅斯福路三段100號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.528037,25.023012]},"properties":{"id":560,"name":"無二設計整合有限公司","lat":25.023012,"lng":121.528037,"address":"106台灣台北市大安區師大路86巷2號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.529987,25.023432]},"properties":{"id":561,"name":"灰石設計","lat":25.023432,"lng":121.529987,"address":"106台灣台北市大安區雲和街70-4號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5281639,25.0220559]},"properties":{"id":562,"name":"慶鎮實業有限公司","lat":25.0220559,"lng":121.5281639,"address":"106台灣台北市大安區師大路106之2號2樓","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.530602,25.022535]},"properties":{"id":563,"name":"長鴻工程顧問有限公司","lat":25.022535,"lng":121.530602,"address":"106台灣台北市大安區泰順街60巷9號2樓","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5242224,25.0225225]},"properties":{"id":564,"name":"易利迪科系統家具","lat":25.0225225,"lng":121.5242224,"address":"100台灣台北市中正區金門街9號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.537131,25.023535]},"properties":{"id":565,"name":"亦菊設計有限公司","lat":25.023535,"lng":121.537131,"address":"106台灣台北市大安區建國南路二段322巷2號7樓","FL":7,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5364389,25.022867]},"properties":{"id":566,"name":"阿諾曼工程股份有限公司","lat":25.022867,"lng":121.5364389,"address":"106台灣台北市大安區辛亥路二段43號之3","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5364389,25.022867]},"properties":{"id":567,"name":"鍾治平建築師事務所","lat":25.022867,"lng":121.5364389,"address":"106台灣台北市大安區辛亥路二段43號之2","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.531331,25.0220939]},"properties":{"id":568,"name":"弘龍沙發修理","lat":25.0220939,"lng":121.531331,"address":"106台灣台北市大安區泰順街68號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.538937,25.022234]},"properties":{"id":569,"name":"薪陽工程顧問有限公司","lat":25.022234,"lng":121.538937,"address":"106台灣台北市大安區和平東路二段76巷31弄2之1號6樓","FL":6,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5322299,25.021404]},"properties":{"id":570,"name":"蕭長城建築師事務所","lat":25.021404,"lng":121.5322299,"address":"106台灣台北市大安區溫州街48巷16號2樓","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5408779,25.021939]},"properties":{"id":571,"name":"志民有限公司","lat":25.021939,"lng":121.5408779,"address":"106台灣台北市大安區辛亥路二段171巷6弄4號15樓","FL":15,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.540593,25.0217009]},"properties":{"id":572,"name":"武林建築師事務所","lat":25.0217009,"lng":121.540593,"address":"106台灣台北市大安區辛亥路二段157號12樓","FL":12,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.54086,25.023103]},"properties":{"id":573,"name":"曹源龍建築師事務所","lat":25.023103,"lng":121.54086,"address":"106台灣台北市大安區和平東路二段96巷12之2號2樓","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.540849,25.023411]},"properties":{"id":574,"name":"偉程建築師事務所","lat":25.023411,"lng":121.540849,"address":"106台灣台北市大安區和平東路二段96巷10弄2號6樓","FL":6,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5407649,25.022356]},"properties":{"id":575,"name":"光翊裝璜企業有限公司","lat":25.022356,"lng":121.5407649,"address":"106台灣台北市大安區和平東路二段96巷35弄4號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.54086,25.023103]},"properties":{"id":576,"name":"華英建築師事務所","lat":25.023103,"lng":121.54086,"address":"106台灣台北市大安區和平東路二段96巷12之2號3樓","FL":3,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.542189,25.0219319]},"properties":{"id":577,"name":"蒼韻實業有限公司","lat":25.0219319,"lng":121.542189,"address":"106台灣台北市大安區和平東路二段118巷54弄14號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5438649,25.02336]},"properties":{"id":578,"name":"創像室內設計工程有限公司","lat":25.02336,"lng":121.5438649,"address":"106台灣台北市大安區復興南路二段337巷6弄6號4樓","FL":4,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5436659,25.0238049]},"properties":{"id":579,"name":"郭亙榮建築師事務所","lat":25.0238049,"lng":121.5436659,"address":"106台灣台北市大安區復興南路二段327號8樓","FL":8,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5436699,25.0237269]},"properties":{"id":580,"name":"泰地技術工程股份有限公司","lat":25.0237269,"lng":121.5436699,"address":"106台灣台北市大安區復興南路二段329號之1","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5339589,25.021196]},"properties":{"id":581,"name":"台灣技術建築師事務所","lat":25.021196,"lng":121.5339589,"address":"106台灣台北市大安區新生南路三段52號5樓","FL":5,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.543666,25.022287]},"properties":{"id":582,"name":"集巨室內裝修設計有限公司","lat":25.022287,"lng":121.543666,"address":"106台灣大安區復興南路二段381號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5483433,25.0235759]},"properties":{"id":583,"name":"康鑫室內裝修設計","lat":25.0235759,"lng":121.5483433,"address":"106台灣台北市大安區敦化南路二段182號20樓","FL":20,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.547859,25.023318]},"properties":{"id":584,"name":"汎思國際設計有限公司","lat":25.023318,"lng":121.547859,"address":"106台灣台北市大安區敦化南路二段172巷8弄13號號 4 樓","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.547977,25.022136]},"properties":{"id":585,"name":"大硯設計事業股份有限公司","lat":25.022136,"lng":121.547977,"address":"106台灣台北市大安區敦化南路二段216號27樓","FL":27,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5476579,25.0213529]},"properties":{"id":586,"name":"福德來工程公司","lat":25.0213529,"lng":121.5476579,"address":"106台灣台北市大安區臥龍街64巷1號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.548067,25.022727]},"properties":{"id":587,"name":"捷陽工程顧問有限公司","lat":25.022727,"lng":121.548067,"address":"106台灣台北市大安區敦化南路二段200巷8號2樓","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.55072,25.0235839]},"properties":{"id":588,"name":"願福企業有限公司","lat":25.0235839,"lng":121.55072,"address":"106台灣台北市大安區樂業街41巷28號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.551029,25.0233019]},"properties":{"id":589,"name":"吳聖洪建築師事務所","lat":25.0233019,"lng":121.551029,"address":"106台灣台北市大安區基隆路二段230號6樓","FL":6,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5509939,25.022744]},"properties":{"id":590,"name":"捷一工程股份有限公司","lat":25.022744,"lng":121.5509939,"address":"106台灣台北市大安區基隆路二段223號2樓","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5500139,25.021951]},"properties":{"id":591,"name":"巨漢設計有限公司","lat":25.021951,"lng":121.5500139,"address":"106台灣台北市大安區基隆路二段281號之1","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5538663,25.0199939]},"properties":{"id":592,"name":"有心設計事業有限公司","lat":25.0199939,"lng":121.5538663,"address":"106台灣台北市大安區安居街45號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.553715,25.0209889]},"properties":{"id":593,"name":"高晉福設計公司","lat":25.0209889,"lng":121.553715,"address":"106台灣台北市大安區和平東路三段228巷33號5樓","FL":5,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.554655,25.021761]},"properties":{"id":594,"name":"御展咖創意整合","lat":25.021761,"lng":121.554655,"address":"106台灣台北市大安區安居街8巷15號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.554382,25.019996]},"properties":{"id":595,"name":"科技工程顧問有限公司","lat":25.019996,"lng":121.554382,"address":"106台灣台北市大安區樂業街159巷20號2樓","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.554998,25.02024]},"properties":{"id":596,"name":"麗潔裝璜清潔社","lat":25.02024,"lng":121.554998,"address":"106台灣台北市大安區樂業街159巷37號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.554768,25.021653]},"properties":{"id":597,"name":"藝高設計工程有限公司","lat":25.021653,"lng":121.554768,"address":"106台灣大安區安居街8巷11號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5574549,25.0227525]},"properties":{"id":598,"name":"宏觀聯合建築室內設計(台北)","lat":25.0227525,"lng":121.5574549,"address":"110台灣台北市信義區富陽街21巷17號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5574549,25.0227525]},"properties":{"id":599,"name":"十爾設計","lat":25.0227525,"lng":121.5574549,"address":"號, No. 17富陽街21巷信義區台北市台灣 110","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5563172,25.0233468]},"properties":{"id":600,"name":"築建大成室內裝修有限公司","lat":25.0233468,"lng":121.5563172,"address":"110台灣台北市信義區富陽街15號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.490142,25.02635]},"properties":{"id":616,"name":"禾云室內設計/城市工程","lat":25.02635,"lng":121.490142,"address":"108台灣台北市萬華區環河南路三段49號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.4901416,25.0263496]},"properties":{"id":617,"name":"相衍工作室","lat":25.0263496,"lng":121.4901416,"address":"108台灣台北市萬華區西園路二段49 號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.493914,25.023977]},"properties":{"id":618,"name":"席爾室內設計裝修工程","lat":25.023977,"lng":121.493914,"address":"108台灣台北市萬華區寶興街140巷23號台湾 108 台北 市 萬 華 區","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.4914379,25.024022]},"properties":{"id":619,"name":"雲河美工社","lat":25.024022,"lng":121.4914379,"address":"108台灣台北市萬華區西園路二段281巷6弄57號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.494135,25.026267]},"properties":{"id":620,"name":"天工工程股份有限公司","lat":25.026267,"lng":121.494135,"address":"108台灣台北市萬華區寶興街72號4樓","FL":4,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.497398,25.024163]},"properties":{"id":621,"name":"台北/新北市 天際線室內裝修/室內設計","lat":25.024163,"lng":121.497398,"address":"10868台灣台北市萬華區東園街177號4樓","FL":4,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.4967839,25.02612]},"properties":{"id":622,"name":"銀星工程股份有限公司","lat":25.02612,"lng":121.4967839,"address":"108台灣台北市萬華區東園街73巷11號4樓","FL":4,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.4987858,25.0257974]},"properties":{"id":623,"name":"民和木器室內設計有限公司","lat":25.0257974,"lng":121.4987858,"address":"108台灣萬華區民和街51號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.505007,25.026585]},"properties":{"id":624,"name":"唐宜設計有限公司","lat":25.026585,"lng":121.505007,"address":"108台灣萬華區青年路30巷7號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5094823,25.0261534]},"properties":{"id":625,"name":"奧宇室內設計公司","lat":25.0261534,"lng":121.5094823,"address":"100台灣台北市中正區詔安街214號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5074219,25.0276669]},"properties":{"id":626,"name":"佐輔室內設計","lat":25.0276669,"lng":121.5074219,"address":"100台灣台北市中正區南海路105之5號3樓","FL":3,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.510108,25.026004]},"properties":{"id":627,"name":"傑客室內設計有限公司","lat":25.026004,"lng":121.510108,"address":"100台灣台北市中正區詔安街188號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5091399,25.025843]},"properties":{"id":628,"name":"林仁宏建築師事務所","lat":25.025843,"lng":121.5091399,"address":"100台灣台北市中正區中華路二段441巷12號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5104997,25.0254767]},"properties":{"id":629,"name":"仲達辦公傢俱有限公司","lat":25.0254767,"lng":121.5104997,"address":"10072台灣台北市中正區中華路二段443巷45號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.512709,25.024361]},"properties":{"id":630,"name":"瑞群設計工程有限公司","lat":25.024361,"lng":121.512709,"address":"100台灣台北市中正區泉州街157號之2","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5114389,25.0274869]},"properties":{"id":631,"name":"佳青企業有限公司","lat":25.0274869,"lng":121.5114389,"address":"100台灣台北市中正區三元街172巷1弄1號4樓","FL":4,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5136019,25.024965]},"properties":{"id":632,"name":"億倫企業工程公司","lat":25.024965,"lng":121.5136019,"address":"100台灣台北市中正區詔安街64號3樓","FL":3,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.514078,25.0248479]},"properties":{"id":633,"name":"沈乃瑞建築師事務所","lat":25.0248479,"lng":121.514078,"address":"100台灣台北市中正區詔安街46號之3","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5189089,25.026312]},"properties":{"id":634,"name":"彩締室內裝修設計工程有限公司","lat":25.026312,"lng":121.5189089,"address":"100台灣台北市中正區和平西路一段80號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5185111,25.0263576]},"properties":{"id":635,"name":"澤園室內裝修有限公司","lat":25.0263576,"lng":121.5185111,"address":"100台灣中正區和平西路一段88號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5221467,25.0257309]},"properties":{"id":636,"name":"瀚米室內設計","lat":25.0257309,"lng":121.5221467,"address":"10084台灣台北市中正區南昌路2段112號6樓之7","FL":6,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.523018,25.0239849]},"properties":{"id":637,"name":"迪安室內設計工程有限公司","lat":25.0239849,"lng":121.523018,"address":"100台灣台北市中正區晉江街48巷2號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.519528,25.02637]},"properties":{"id":638,"name":"50:50 吾思國際","lat":25.02637,"lng":121.519528,"address":"10078台灣台北市中正區和平西路一段56號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.520484,25.027482]},"properties":{"id":639,"name":"新裕家具有限公司","lat":25.027482,"lng":121.520484,"address":"100台灣中正區南昌路二段65號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5205742,25.0274373]},"properties":{"id":640,"name":"悅加精品家具","lat":25.0274373,"lng":121.5205742,"address":"11084台灣台北市中正區南昌路二段69號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5210719,25.025711]},"properties":{"id":641,"name":"林琮淳建築師事務所","lat":25.025711,"lng":121.5210719,"address":"100台灣台北市中正區晉江街18巷5之2號3樓","FL":3,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.521596,25.027827]},"properties":{"id":642,"name":"萬邦建築師事務所","lat":25.027827,"lng":121.521596,"address":"100台灣台北市中正區羅斯福路二段50號之1","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.52285,25.0259429]},"properties":{"id":643,"name":"方光建築師事務所","lat":25.0259429,"lng":121.52285,"address":"100台灣台北市中正區羅斯福路二段136號2樓","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.522874,25.02441]},"properties":{"id":644,"name":"達冠機電工程股份有限公司","lat":25.02441,"lng":121.522874,"address":"100台灣台北市中正區晉江街46巷2號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5229369,25.025806]},"properties":{"id":645,"name":"普全系統家具有限公司","lat":25.025806,"lng":121.5229369,"address":"100台灣台北市中正區羅斯福路二段140號12樓","FL":12,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5229369,25.025806]},"properties":{"id":646,"name":"劉鳴驥建築師事務所","lat":25.025806,"lng":121.5229369,"address":"100台灣台北市中正區羅斯福路二段140號之2","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.52266,25.026095]},"properties":{"id":647,"name":"安星國際室內裝修設計工程有限公司","lat":25.026095,"lng":121.52266,"address":"100台灣台北市中正區羅斯福路二段126號之2","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.519187,25.0276009]},"properties":{"id":648,"name":"敦北室內裝修有限公司","lat":25.0276009,"lng":121.519187,"address":"100台灣中正區南昌路二段18巷13號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.522643,25.0273138]},"properties":{"id":649,"name":"全勝室內裝修設計工程有限公司","lat":25.0273138,"lng":121.522643,"address":"106台灣台北市大安區和平東路一段13號7 樓","FL":7,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5232315,25.0268497]},"properties":{"id":650,"name":"全勝室內設計裝修證照教室","lat":25.0268497,"lng":121.5232315,"address":"106台灣台北市大安區和平東路一段10號9樓之1","FL":9,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5250483,25.0248759]},"properties":{"id":651,"name":"上陽室內裝修設計公司","lat":25.0248759,"lng":121.5250483,"address":"106台灣台北市大安區羅斯福路二段101巷9號1樓","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5260237,25.0247963]},"properties":{"id":652,"name":"刀赤空間工作室","lat":25.0247963,"lng":121.5260237,"address":"106台灣台北市大安區羅斯福路二段101巷29號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.525396,25.027081]},"properties":{"id":653,"name":"萬仞工程顧問股份有限公司","lat":25.027081,"lng":121.525396,"address":"106台灣台北市大安區和平東路一段83號之1","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.525338,25.024854]},"properties":{"id":654,"name":"品豐室內裝修設計有限公司","lat":25.024854,"lng":121.525338,"address":"106台灣大安區羅斯福路二段101巷15號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.525663,25.02717]},"properties":{"id":655,"name":"鴻軒工程股份有限公司","lat":25.02717,"lng":121.525663,"address":"106台灣台北市大安區和平東路一段87之1號9樓","FL":9,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5300959,25.024939]},"properties":{"id":656,"name":"劉奕權建築師事務所","lat":25.024939,"lng":121.5300959,"address":"106台灣台北市大安區泰順街26巷24號4樓","FL":4,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.530606,25.027463]},"properties":{"id":657,"name":"瑞星室內設計有限公司","lat":25.027463,"lng":121.530606,"address":"106台灣大安區和平東路一段141巷7號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.531845,25.026175]},"properties":{"id":658,"name":"名堯設計顧問有限公司","lat":25.026175,"lng":121.531845,"address":"Fl. 3, No. 216, Section 1, Heping East Road, 大安區台北市台灣 106","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.53322,25.026082]},"properties":{"id":659,"name":"德力室內裝修有限公司","lat":25.026082,"lng":121.53322,"address":"106台灣台北市大安區和平東路一段258號8樓","FL":8,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.535064,25.0254889]},"properties":{"id":660,"name":"朝新設計","lat":25.0254889,"lng":121.535064,"address":"號 1 樓, No. 9新生南路三段大安區台北市台灣 106","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.533606,25.0260149]},"properties":{"id":661,"name":"達奇港灣工程股份有限公司","lat":25.0260149,"lng":121.533606,"address":"106台灣台北市大安區和平東路一段266號之1","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.533859,25.0255779]},"properties":{"id":662,"name":"許樺建築師事務所","lat":25.0255779,"lng":121.533859,"address":"106台灣台北市大安區溫州街11巷3號5樓","FL":5,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.534531,25.025746]},"properties":{"id":663,"name":"郭志宏建築師事務所","lat":25.025746,"lng":121.534531,"address":"106台灣台北市大安區新生南路三段2號之2","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.534519,25.0255359]},"properties":{"id":664,"name":"聚瀅室內裝修設計有限公司","lat":25.0255359,"lng":121.534519,"address":"106台灣大安區新生南路三段4號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.532106,25.0260589]},"properties":{"id":665,"name":"嘉綸室內設計有限公司","lat":25.0260589,"lng":121.532106,"address":"106台灣大安區和平東路一段222號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.534519,25.0255359]},"properties":{"id":666,"name":"樂易室內設計事業有限公司","lat":25.0255359,"lng":121.534519,"address":"106台灣台北市大安區新生南路三段4號6F-4","FL":6,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.534383,25.0251732]},"properties":{"id":667,"name":"橙園國際室內裝修設計有限公司","lat":25.0251732,"lng":121.534383,"address":"106台灣大安區新生南路三段10巷1號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.534383,25.0251732]},"properties":{"id":668,"name":"呈境室內裝修設計有限公司","lat":25.0251732,"lng":121.534383,"address":"號, No. 1新生南路三段10巷大安區台北市台灣 106","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.538109,25.0277969]},"properties":{"id":669,"name":"木村室內設計有限公司","lat":25.0277969,"lng":121.538109,"address":"106台灣台北市大安區建國南路二段181號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.535477,25.0246299]},"properties":{"id":670,"name":"大藍工程股份有限公司","lat":25.0246299,"lng":121.535477,"address":"106台灣台北市大安區新生南路三段25巷9號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5344939,25.027465]},"properties":{"id":671,"name":"友聯建築師事務所","lat":25.027465,"lng":121.5344939,"address":"106台灣台北市大安區新生南路二段78號7樓","FL":7,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5380886,25.0269526]},"properties":{"id":672,"name":"凡谷室內裝修設計有限公司","lat":25.0269526,"lng":121.5380886,"address":"106台灣大安區建國南路二段201號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5370247,25.0251921]},"properties":{"id":673,"name":"未至設計工程有限公司","lat":25.0251921,"lng":121.5370247,"address":"106台灣大安區和平東路二段36巷3號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.542346,25.025244]},"properties":{"id":674,"name":"大荷室內裝修設計工程有限公司","lat":25.025244,"lng":121.542346,"address":"106台灣台北市大安區和平東路二段201號12 樓 之 5","FL":12,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5426317,25.0251608]},"properties":{"id":675,"name":"永濬室內裝修有限公司","lat":25.0251608,"lng":121.5426317,"address":"106台灣台北市大安區和平東路二段217號2 樓","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.542394,25.0252389]},"properties":{"id":676,"name":"雅威室內設計裝修有限公司","lat":25.0252389,"lng":121.542394,"address":"106台灣大安區大安區和平東路二段203號11樓之2","FL":11,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5330295,25.0276105]},"properties":{"id":677,"name":"欣轅創意美學工坊","lat":25.0276105,"lng":121.5330295,"address":"106台灣台北市大安區和平東路一段183巷新生南路二段70巷180 號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5406159,25.026836]},"properties":{"id":678,"name":"英建工程股份有限公司","lat":25.026836,"lng":121.5406159,"address":"106台灣台北市大安區和平東路二段107巷23之9號2樓","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.541528,25.026425]},"properties":{"id":679,"name":"坊略空間規劃","lat":25.026425,"lng":121.541528,"address":"106台灣台北市大安區瑞安街135巷26號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.541558,25.025329]},"properties":{"id":680,"name":"敏德建築師事務所","lat":25.025329,"lng":121.541558,"address":"106台灣台北市大安區和平東路二段163號12樓","FL":12,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5312241,25.024985]},"properties":{"id":681,"name":"宅急修泰順和平館","lat":25.024985,"lng":121.5312241,"address":"10648台灣台北市大安區泰順街26巷4號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5418569,25.025286]},"properties":{"id":682,"name":"郭國慶建築師事務所","lat":25.025286,"lng":121.5418569,"address":"106台灣台北市大安區和平東路二段177號之1","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.540379,25.026436]},"properties":{"id":683,"name":"展亦設計室內裝修有限公司","lat":25.026436,"lng":121.540379,"address":"106台灣大安區和平東路二段107巷18號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.540219,25.02571]},"properties":{"id":684,"name":"方元室內裝修設計有限公司","lat":25.02571,"lng":121.540219,"address":"106台灣大安區和平東路二段107巷4號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5438259,25.0260129]},"properties":{"id":685,"name":"琪爾室內裝修設計有限公司","lat":25.0260129,"lng":121.5438259,"address":"106台灣台北市大安區復興南路二段237號之2","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5437569,25.027803]},"properties":{"id":686,"name":"隆格爾室內設計有限公司","lat":25.027803,"lng":121.5437569,"address":"106台灣台北市大安區復興南路二段167號4樓","FL":4,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.546854,25.024893]},"properties":{"id":687,"name":"力翰室內設計股份有限公司","lat":25.024893,"lng":121.546854,"address":"106台灣台北市大安區和平東路三段5號之1","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5437369,25.02718]},"properties":{"id":688,"name":"陳氏設計工作室有限公司","lat":25.02718,"lng":121.5437369,"address":"106台灣台北市大安區復興南路二段175之1號3樓","FL":3,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.543721,25.027521]},"properties":{"id":689,"name":"藍士設計工程有限公司","lat":25.027521,"lng":121.543721,"address":"106台灣台北市大安區復興南路二段173號之1","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5459592,25.027233]},"properties":{"id":690,"name":"景祥室內裝修有限公司","lat":25.027233,"lng":121.5459592,"address":"106台灣台北市大安區四維路198巷31弄12號2F","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.543216,25.0240739]},"properties":{"id":691,"name":"中華民國室內設計裝飾商業同業公會全國聯合會","lat":25.0240739,"lng":121.543216,"address":"106台灣台北市大安區復興南路二段286號8樓","FL":8,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5436682,25.0249588]},"properties":{"id":692,"name":"台灣福曼莎股份有限公司","lat":25.0249588,"lng":121.5436682,"address":"106台灣大安區復興南路二段285號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5360319,25.0244059]},"properties":{"id":693,"name":"庭好國際股份有限公司","lat":25.0244059,"lng":121.5360319,"address":"106台灣台北市大安區和平東路二段18巷7之5號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5436789,25.024642]},"properties":{"id":694,"name":"普泰工程股份有限公司","lat":25.024642,"lng":121.5436789,"address":"106台灣台北市大安區復興南路二段293之3號8樓","FL":8,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5465479,25.025839]},"properties":{"id":695,"name":"陳健建築師事務所","lat":25.025839,"lng":121.5465479,"address":"106台灣台北市大安區和平東路二段311巷43弄21號15樓","FL":15,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.546552,25.0248479]},"properties":{"id":696,"name":"精緯工程顧問企業有限公司","lat":25.0248479,"lng":121.546552,"address":"106台灣台北市大安區和平東路二段365號之1","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5468719,25.0244369]},"properties":{"id":697,"name":"大唐江山景觀公司","lat":25.0244369,"lng":121.5468719,"address":"106台灣台北市大安區臥龍街1號10樓","FL":10,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5431776,25.0239968]},"properties":{"id":698,"name":"正德室內裝修設計工程有限公司","lat":25.0239968,"lng":121.5431776,"address":"106台灣大安區復興南路二段286號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5431776,25.0239968]},"properties":{"id":699,"name":"原碩照明設計有限公司","lat":25.0239968,"lng":121.5431776,"address":"106台灣大安區復興南路二段292號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5492049,25.0247859]},"properties":{"id":700,"name":"上頡室內裝修設計有限公司","lat":25.0247859,"lng":121.5492049,"address":"106台灣台北市大安區和平東路三段63號之2","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.550246,25.026103]},"properties":{"id":701,"name":"大匠國際空間設計有限公司","lat":25.026103,"lng":121.550246,"address":"106台灣台北市大安區安和路二段211號4樓","FL":4,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5491549,25.0240374]},"properties":{"id":702,"name":"對場作設計","lat":25.0240374,"lng":121.5491549,"address":"106台灣台北市大安區敦化南路二段289號2F","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.549075,25.025233]},"properties":{"id":703,"name":"夏克設計工程有限公司","lat":25.025233,"lng":121.549075,"address":"106台灣台北市大安區敦化南路二段267號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.549168,25.0247293]},"properties":{"id":704,"name":"盤谷設計","lat":25.0247293,"lng":121.549168,"address":"號 9 樓, No. 63和平東路三段228巷大安區台北市台灣 106","FL":9,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5501463,25.0259837]},"properties":{"id":705,"name":"荷果設計有限公司","lat":25.0259837,"lng":121.5501463,"address":"106台灣台北市大安區安和路二段213號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5447209,25.02497]},"properties":{"id":706,"name":"邱垂睿建築師事務所","lat":25.02497,"lng":121.5447209,"address":"106台灣台北市大安區和平東路二段295號9樓","FL":9,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5492049,25.0247859]},"properties":{"id":707,"name":"戚雅各建築師事務所","lat":25.0247859,"lng":121.5492049,"address":"106台灣台北市大安區和平東路三段63號之5","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5436789,25.024642]},"properties":{"id":708,"name":"正弦工程顧問有限公司","lat":25.024642,"lng":121.5436789,"address":"106台灣台北市大安區復興南路二段293之3號4樓","FL":4,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.540667,25.0266959]},"properties":{"id":709,"name":"經緯工程顧問有限公司","lat":25.0266959,"lng":121.540667,"address":"106台灣台北市大安區瑞安街135巷11號3樓","FL":3,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5436919,25.025072]},"properties":{"id":710,"name":"國壬工程股份有限公司","lat":25.025072,"lng":121.5436919,"address":"106台灣台北市大安區復興南路二段285號6樓","FL":6,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5483129,25.0261089]},"properties":{"id":711,"name":"亞洲國際專利法律事務所","lat":25.0261089,"lng":121.5483129,"address":"106台灣台北市大安區敦化南路二段128號2樓","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5458829,25.026453]},"properties":{"id":712,"name":"池體演建築師事務所","lat":25.026453,"lng":121.5458829,"address":"106台灣台北市大安區四維路198巷38弄9號9樓","FL":9,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5432179,25.024015]},"properties":{"id":713,"name":"張清棋建築師事務所","lat":25.024015,"lng":121.5432179,"address":"106台灣台北市大安區復興南路二段288號10樓","FL":10,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5522406,25.0262689]},"properties":{"id":714,"name":"施秉甫室內裝修設計","lat":25.0262689,"lng":121.5522406,"address":"號, No. 2通化街200巷大安區台北市台灣 106","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.551988,25.024111]},"properties":{"id":715,"name":"雍雅設計工程有限公司","lat":25.024111,"lng":121.551988,"address":"106台灣台北市大安區基隆路二段190號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.551802,25.024474]},"properties":{"id":716,"name":"中景景觀工程公司","lat":25.024474,"lng":121.551802,"address":"106台灣台北市大安區和平東路三段121號之1","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5533906,25.0248257]},"properties":{"id":717,"name":"陳肇勳建築師事務所","lat":25.0248257,"lng":121.5533906,"address":"11054台灣台北市信義區基隆路二段189號20樓","FL":20,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5515839,25.0265059]},"properties":{"id":718,"name":"福萊斯工程顧問股份有限公司","lat":25.0265059,"lng":121.5515839,"address":"106台灣台北市大安區樂利路42巷2號4樓","FL":4,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.552329,25.0270568]},"properties":{"id":719,"name":"暘室內裝修設計有限公司","lat":25.0270568,"lng":121.552329,"address":"106台灣大安區通安街168號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.551988,25.0241109]},"properties":{"id":720,"name":"博特藝境室內裝修設計工程有限公司","lat":25.0241109,"lng":121.551988,"address":"106台灣大安區大安區基隆路二段190號4樓之1","FL":4,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.551247,25.027093]},"properties":{"id":721,"name":"鴻紳室內裝修設計工程股份有限公司","lat":25.027093,"lng":121.551247,"address":"106台灣大安區樂利路28巷1號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5520304,25.0264098]},"properties":{"id":722,"name":"京泓國際室內裝修設計工作室","lat":25.0264098,"lng":121.5520304,"address":"106台灣大安區樂利路57號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5575701,25.0265796]},"properties":{"id":723,"name":"二口設計","lat":25.0265796,"lng":121.5575701,"address":"110台灣台北市信義區嘉興街181巷9弄16號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.555138,25.026403]},"properties":{"id":724,"name":"法藝家居","lat":25.026403,"lng":121.555138,"address":"110台灣台北市信義區基隆路二段149-53號號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.557399,25.025623]},"properties":{"id":725,"name":"璞田系統櫥櫃有限公司","lat":25.025623,"lng":121.557399,"address":"110台灣台北市信義區信安街81巷4號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.55549,25.0272349]},"properties":{"id":726,"name":"港連企業有限公司","lat":25.0272349,"lng":121.55549,"address":"106台灣台北市大安區基隆路二段164號之3","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.556011,25.02717]},"properties":{"id":727,"name":"劉殿明建築師事務所","lat":25.02717,"lng":121.556011,"address":"110台灣台北市信義區基隆路二段133號6樓","FL":6,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.555439,25.027773]},"properties":{"id":728,"name":"左右造形傢飾","lat":25.027773,"lng":121.555439,"address":"106台灣台北市大安區通化街171巷31號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5652542,25.0253518]},"properties":{"id":729,"name":"瑩晟鐵工廠(門窗 白鐵防盜門窗)","lat":25.0253518,"lng":121.5652542,"address":"110台灣台北市信義區吳興街336巷31號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5685077,25.0249958]},"properties":{"id":730,"name":"綺寓空間設計有限公司","lat":25.0249958,"lng":121.5685077,"address":"110台灣台北市信義區松仁路228巷9弄5號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5685118,25.0251376]},"properties":{"id":731,"name":"WMP禾礎設計","lat":25.0251376,"lng":121.5685118,"address":"110台灣台北市信義區松仁路228巷7弄2號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.567316,25.027277]},"properties":{"id":732,"name":"雅藝室內裝修設計有限公司","lat":25.027277,"lng":121.567316,"address":"110台灣信義區莊敬路423巷2弄18號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.4939111,25.029767]},"properties":{"id":749,"name":"比例空間室內設計工作室","lat":25.029767,"lng":121.4939111,"address":"108台灣萬華區雙園街60巷3號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.4960699,25.0292119]},"properties":{"id":750,"name":"高剛屋鋼品公司","lat":25.0292119,"lng":121.4960699,"address":"108台灣台北市萬華區西園路二段153號12樓","FL":12,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.500338,25.028985]},"properties":{"id":751,"name":"柏瑪設計工程有限公司","lat":25.028985,"lng":121.500338,"address":"108台灣台北市萬華區萬大路140號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.501106,25.029327]},"properties":{"id":752,"name":"瑞泰室內裝修工程有限公司","lat":25.029327,"lng":121.501106,"address":"108台灣台北市萬華區西藏路167號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5006724,25.0300081]},"properties":{"id":753,"name":"元威系統傢俱/歐化廚具","lat":25.0300081,"lng":121.5006724,"address":"108台灣台北市萬華區萬大路97號號 1 樓","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.501169,25.031038]},"properties":{"id":754,"name":"永信土地登記專業代理人事務所","lat":25.031038,"lng":121.501169,"address":"108台灣台北市萬華區莒光路227號7樓","FL":7,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.502917,25.0286679]},"properties":{"id":755,"name":"中泰美術建築公司","lat":25.0286679,"lng":121.502917,"address":"108台灣台北市萬華區西藏路115巷6弄3號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.501342,25.0304029]},"properties":{"id":756,"name":"采唐室內裝修設計工程有限公司","lat":25.0304029,"lng":121.501342,"address":"108台灣萬華區萬大路85巷15號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5010005,25.0310503]},"properties":{"id":757,"name":"耀昀創意設計有限公司","lat":25.0310503,"lng":121.5010005,"address":"108台灣萬華區莒光路231號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.504794,25.0311279]},"properties":{"id":758,"name":"三豐工程股份有限公司","lat":25.0311279,"lng":121.504794,"address":"100台灣台北市中正區莒光路101號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5070399,25.0289469]},"properties":{"id":759,"name":"天圃土地登記專業代理人事務所","lat":25.0289469,"lng":121.5070399,"address":"100台灣台北市中正區中華路二段313巷51號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5094103,25.0293257]},"properties":{"id":760,"name":"TGDesign.Studio 威特室內裝修有限公司","lat":25.0293257,"lng":121.5094103,"address":"100台灣台北市中正區三元街73號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.514324,25.028039]},"properties":{"id":761,"name":"梁茂貴建築師事務所","lat":25.028039,"lng":121.514324,"address":"100台灣台北市中正區和平西路二段7號B1樓","FL":-1,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5142959,25.0304259]},"properties":{"id":762,"name":"春樺企業有限公司","lat":25.0304259,"lng":121.5142959,"address":"100台灣台北市中正區泉州街9巷8號4樓","FL":4,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.517284,25.03102]},"properties":{"id":763,"name":"東之光室內裝修設計有限公司","lat":25.03102,"lng":121.517284,"address":"100台灣台北市中正區南昌路一段78號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5172099,25.0318349]},"properties":{"id":764,"name":"林天賦建築師事務所","lat":25.0318349,"lng":121.5172099,"address":"100台灣台北市中正區南昌路一段31巷2之2號2樓","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5209189,25.029517]},"properties":{"id":765,"name":"大凱建築師事務所","lat":25.029517,"lng":121.5209189,"address":"100台灣台北市中正區羅斯福路二段3號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.522297,25.0283399]},"properties":{"id":766,"name":"茂詮餐飲設備有限公司","lat":25.0283399,"lng":121.522297,"address":"106台灣台北市大安區和平東路一段77號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5208819,25.0287289]},"properties":{"id":767,"name":"築韻室內裝修設計工程有限公司","lat":25.0287289,"lng":121.5208819,"address":"100台灣中正區羅斯福路二段14號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5188089,25.0291789]},"properties":{"id":768,"name":"虹喬設計事業有限公司","lat":25.0291789,"lng":121.5188089,"address":"100台灣中正區南昌路一段163號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.523533,25.028117]},"properties":{"id":769,"name":"九禾室內裝修設計有限公司","lat":25.028117,"lng":121.523533,"address":"106台灣台北市大安區潮州街60巷10弄2-1號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.52667,25.028318]},"properties":{"id":770,"name":"家+藝術 空間設計(家西文化事業有限公司)","lat":25.028318,"lng":121.52667,"address":"10644台灣台北市大安區金山南路二段185巷6號號 2 樓","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.526263,25.0296039]},"properties":{"id":771,"name":"易利迪科系統家具","lat":25.0296039,"lng":121.526263,"address":"106台灣台北市大安區金山南路二段134號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.529367,25.031402]},"properties":{"id":772,"name":"艾萊克室內設計","lat":25.031402,"lng":121.529367,"address":"106台灣台北市大安區永康街14巷1-2號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.528407,25.02853]},"properties":{"id":773,"name":"JC Architecture","lat":25.02853,"lng":121.528407,"address":"106台灣台北市大安區潮州街144號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.529363,25.030595]},"properties":{"id":774,"name":"設計師的咖啡館","lat":25.030595,"lng":121.529363,"address":"106台灣台北市大安區麗水街9巷13號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.529717,25.028556]},"properties":{"id":775,"name":"爾聲空間 Archlin Studio","lat":25.028556,"lng":121.529717,"address":"永康街91-2號3樓, 大安區台北市台灣 106","FL":3,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5283219,25.0290572]},"properties":{"id":776,"name":"阮景正服裝空間","lat":25.0290572,"lng":121.5283219,"address":"106台灣台北市大安區麗水街28號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.520236,25.03173]},"properties":{"id":777,"name":"鑫岳工程公司","lat":25.03173,"lng":121.520236,"address":"100台灣台北市中正區金華街18之6號2樓","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.529722,25.0305446]},"properties":{"id":778,"name":"芸廬 / 文創沙龍","lat":25.0305446,"lng":121.529722,"address":"106台灣台北市大安區永康街41巷5號2樓","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.518815,25.029187]},"properties":{"id":779,"name":"中華建築師事務所","lat":25.029187,"lng":121.518815,"address":"100台灣台北市中正區南昌路一段163號4樓","FL":4,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.530663,25.028557]},"properties":{"id":780,"name":"微笑家居","lat":25.028557,"lng":121.530663,"address":"106台灣台北市大安區青田街2巷21號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5313662,25.0288706]},"properties":{"id":781,"name":"六十八室內設計","lat":25.0288706,"lng":121.5313662,"address":"106台灣台北市大安區永康街75巷22號2 樓","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.532557,25.028702]},"properties":{"id":782,"name":"覲得空間設計","lat":25.028702,"lng":121.532557,"address":"106台灣台北市大安區青田街5巷13號1樓","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.53156,25.028394]},"properties":{"id":783,"name":"明國建築師事務所","lat":25.028394,"lng":121.53156,"address":"106台灣台北市大安區青田街2巷10之4號4樓","FL":4,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5315919,25.02847]},"properties":{"id":784,"name":"美惠建築師事務所","lat":25.02847,"lng":121.5315919,"address":"106台灣台北市大安區青田街2巷10之1號2樓","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5384509,25.029937]},"properties":{"id":785,"name":"怡品室內設計工程有限公司","lat":25.029937,"lng":121.5384509,"address":"106台灣台北市大安區建國南路二段113號13樓","FL":13,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.539027,25.028874]},"properties":{"id":786,"name":"若田室內設計/系統傢俱/系統櫃","lat":25.028874,"lng":121.539027,"address":"106台灣台北市大安區建國南路二段151巷25號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.540148,25.0278772]},"properties":{"id":787,"name":"近境制作","lat":25.0278772,"lng":121.540148,"address":"106台灣台北市大安區瑞安街214巷3號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.542668,25.0282749]},"properties":{"id":788,"name":"啟業室內工程股份有限公司","lat":25.0282749,"lng":121.542668,"address":"106台灣台北市大安區復興南路二段148巷5之1號6樓","FL":6,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5350039,25.025259]},"properties":{"id":789,"name":"李東清建築師事務所","lat":25.025259,"lng":121.5350039,"address":"106台灣台北市大安區新生南路三段11之1號3樓","FL":3,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.540667,25.0266959]},"properties":{"id":790,"name":"祥清工程股份有限公司","lat":25.0266959,"lng":121.540667,"address":"106台灣台北市大安區瑞安街135巷11號2樓","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.542668,25.0282749]},"properties":{"id":791,"name":"泰捷工程顧問有限公司","lat":25.0282749,"lng":121.542668,"address":"106台灣台北市大安區復興南路二段148巷5之1號5樓","FL":5,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5391339,25.0291029]},"properties":{"id":792,"name":"風尚廣告室內設計工程有限公司","lat":25.0291029,"lng":121.5391339,"address":"106台灣台北市大安區信義路三段134巷92號5樓","FL":5,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.543745,25.028166]},"properties":{"id":793,"name":"威爾室內設計工程有限公司","lat":25.028166,"lng":121.543745,"address":"106台灣台北市大安區復興南路二段157號7樓","FL":7,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.543224,25.030843]},"properties":{"id":794,"name":"藻雅室內設計有限公司","lat":25.030843,"lng":121.543224,"address":"106台灣大安區復興南路二段84號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.544924,25.029511]},"properties":{"id":795,"name":"俱意室內裝修設計工程有限公司","lat":25.029511,"lng":121.544924,"address":"106台灣台北市大安區復興南路二段111巷17弄11號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.544621,25.0313089]},"properties":{"id":796,"name":"太象室內裝修設計工程有限公司","lat":25.0313089,"lng":121.544621,"address":"106台灣大安區信義路四段30巷53號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5460705,25.031017]},"properties":{"id":797,"name":"君誠室內裝修設計","lat":25.031017,"lng":121.5460705,"address":"106台灣台北市大安區大安路二段130號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.546067,25.0279629]},"properties":{"id":798,"name":"宸漢室內設計工程","lat":25.0279629,"lng":121.546067,"address":"106台灣台北市大安區復興南路二段151巷52號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.544826,25.031094]},"properties":{"id":799,"name":"品楨空間設計","lat":25.031094,"lng":121.544826,"address":"10656台灣台北市大安區瑞安街23巷15號號 2 樓","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.546438,25.028705]},"properties":{"id":800,"name":"源原設計","lat":25.028705,"lng":121.546438,"address":"106台灣台北市大安區四維路160巷26號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.543279,25.031007]},"properties":{"id":801,"name":"三格空間設計","lat":25.031007,"lng":121.543279,"address":"106台灣台北市大安區忠孝東路四段148號1","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5434647,25.0277506]},"properties":{"id":802,"name":"摩登家庭LifeDesign","lat":25.0277506,"lng":121.5434647,"address":"106台灣台北市大安區117-83號信箱","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5444882,25.0296445]},"properties":{"id":803,"name":"大江國際工程有限公司","lat":25.0296445,"lng":121.5444882,"address":"235台灣新北市中和區中山路二段12號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.54749,25.03154]},"properties":{"id":804,"name":"XYI DESIGN Co., LTD 隱巷設計顧問有限公司","lat":25.03154,"lng":121.54749,"address":"106台灣台北市大安區四維路134巷7號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.550667,25.0318329]},"properties":{"id":805,"name":"權釋設計","lat":25.0318329,"lng":121.550667,"address":"106台灣台北市大安區安和路二段32巷19號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.547292,25.031483]},"properties":{"id":806,"name":"采邑室內裝修工程有限公司","lat":25.031483,"lng":121.547292,"address":"10667台灣台北市大安區四維路134巷15號一 樓","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.549201,25.030284]},"properties":{"id":807,"name":"張國傑建築師事務所","lat":25.030284,"lng":121.549201,"address":"106台灣台北市大安區敦化南路二段77號之5","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.540214,25.0290159]},"properties":{"id":808,"name":"良霖工程股份有限公司","lat":25.0290159,"lng":121.540214,"address":"106台灣台北市大安區信義路三段134巷65弄18號7樓","FL":7,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.548225,25.0292319]},"properties":{"id":809,"name":"正勝工程股份有限公司","lat":25.0292319,"lng":121.548225,"address":"106台灣台北市大安區敦化南路二段76號之1","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.548225,25.0292319]},"properties":{"id":810,"name":"陳世翔建築師事務所","lat":25.0292319,"lng":121.548225,"address":"106台灣台北市大安區敦化南路二段76號之1","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.541651,25.02903]},"properties":{"id":811,"name":"信義星規劃工程有限公司","lat":25.02903,"lng":121.541651,"address":"106台灣台北市大安區瑞安街162號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5508973,25.0293004]},"properties":{"id":812,"name":"凱艷室內設計有限公司","lat":25.0293004,"lng":121.5508973,"address":"106台灣大安區安和路二段82號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.550956,25.0296349]},"properties":{"id":813,"name":"大地工程股份有限公司","lat":25.0296349,"lng":121.550956,"address":"106台灣台北市大安區安和路二段80號14樓","FL":14,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5483739,25.0312217]},"properties":{"id":814,"name":"怡品室內裝修設計工程有限公司","lat":25.0312217,"lng":121.5483739,"address":"106台灣台北市大安區敦化南路二段46號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5483129,25.0316059]},"properties":{"id":815,"name":"上湧設計工程有限公司","lat":25.0316059,"lng":121.5483129,"address":"106台灣台北市大安區敦化南路二段40號2樓","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.548319,25.031696]},"properties":{"id":816,"name":"欣漢實業股份有限公司","lat":25.031696,"lng":121.548319,"address":"106台灣台北市大安區敦化南路二段38號12樓","FL":12,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5528029,25.0285489]},"properties":{"id":817,"name":"盧婉君室內設計公司","lat":25.0285489,"lng":121.5528029,"address":"106台灣台北市大安區通安街159號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5514408,25.0306704]},"properties":{"id":818,"name":"怡禾室內裝修設計工程有限公司","lat":25.0306704,"lng":121.5514408,"address":"106台灣台北市大安區敦化南路2段63巷54弄4號2樓","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5526271,25.0314938]},"properties":{"id":819,"name":"福島設計工作有限公司","lat":25.0314938,"lng":121.5526271,"address":"106台灣台北市大安區安和路二段41號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5525815,25.0307681]},"properties":{"id":820,"name":"福研設計 Happystudio","lat":25.0307681,"lng":121.5525815,"address":"10680台灣台北市大安區安和路二段63號4樓","FL":4,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5517333,25.0312241]},"properties":{"id":821,"name":"荃家室內設計(有)","lat":25.0312241,"lng":121.5517333,"address":"105台灣台北市大安區台北市松山區八德路三段12巷70弄5號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5526129,25.031492]},"properties":{"id":822,"name":"健勤工程公司","lat":25.031492,"lng":121.5526129,"address":"106台灣台北市大安區安和路二段41號之1","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.552028,25.029068]},"properties":{"id":823,"name":"永立工程顧問股份有限公司","lat":25.029068,"lng":121.552028,"address":"106台灣台北市大安區樂利路5巷23號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5524179,25.0279]},"properties":{"id":824,"name":"林麥工程股份有限公司","lat":25.0279,"lng":121.5524179,"address":"106台灣台北市大安區通安街148號之3","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5530377,25.0283807]},"properties":{"id":825,"name":"從前慢slo.mo","lat":25.0283807,"lng":121.5530377,"address":"106台灣台北市大安區通化街170巷10號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.556233,25.031283]},"properties":{"id":826,"name":"德渥設計","lat":25.031283,"lng":121.556233,"address":"106台灣台北市大安區通化街39巷61弄20-1號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5482729,25.027938]},"properties":{"id":827,"name":"天風設計企業有限公司","lat":25.027938,"lng":121.5482729,"address":"106台灣台北市大安區敦化南路二段100號之1","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.558595,25.0284119]},"properties":{"id":828,"name":"和楓室內裝修工程有限公司","lat":25.0284119,"lng":121.558595,"address":"11042台灣台北市信義區吳興街156巷79號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5522119,25.030652]},"properties":{"id":829,"name":"全鋒科技公司","lat":25.030652,"lng":121.5522119,"address":"106台灣台北市大安區安和路二段60號10樓","FL":10,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5492029,25.0311689]},"properties":{"id":830,"name":"竹惠工程顧問股份有限公司","lat":25.0311689,"lng":121.5492029,"address":"106台灣台北市大安區敦化南路二段57號之3","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5482969,25.0301759]},"properties":{"id":831,"name":"大矩聯合建築師事務所","lat":25.0301759,"lng":121.5482969,"address":"106台灣台北市大安區敦化南路二段60號之2","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5576529,25.0315599]},"properties":{"id":832,"name":"宇新企業有限公司","lat":25.0315599,"lng":121.5576529,"address":"110台灣台北市信義區光復南路547號之2","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.546998,25.0249029]},"properties":{"id":833,"name":"林重陽建築師事務所","lat":25.0249029,"lng":121.546998,"address":"106台灣台北市大安區和平東路三段9號6樓","FL":6,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5581121,25.0303314]},"properties":{"id":834,"name":"亦象室內裝修設計有限公司","lat":25.0303314,"lng":121.5581121,"address":"110台灣信義區信義區基隆路二段77號9樓之3","FL":9,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5576494,25.0315514]},"properties":{"id":835,"name":"啟室室內裝修設計工程股份有限公司","lat":25.0315514,"lng":121.5576494,"address":"110台灣信義區光復南路547號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5576494,25.0315514]},"properties":{"id":836,"name":"美麗殿設計有限公司","lat":25.0315514,"lng":121.5576494,"address":"110台灣信義區信義區光復南路547號5樓之3","FL":5,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.558209,25.0312649]},"properties":{"id":837,"name":"李奧國際室內裝修有限公司","lat":25.0312649,"lng":121.558209,"address":"106台灣信義區大安區基隆路二段56號10樓","FL":10,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.557127,25.0308339]},"properties":{"id":838,"name":"宇肯空間設計","lat":25.0308339,"lng":121.557127,"address":"號, No. 668光復南路大安區台北市台灣 106","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5525468,25.0300632]},"properties":{"id":839,"name":"B.A.B 歐洲復古傢俬/設計","lat":25.0300632,"lng":121.5525468,"address":"106台灣台北市大安區安和路二段71巷8號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5602267,25.0282062]},"properties":{"id":840,"name":"有木 umu","lat":25.0282062,"lng":121.5602267,"address":"110台灣台北市信義區吳興街156巷37號1樓","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.557901,25.028391]},"properties":{"id":841,"name":"龍門帆布有限公司 (伸縮帆布、遮雨棚)","lat":25.028391,"lng":121.557901,"address":"110台灣台北市信义区信安街10號1樓","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5526699,25.0306949]},"properties":{"id":842,"name":"上準工程顧問公司","lat":25.0306949,"lng":121.5526699,"address":"106台灣台北市大安區安和路二段65號10樓","FL":10,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.560939,25.028455]},"properties":{"id":843,"name":"禾樺室內設計工程有限公司","lat":25.028455,"lng":121.560939,"address":"110台灣信義區吳興街156巷25弄4號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5605593,25.0310032]},"properties":{"id":844,"name":"莫克國際(親子居家生活館)/莫國箴建築師事務所/莫克室內設計","lat":25.0310032,"lng":121.5605593,"address":"110台灣台北市信義區吳興街118巷26弄15-1號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5562839,25.028887]},"properties":{"id":845,"name":"詩華燈飾設計有限公司","lat":25.028887,"lng":121.5562839,"address":"106台灣台北市大安區基隆路二段132巷6之1號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5599868,25.0307483]},"properties":{"id":846,"name":"勤鴻室內裝修設計股份有限公司","lat":25.0307483,"lng":121.5599868,"address":"號 1 樓, No. 6吳興街50巷信義區台北市台灣 110","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5651744,25.0299355]},"properties":{"id":847,"name":"誠砌設計有限公司","lat":25.0299355,"lng":121.5651744,"address":"110台灣台北市信義區松智路36號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5569889,25.02916]},"properties":{"id":848,"name":"地楷機具公司","lat":25.02916,"lng":121.5569889,"address":"106台灣台北市大安區基隆路二段112號11樓","FL":11,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5571669,25.0317969]},"properties":{"id":849,"name":"方苑工程顧問有限公司","lat":25.0317969,"lng":121.5571669,"address":"106台灣台北市大安區光復南路626號之6","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.557196,25.030702]},"properties":{"id":850,"name":"許常吉建築師事務所","lat":25.030702,"lng":121.557196,"address":"106台灣台北市大安區光復南路672號9樓","FL":9,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5585445,25.0309403]},"properties":{"id":851,"name":"Mansion 豪邸雜誌","lat":25.0309403,"lng":121.5585445,"address":"台灣 號 15 樓, No. 51基隆路二段信義區台北市台灣 110","FL":15,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5605593,25.0310032]},"properties":{"id":852,"name":"莫克國際(親子居家生活館)/莫國箴建築師事務所/莫克室內設計","lat":25.0310032,"lng":121.5605593,"address":"110台灣台北市信義區吳興街15-1號118 巷 26 弄","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.570994,25.0281959]},"properties":{"id":853,"name":"富亨室內裝修設計有限公司","lat":25.0281959,"lng":121.570994,"address":"110台灣台北市信義區信義路五段150巷2號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5769572,25.0287024]},"properties":{"id":854,"name":"的亞室內設計工程有限公司","lat":25.0287024,"lng":121.5769572,"address":"110台灣台北市信義區No. 11號, Alley 6, Lane 251, Fúdé Street","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.570994,25.0281959]},"properties":{"id":855,"name":"黃書恒建築師事務所","lat":25.0281959,"lng":121.570994,"address":"110台灣信義區信義路五段150巷2號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.570994,25.0281959]},"properties":{"id":856,"name":"金倫設計工程有限公司","lat":25.0281959,"lng":121.570994,"address":"110台灣信義區信義路五段150巷2號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.611152,25.030963]},"properties":{"id":857,"name":"建邑有限公司 Jane Mark Enterprise CO.","lat":25.030963,"lng":121.611152,"address":"115台灣台北市南港區115","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.490363,25.031846]},"properties":{"id":870,"name":"原辰國際設計有限公司","lat":25.031846,"lng":121.490363,"address":"10858台灣台北市萬華區長順街89巷6號2 樓","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.490666,25.035058]},"properties":{"id":871,"name":"黃永進建築師事務所","lat":25.035058,"lng":121.490666,"address":"108台灣台北市萬華區和平西路三段382巷2弄26號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.493451,25.03528]},"properties":{"id":872,"name":"江柏有限公司","lat":25.03528,"lng":121.493451,"address":"108台灣台北市萬華區和平西路三段300之7號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.493294,25.0337859]},"properties":{"id":873,"name":"曾文龍建築透視公司","lat":25.0337859,"lng":121.493294,"address":"108台灣台北市萬華區環河南路二段145號之3","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.501754,25.034844]},"properties":{"id":874,"name":"莊展華建築師事務所","lat":25.034844,"lng":121.501754,"address":"108台灣台北市萬華區和平西路三段92巷12號4樓","FL":4,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.503258,25.034932]},"properties":{"id":875,"name":"【 江榮裕建築師+居逸室內設計 】","lat":25.034932,"lng":121.503258,"address":"108台灣台北市萬華區和平西路三段60號2樓","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5057314,25.0333514]},"properties":{"id":876,"name":"巧天匠空間規劃","lat":25.0333514,"lng":121.5057314,"address":"100台灣台北市中正區和平西路二段141號8 樓 之 1","FL":8,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.505756,25.0325934]},"properties":{"id":877,"name":"淇銨數碼有限公司","lat":25.0325934,"lng":121.505756,"address":"10068台灣台北市中正區汀州路一段19號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5144604,25.0321148]},"properties":{"id":878,"name":"靈藝造型股份有限公司","lat":25.0321148,"lng":121.5144604,"address":"100台灣台北市中正區重慶南路二段31號3樓","FL":3,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5143177,25.0326076]},"properties":{"id":879,"name":"瘋設計","lat":25.0326076,"lng":121.5143177,"address":"10066台灣台北市中正區重慶南路二段15號5F","FL":5,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.526036,25.033924]},"properties":{"id":880,"name":"博羿室內裝修設計有限公司","lat":25.033924,"lng":121.526036,"address":"106台灣台北市大安區信義路二段86巷15號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.526974,25.033481]},"properties":{"id":881,"name":"家馨室內設計工程有限公司","lat":25.033481,"lng":121.526974,"address":"106台灣台北市大安區金山南路二段12號5F","FL":5,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.525401,25.03418]},"properties":{"id":882,"name":"成品空間設計有限公司","lat":25.03418,"lng":121.525401,"address":"106台灣台北市大安區信義路二段44巷10弄3號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5269738,25.0334813]},"properties":{"id":883,"name":"寬川設計信億裝修工程","lat":25.0334813,"lng":121.5269738,"address":"106台灣台北市大安區金山南路二段12號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.51833,25.03324]},"properties":{"id":884,"name":"立弘實業有限公司","lat":25.03324,"lng":121.51833,"address":"100台灣台北市中正區林森南路142號之1","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.516309,25.02991]},"properties":{"id":885,"name":"張淑琴土地登記專業代理人","lat":25.02991,"lng":121.516309,"address":"100台灣台北市中正區寧波西街78號3樓","FL":3,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5255439,25.0353599]},"properties":{"id":886,"name":"縉達會計事務所","lat":25.0353599,"lng":121.5255439,"address":"100台灣台北市中正區信義路二段17巷7號3樓","FL":3,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5291803,25.0329771]},"properties":{"id":887,"name":"米樂空間設計有限公司","lat":25.0329771,"lng":121.5291803,"address":"106台灣台北市大安区永康街4巷18號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.53042,25.033876]},"properties":{"id":888,"name":"維樂室內設計有限公司","lat":25.033876,"lng":121.53042,"address":"100台灣中正區中正區信義路二段213號11樓","FL":11,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.531269,25.033841]},"properties":{"id":889,"name":"森境/王俊宏室內裝修設計工程有限公司","lat":25.033841,"lng":121.531269,"address":"100台灣台北市中正區信義路二段247號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5332599,25.0356822]},"properties":{"id":890,"name":"璟滕設計工程有限公司","lat":25.0356822,"lng":121.5332599,"address":"106台灣台北市大安區新生南路一段145巷4-1號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5320689,25.032583]},"properties":{"id":891,"name":"鼎聯一設計企業有限公司","lat":25.032583,"lng":121.5320689,"address":"106台灣台北市大安區新生南路二段16巷10之1號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.525404,25.0341742]},"properties":{"id":892,"name":"成品空間設計有限公司","lat":25.0341742,"lng":121.525404,"address":"231台灣台北市信義區信義路二段44巷10弄3號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.537097,25.0351934]},"properties":{"id":893,"name":"四一玩作","lat":25.0351934,"lng":121.537097,"address":"106台灣台北市大安區建國南路一段318巷6號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.531701,25.0334029]},"properties":{"id":894,"name":"林鑑澄建築師事務所","lat":25.0334029,"lng":121.531701,"address":"106台灣台北市大安區信義路二段230號之2","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.538419,25.033269]},"properties":{"id":895,"name":"陳鳳舉建築師事務所","lat":25.033269,"lng":121.538419,"address":"106台灣台北市大安區信義路三段106號12樓","FL":12,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.539075,25.0355489]},"properties":{"id":896,"name":"郭自強建築師事務所","lat":25.0355489,"lng":121.539075,"address":"106台灣台北市大安區建國南路一段291巷20號4樓","FL":4,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5374017,25.0339966]},"properties":{"id":897,"name":"清沐室內裝修設計有限公司","lat":25.0339966,"lng":121.5374017,"address":"106台灣大安區建國南路一段352號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5366796,25.0346444]},"properties":{"id":898,"name":"太和國際室內裝修設計有限公司","lat":25.0346444,"lng":121.5366796,"address":"106台灣大安區新生南路一段161巷35號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5368154,25.0346646]},"properties":{"id":899,"name":"禾浩室內裝修設計工程有限公司","lat":25.0346646,"lng":121.5368154,"address":"106台灣大安區新生南路一段161巷37號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5333608,25.0347464]},"properties":{"id":900,"name":"象新國際設計有限公司","lat":25.0347464,"lng":121.5333608,"address":"106台灣大安區新生南路一段161巷3號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.539122,25.0327409]},"properties":{"id":901,"name":"通寶室內設計有限公司","lat":25.0327409,"lng":121.539122,"address":"106台灣台北市大安區建國南路二段11巷24號5樓","FL":5,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5422221,25.033178]},"properties":{"id":902,"name":"漢象設計工程股份有限公司","lat":25.033178,"lng":121.5422221,"address":"106台灣台北市大安區信義路三段178號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5384149,25.032154]},"properties":{"id":903,"name":"無垢景觀設計公司","lat":25.032154,"lng":121.5384149,"address":"106台灣台北市大安區建國南路二段39巷3號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5392617,25.0353454]},"properties":{"id":904,"name":"炘瑞室內裝修有限公司","lat":25.0353454,"lng":121.5392617,"address":"號, No. 23建國南路一段307巷大安區台北市台灣 106","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5429835,25.0327889]},"properties":{"id":905,"name":"湯尼大衛設計有限公司","lat":25.0327889,"lng":121.5429835,"address":"10664台灣台北市大安區復興南路二段12巷9號1樓","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.542578,25.027897]},"properties":{"id":906,"name":"章舜欽建築師事務所","lat":25.027897,"lng":121.542578,"address":"106台灣台北市大安區復興南路二段160巷9號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.544108,25.0335869]},"properties":{"id":907,"name":"朱門室內設計工程有限公司","lat":25.0335869,"lng":121.544108,"address":"106台灣台北市大安區信義路四段1之43號4樓","FL":4,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.545511,25.0335309]},"properties":{"id":908,"name":"莎諾室內設計有限公司","lat":25.0335309,"lng":121.545511,"address":"106台灣台北市大安區信義路四段61號5樓","FL":5,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.544184,25.033162]},"properties":{"id":909,"name":"星閱空間設計(星閱室內裝修設計有限公司)","lat":25.033162,"lng":121.544184,"address":"106台灣台北市大安區信義路四段6號14樓之5(大安捷運站4號出口)","FL":14,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5457459,25.033908]},"properties":{"id":910,"name":"美江室內裝修有限公司","lat":25.033908,"lng":121.5457459,"address":"10684台灣台北市大安區大安路一段228-2號1樓","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.545642,25.0335279]},"properties":{"id":911,"name":"漢霖設計工程顧問有限公司","lat":25.0335279,"lng":121.545642,"address":"106台灣台北市大安區信義路四段65號12樓","FL":12,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.545002,25.032847]},"properties":{"id":912,"name":"NOiR Design","lat":25.032847,"lng":121.545002,"address":"106台灣台北市大安区信義路四段30巷7弄1號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.543109,25.0356047]},"properties":{"id":913,"name":"上門室內設計有限公司","lat":25.0356047,"lng":121.543109,"address":"106台灣大安區信義路三段147巷17弄15號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.544658,25.033549]},"properties":{"id":914,"name":"陳履義建築師事務所","lat":25.033549,"lng":121.544658,"address":"106台灣台北市大安區信義路四段25號6樓","FL":6,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5441842,25.0331622]},"properties":{"id":915,"name":"升進科技有限公司","lat":25.0331622,"lng":121.5441842,"address":"106台灣台北市大安區信義路四段6號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.54383,25.0355]},"properties":{"id":916,"name":"緣容室內設計有限公司","lat":25.0355,"lng":121.54383,"address":"106台灣大安區復興南路一段283號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.543902,25.033559]},"properties":{"id":917,"name":"首創室內裝修設計有限公司","lat":25.033559,"lng":121.543902,"address":"106台灣大安區大安區信義路四段1號6樓之1","FL":6,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.548306,25.032025]},"properties":{"id":918,"name":"敦麗室內裝修設計工程有限公司","lat":25.032025,"lng":121.548306,"address":"106台灣台北市大安區敦化南路二段32號號 11 樓 之 1","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5498347,25.0340533]},"properties":{"id":919,"name":"完美主義室內裝修設計工程股份有限公司","lat":25.0340533,"lng":121.5498347,"address":"106台灣台北市大安區敦化南路一段329巷6弄7號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.549993,25.0355699]},"properties":{"id":920,"name":"朝茂室內設計工程有限公司","lat":25.0355699,"lng":121.549993,"address":"106台灣台北市大安區敦化南路一段295巷11號3樓","FL":3,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5492529,25.03279]},"properties":{"id":921,"name":"龍形設計有限公司","lat":25.03279,"lng":121.5492529,"address":"106台灣台北市大安區敦化南路二段5號之2","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5479839,25.033462]},"properties":{"id":922,"name":"萊特工程設計有限公司","lat":25.033462,"lng":121.5479839,"address":"106台灣台北市大安區信義路四段113號3樓","FL":3,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5392662,25.0327882]},"properties":{"id":923,"name":"大沃國際設計有限公司","lat":25.0327882,"lng":121.5392662,"address":"106台灣台北市大安區建國南路二段11巷26號1樓","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5501016,25.0335667]},"properties":{"id":924,"name":"家美樂空間設計","lat":25.0335667,"lng":121.5501016,"address":"10681台灣台北市大安區信義路四段155號3樓之2","FL":3,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.550445,25.031839]},"properties":{"id":925,"name":"CONCEPT 北歐建築","lat":25.031839,"lng":121.550445,"address":"106台灣台北市大安區安和路二段32巷19號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5484449,25.0354819]},"properties":{"id":926,"name":"富筆有限公司","lat":25.0354819,"lng":121.5484449,"address":"106台灣台北市大安區敦化南路一段314號之3","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5443009,25.033545]},"properties":{"id":927,"name":"王昭藩建築師事務所","lat":25.033545,"lng":121.5443009,"address":"106台灣台北市大安區信義路四段1號12樓","FL":12,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5416656,25.0332339]},"properties":{"id":928,"name":"郭自強建築師事務所","lat":25.0332339,"lng":121.5416656,"address":"106台灣台北市大安區信義路三段164-3號4樓","FL":4,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.542762,25.032844]},"properties":{"id":929,"name":"共立建築師事務所","lat":25.032844,"lng":121.542762,"address":"106台灣台北市大安區復興南路二段12巷13號7樓","FL":7,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5454649,25.0335309]},"properties":{"id":930,"name":"簡丞志建築師事務所","lat":25.0335309,"lng":121.5454649,"address":"106台灣台北市大安區信義路四段59號4樓","FL":4,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5484069,25.0350029]},"properties":{"id":931,"name":"久福工程技術顧問股份有限公司","lat":25.0350029,"lng":121.5484069,"address":"106台灣台北市大安區敦化南路一段336號之1","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.543745,25.0281659]},"properties":{"id":932,"name":"楊崇禎建築師事務所","lat":25.0281659,"lng":121.543745,"address":"106台灣台北市大安區復興南路二段157號之1","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.539362,25.033944]},"properties":{"id":933,"name":"羅明哲建築師事務所","lat":25.033944,"lng":121.539362,"address":"106台灣台北市大安區信義路三段111巷2號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.538419,25.033269]},"properties":{"id":934,"name":"長薪國際有限公司","lat":25.033269,"lng":121.538419,"address":"106台灣台北市大安區信義路三段106號之7","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5384149,25.032568]},"properties":{"id":935,"name":"陳德耀建築師事務所","lat":25.032568,"lng":121.5384149,"address":"106台灣台北市大安區建國南路二段25巷7號之1","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.550756,25.031863]},"properties":{"id":936,"name":"ed HOUSE機能櫥櫃","lat":25.031863,"lng":121.550756,"address":"10680台灣台北市大安區安和路二段32巷19號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.55093,25.03342]},"properties":{"id":937,"name":"住佳室內裝修設計工程有限公司","lat":25.03342,"lng":121.55093,"address":"106台灣大安區大安區信義路四段187號8樓","FL":8,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.550611,25.0333774]},"properties":{"id":938,"name":"三二舍室內裝修設計有限公司","lat":25.0333774,"lng":121.550611,"address":"106台灣台北市大安區信義路四段177號7 樓","FL":7,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.543902,25.033559]},"properties":{"id":939,"name":"萬代設計企業有限公司","lat":25.033559,"lng":121.543902,"address":"106台灣大安區大安區信義路四段1號4樓之1","FL":4,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5476999,25.0346258]},"properties":{"id":940,"name":"DECO INN設計傢飾(壹店)","lat":25.0346258,"lng":121.5476999,"address":"106台灣台北市大安區四維路66巷4號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.552641,25.032877]},"properties":{"id":941,"name":"大芃室內裝修設計有限公司","lat":25.032877,"lng":121.552641,"address":"106台灣大安區安和路二段5號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.554042,25.0353229]},"properties":{"id":942,"name":"富億室內設計","lat":25.0353229,"lng":121.554042,"address":"10681台灣台北市大安區安和路一段127巷33號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.551166,25.033461]},"properties":{"id":943,"name":"喬烽設計工程有限公司","lat":25.033461,"lng":121.551166,"address":"106台灣台北市大安區信義路四段189號之1","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.554129,25.0329469]},"properties":{"id":944,"name":"環象空鈇型設計有限公司","lat":25.0329469,"lng":121.554129,"address":"106台灣台北市大安區信義路四段258號之3","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5530979,25.0345915]},"properties":{"id":945,"name":"紅舍傢俱","lat":25.0345915,"lng":121.5530979,"address":"106台灣台北市大安區安和路一段127巷10號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5438068,25.0306661]},"properties":{"id":946,"name":"ESTEL","lat":25.0306661,"lng":121.5438068,"address":"號, No. 65復興南路二段大安區台北市台灣 106","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5498299,25.034951]},"properties":{"id":947,"name":"江式鴻建築師事務所","lat":25.034951,"lng":121.5498299,"address":"106台灣台北市大安區安和路一段78巷44號2樓","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5444727,25.0331592]},"properties":{"id":948,"name":"榮桂貿易工程有限公司","lat":25.0331592,"lng":121.5444727,"address":"106台灣台北市大安區信義路四段24號之1","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5432319,25.027958]},"properties":{"id":949,"name":"正昌建築師事務所","lat":25.027958,"lng":121.5432319,"address":"106台灣台北市大安區復興南路二段156之1號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5539887,25.0334055]},"properties":{"id":950,"name":"禮得室內設計有限公司","lat":25.0334055,"lng":121.5539887,"address":"106台灣大安區信義路四段263號14樓之4","FL":14,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5568229,25.034488]},"properties":{"id":951,"name":"禾創室內設計工程有限公司","lat":25.034488,"lng":121.5568229,"address":"106台灣台北市大安區延吉街259之2號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5563047,25.0351552]},"properties":{"id":952,"name":"地所設計有限公司","lat":25.0351552,"lng":121.5563047,"address":"號 1 樓, No. 25-1光復南路456巷大安區台北市台灣 106","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5472389,25.0354499]},"properties":{"id":953,"name":"拙石企業有限公司","lat":25.0354499,"lng":121.5472389,"address":"106台灣台北市大安區四維路52巷19弄5之1號2樓","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.557641,25.032052]},"properties":{"id":954,"name":"梵谷室內設計工程有限公司","lat":25.032052,"lng":121.557641,"address":"110台灣信義區光復南路505號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.550231,25.0335484]},"properties":{"id":955,"name":"ZACA Design 嵐畝空間室務","lat":25.0335484,"lng":121.550231,"address":"106台灣台北市大安區仁愛路四段122巷63號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5531229,25.0333899]},"properties":{"id":956,"name":"吳明修建築師事務所","lat":25.0333899,"lng":121.5531229,"address":"106台灣台北市大安區信義路四段233號12樓","FL":12,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5503939,25.0341999]},"properties":{"id":957,"name":"磐固工程股份有限公司","lat":25.0341999,"lng":121.5503939,"address":"106台灣台北市大安區安和路一段102巷28號3樓","FL":3,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5522679,25.034158]},"properties":{"id":958,"name":"曾文達建築師事務所","lat":25.034158,"lng":121.5522679,"address":"106台灣台北市大安區安和路一段104號12樓","FL":12,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5586974,25.0333143]},"properties":{"id":959,"name":"依邁斯室內設計有限公司","lat":25.0333143,"lng":121.5586974,"address":"110台灣信義區信義區信義路四段401號4樓","FL":4,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5586974,25.0333143]},"properties":{"id":960,"name":"瑞端室內裝修設計有限公司","lat":25.0333143,"lng":121.5586974,"address":"110台灣信義區信義路四段401號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5577117,25.0341914]},"properties":{"id":961,"name":"顥斯設計工程有限公司","lat":25.0341914,"lng":121.5577117,"address":"110台灣信義區光復南路461號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.562324,25.0332591]},"properties":{"id":962,"name":"富羚現代風水室內設計有限公司","lat":25.0332591,"lng":121.562324,"address":"110台灣信義區信義路五段5號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5526409,25.032877]},"properties":{"id":963,"name":"太漢建築師事務所","lat":25.032877,"lng":121.5526409,"address":"106台灣台北市大安區安和路二段5號之4","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5546393,25.0333997]},"properties":{"id":964,"name":"瀘石國際展覽","lat":25.0333997,"lng":121.5546393,"address":"106台灣台北市大安區信義路四段279號八樓","FL":8,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5594335,25.0334003]},"properties":{"id":965,"name":"費米智慧家庭","lat":25.0334003,"lng":121.5594335,"address":"110台灣台北市大安區信義路四段415號2樓","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5531229,25.0333899]},"properties":{"id":966,"name":"葉日明建築師事務所","lat":25.0333899,"lng":121.5531229,"address":"106台灣台北市大安區信義路四段233號8樓","FL":8,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5532829,25.034146]},"properties":{"id":967,"name":"莊金生建築師事務所","lat":25.034146,"lng":121.5532829,"address":"106台灣台北市大安區安和路一段135巷10號4樓","FL":4,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5573129,25.0345119]},"properties":{"id":968,"name":"聚才企業有限公司","lat":25.0345119,"lng":121.5573129,"address":"106台灣台北市大安區光復南路556號之1","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.551166,25.033461]},"properties":{"id":969,"name":"利佳金屬工程公司","lat":25.033461,"lng":121.551166,"address":"106台灣台北市大安區信義路四段189號之1","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.555588,25.032401]},"properties":{"id":970,"name":"305精品設計傢俱館","lat":25.032401,"lng":121.555588,"address":"106台灣台北市大安區文昌街257號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5576784,25.0324587]},"properties":{"id":971,"name":"ROD Design & Branding 安格國際創意有限公司","lat":25.0324587,"lng":121.5576784,"address":"110台灣台北市信義區光復南路495號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5578565,25.0320763]},"properties":{"id":972,"name":"宗尖創意有限公司Unipoint Creative Co., Ltd.","lat":25.0320763,"lng":121.5578565,"address":"110台灣台北市信義區光復南路495號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5644952,25.0319245]},"properties":{"id":973,"name":"元理室內裝修設計工程有限公司","lat":25.0319245,"lng":121.5644952,"address":"110台灣信義區松勤街80號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.555651,25.032398]},"properties":{"id":974,"name":"格林家具設計","lat":25.032398,"lng":121.555651,"address":"106台灣台北市大安區文昌街259號號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5648093,25.0337181]},"properties":{"id":975,"name":"新藝室內裝修有限公司","lat":25.0337181,"lng":121.5648093,"address":"110台灣信義區信義路五段7號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.567887,25.03379]},"properties":{"id":976,"name":"歐也空間室內裝修設計股份有限公司","lat":25.03379,"lng":121.567887,"address":"110台灣台北市信義區松仁路130號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5746304,25.0328385]},"properties":{"id":977,"name":"清澤室內裝修設計有限公司","lat":25.0328385,"lng":121.5746304,"address":"110台灣台北市信義區松德路273號F","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.574056,25.035815]},"properties":{"id":978,"name":"克俐凱文空間建築設計 | C&K Design","lat":25.035815,"lng":121.574056,"address":"110台灣台北市信義區松德路178-1號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.564117,25.033768]},"properties":{"id":979,"name":"CLOVER DEVELOPMENT幸運居開發","lat":25.033768,"lng":121.564117,"address":"11049台灣台北市信義區信義路五段7號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.573661,25.035528]},"properties":{"id":980,"name":"優是室內裝修設計有限公司","lat":25.035528,"lng":121.573661,"address":"110台灣信義區松德路180巷8號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.57339,25.0332599]},"properties":{"id":981,"name":"大康室內裝修工程有限公司","lat":25.0332599,"lng":121.57339,"address":"110台灣信義區信義路五段111號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.574865,25.0358]},"properties":{"id":982,"name":"元崇設計工程股份有限公司","lat":25.0358,"lng":121.574865,"address":"110台灣信義區松德路171號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.562664,25.0356649]},"properties":{"id":983,"name":"億特室內裝修設計工程有限公司","lat":25.0356649,"lng":121.562664,"address":"110台灣信義區松壽路2號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.575731,25.034969]},"properties":{"id":984,"name":"樸石設計有限公司","lat":25.034969,"lng":121.575731,"address":"110台灣台北市信義區信義路6段33巷5號2樓之3","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.576258,25.034569]},"properties":{"id":985,"name":"Plaza del Vínculo 梵古洛","lat":25.034569,"lng":121.576258,"address":"11086台灣台北市信義區臺北市信義區信義路六段50號1樓","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.576554,25.03482]},"properties":{"id":986,"name":"TreesMind藝仕美木地板","lat":25.03482,"lng":121.576554,"address":"110台灣台北市信義區信義路六段62號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.577435,25.035089]},"properties":{"id":987,"name":"揚家室內設計有限公司","lat":25.035089,"lng":121.577435,"address":"110台灣信義區信義路六段76巷3弄7號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.502762,25.03937]},"properties":{"id":992,"name":"一","lat":25.03937,"lng":121.502762,"address":"231台灣新北市新店區檳榔路129號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.504644,25.039008]},"properties":{"id":993,"name":"碩果室內裝修設計有限公司","lat":25.039008,"lng":121.504644,"address":"108台灣台北市萬華區昆明街201巷15號1樓","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.506695,25.038047]},"properties":{"id":994,"name":"新悅室內裝修設計有限公司","lat":25.038047,"lng":121.506695,"address":"108台灣台北市萬華區中華路一段202號6 樓 之 3","FL":6,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5066953,25.038047]},"properties":{"id":995,"name":"新禾室內設計裝修有限公司","lat":25.038047,"lng":121.5066953,"address":"10850台灣台北市萬華區中華路一段202號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5049304,25.0370701]},"properties":{"id":996,"name":"晟角制作設計有限公司","lat":25.0370701,"lng":121.5049304,"address":"108台灣台北市萬華區柳州街84號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5047648,25.0377068]},"properties":{"id":997,"name":"好室達裝修設計中心","lat":25.0377068,"lng":121.5047648,"address":"號, No. 34桂林路萬華區台北市台灣 108","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5047539,25.0367725]},"properties":{"id":998,"name":"陳師傅文化石清水模","lat":25.0367725,"lng":121.5047539,"address":"108台灣台北市萬華區南寧路31號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.505633,25.0395869]},"properties":{"id":999,"name":"正川工程股份有限公司","lat":25.0395869,"lng":121.505633,"address":"108台灣台北市萬華區貴陽街二段27號6樓","FL":6,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5046442,25.0384207]},"properties":{"id":1000,"name":"哲空間室內裝修設計有限公司","lat":25.0384207,"lng":121.5046442,"address":"108台灣台北市萬華區永福街49號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.51098,25.039177]},"properties":{"id":1001,"name":"成豐室內裝修設計工程有限公司","lat":25.039177,"lng":121.51098,"address":"100台灣中正區博愛路168號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.516769,25.032036]},"properties":{"id":1002,"name":"宏城工程顧問有限公司","lat":25.032036,"lng":121.516769,"address":"100台灣台北市中正區南昌路一段15號3樓","FL":3,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.521847,25.038232]},"properties":{"id":1003,"name":"鑫坊室內設計房屋修繕中心","lat":25.038232,"lng":121.521847,"address":"100台灣台北市中正區仁愛路一段18巷8號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5217233,25.0385943]},"properties":{"id":1004,"name":"至文室內裝修有限公司","lat":25.0385943,"lng":121.5217233,"address":"號 4 樓, No. 4仁愛路一段中正區台北市台灣 100","FL":4,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5252117,25.0366455]},"properties":{"id":1005,"name":"以太室內裝修設計工程有限公司","lat":25.0366455,"lng":121.5252117,"address":"100台灣中正區杭州南路一段131巷3號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5254785,25.0386703]},"properties":{"id":1006,"name":"瑞普室內設計","lat":25.0386703,"lng":121.5254785,"address":"100台灣台北市中正區杭州南路一段99號2樓","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.525708,25.038503]},"properties":{"id":1007,"name":"暘昇國際室內裝修工程有限公司","lat":25.038503,"lng":121.525708,"address":"10055台灣台北市中正區仁愛路二段5號6樓","FL":6,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5256608,25.0387701]},"properties":{"id":1008,"name":"意起設計","lat":25.0387701,"lng":121.5256608,"address":"100台灣台北市中正區仁愛路二段9巷22號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.524961,25.037023]},"properties":{"id":1009,"name":"山羚設計有限公司","lat":25.037023,"lng":121.524961,"address":"100台灣台北市中正區杭州南路一段115號8樓","FL":8,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.525874,25.0398119]},"properties":{"id":1010,"name":"參拾參設計顧問有限公司","lat":25.0398119,"lng":121.525874,"address":"100台灣台北市中正區杭州南路一段69號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.526852,25.038037]},"properties":{"id":1011,"name":"每日設計有限公司","lat":25.038037,"lng":121.526852,"address":"100台灣台北市中正區仁愛路二段26號7樓","FL":7,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.528345,25.037699]},"properties":{"id":1012,"name":"果仁室內裝修設計有限公司","lat":25.037699,"lng":121.528345,"address":"100台灣台北市中正區金山南路一段65-2號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.529663,25.039291]},"properties":{"id":1013,"name":"XIVDESIGN 第十四設計事業有限公司","lat":25.039291,"lng":121.529663,"address":"No. 39-9, Linyi Street, 中正區台北市台灣 100","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.528442,25.0377508]},"properties":{"id":1014,"name":"執優室內裝修有限公司","lat":25.0377508,"lng":121.528442,"address":"100台灣台北市中正區金山南路一段67巷4號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5291266,25.0384308]},"properties":{"id":1015,"name":"達奇室內裝修股份有限公司","lat":25.0384308,"lng":121.5291266,"address":"100台灣台北市中正區仁愛路二段45號5樓","FL":5,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5300027,25.0370916]},"properties":{"id":1016,"name":"研邑設計","lat":25.0370916,"lng":121.5300027,"address":"100台灣台北市中正區臨沂街59巷17號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.53093,25.037604]},"properties":{"id":1017,"name":"芳鄰設計工作室","lat":25.037604,"lng":121.53093,"address":"100台灣台北市中正區臨沂街57巷31號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5308489,25.0384329]},"properties":{"id":1018,"name":"蘭格股份有限公司","lat":25.0384329,"lng":121.5308489,"address":"100台灣台北市中正區仁愛路二段71號之6","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.529659,25.039764]},"properties":{"id":1019,"name":"蕙君有限公司","lat":25.039764,"lng":121.529659,"address":"100台灣台北市中正區臨沂街32巷1之1號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5235325,25.0393024]},"properties":{"id":1020,"name":"周蓮娟建築師事務所","lat":25.0393024,"lng":121.5235325,"address":"100台灣台北市中正區紹興南街20號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.525613,25.035076]},"properties":{"id":1021,"name":"台灣探勘工程股份有限公司","lat":25.035076,"lng":121.525613,"address":"100台灣台北市中正區信義路二段23號之1","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.529044,25.0374319]},"properties":{"id":1022,"name":"陳輝煌建築師事務所","lat":25.0374319,"lng":121.529044,"address":"100台灣台北市中正區臨沂街42號3樓","FL":3,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.52911,25.038541]},"properties":{"id":1023,"name":"立石室內裝修設計工程股份有限公司","lat":25.038541,"lng":121.52911,"address":"100台灣中正區中正區仁愛路二段45號3樓","FL":3,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.53104,25.038532]},"properties":{"id":1024,"name":"三能建裝室內裝修設計股份有限公司","lat":25.038532,"lng":121.53104,"address":"100台灣中正區中正區仁愛路二段71號11樓之H","FL":11,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5330709,25.036943]},"properties":{"id":1025,"name":"大發室內設計有限公司","lat":25.036943,"lng":121.5330709,"address":"106台灣台北市大安區新生南路一段137巷4號2樓","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5317179,25.038609]},"properties":{"id":1026,"name":"林氏設計有限公司","lat":25.038609,"lng":121.5317179,"address":"100台灣台北市中正區仁愛路二段91巷1號之3","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.532548,25.036483]},"properties":{"id":1027,"name":"大業聯合室內裝修設計有限公司","lat":25.036483,"lng":121.532548,"address":"100台灣台北市中正區新生南路一段138號4樓之2","FL":4,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.534698,25.03888]},"properties":{"id":1028,"name":"無象藝術空間設計","lat":25.03888,"lng":121.534698,"address":"106台灣台北市大安區仁愛路三段5巷1弄16號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5316915,25.0386228]},"properties":{"id":1029,"name":"林氏設計有限公司","lat":25.0386228,"lng":121.5316915,"address":"10062台灣台北市中正區仁愛路二段91巷1號 11 樓 之 3","FL":11,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5324851,25.0392802]},"properties":{"id":1030,"name":"有情門設計家具 新南門市","lat":25.0392802,"lng":121.5324851,"address":"100台灣台北市中正區新生南路一段114號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5321181,25.0375309]},"properties":{"id":1031,"name":"朗朗設計有限公司","lat":25.0375309,"lng":121.5321181,"address":"號, No. 7連雲街中正區台北市台灣 100","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5348771,25.0391826]},"properties":{"id":1032,"name":"大拓室內設計有限公司","lat":25.0391826,"lng":121.5348771,"address":"106台灣台北市大安區仁愛路三段31巷3-1號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.533409,25.035442]},"properties":{"id":1033,"name":"萬仞建築師事務所","lat":25.035442,"lng":121.533409,"address":"106台灣台北市大安區新生南路一段151巷5之5號3樓","FL":3,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.533511,25.038447]},"properties":{"id":1034,"name":"游明國建築師事務所","lat":25.038447,"lng":121.533511,"address":"106台灣台北市大安區仁愛路三段9號6樓","FL":6,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5324733,25.035923]},"properties":{"id":1035,"name":"櫻花廚具新生店","lat":25.035923,"lng":121.5324733,"address":"100台灣台北市中正区台北市新生南路一段142號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.534163,25.039362]},"properties":{"id":1036,"name":"李灼明建築師事務所","lat":25.039362,"lng":121.534163,"address":"106台灣台北市大安區新生南路一段119巷11之1號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5342619,25.03857]},"properties":{"id":1037,"name":"成浩工程顧問股份有限公司","lat":25.03857,"lng":121.5342619,"address":"106台灣台北市大安區仁愛路三段23號5樓","FL":5,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.53104,25.03853]},"properties":{"id":1038,"name":"紅林設計有限公司","lat":25.03853,"lng":121.53104,"address":"100台灣中正區中正區仁愛路二段71號12樓","FL":12,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5309967,25.0359604]},"properties":{"id":1039,"name":"萬瀚設計工程有限公司","lat":25.0359604,"lng":121.5309967,"address":"100台灣中正區臨沂街61巷27號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.536374,25.037614]},"properties":{"id":1040,"name":"純白室內設計","lat":25.037614,"lng":121.536374,"address":"106台灣台北市大安區仁愛路三段28號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.53529,25.038612]},"properties":{"id":1041,"name":"固特室內設計","lat":25.038612,"lng":121.53529,"address":"106台灣台北市大安區仁愛路三段41號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5351579,25.039051]},"properties":{"id":1042,"name":"釋意室內設計有限公司","lat":25.039051,"lng":121.5351579,"address":"106台灣台北市大安區仁愛路三段5巷1弄21之1號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5389529,25.037568]},"properties":{"id":1043,"name":"先飾室內設計工作室","lat":25.037568,"lng":121.5389529,"address":"106台灣台北市大安區仁愛路三段82之2號3樓","FL":3,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5357068,25.0362326]},"properties":{"id":1044,"name":"Insitu隱室設計","lat":25.0362326,"lng":121.5357068,"address":"106台灣台北市大安區仁愛路三段24巷3號1樓","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.536139,25.037343]},"properties":{"id":1045,"name":"水相設計","lat":25.037343,"lng":121.536139,"address":"106台灣台北市大安區仁愛路三段24巷1弄7號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.535434,25.038584]},"properties":{"id":1046,"name":"境業設計工程有限公司","lat":25.038584,"lng":121.535434,"address":"106台灣台北市大安區仁愛路三段43號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.536765,25.03689]},"properties":{"id":1047,"name":"FUGE 馥閣","lat":25.03689,"lng":121.536765,"address":"10653台灣台北市大安區建國南路一段258巷7號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5364205,25.037543]},"properties":{"id":1048,"name":"築居空間美學館","lat":25.037543,"lng":121.5364205,"address":"23448台灣台北市大安區仁愛路三段28號2F","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5353879,25.0386946]},"properties":{"id":1049,"name":"生活館系統傢俱ALL LIFE","lat":25.0386946,"lng":121.5353879,"address":"號 4 樓, No. 41仁愛路三段大安區台北市台灣 106","FL":4,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5357666,25.0376069]},"properties":{"id":1050,"name":"三商美福 仁愛門市","lat":25.0376069,"lng":121.5357666,"address":"106台灣台北市大安區仁愛路三段26號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.536356,25.037583]},"properties":{"id":1051,"name":"曹昌歲建築師事務所","lat":25.037583,"lng":121.536356,"address":"106台灣台北市大安區仁愛路三段28號6樓","FL":6,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5357666,25.0376069]},"properties":{"id":1052,"name":"源鍏室內設計工程有限公司","lat":25.0376069,"lng":121.5357666,"address":"106台灣大安區仁愛路三段26號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5354235,25.038656]},"properties":{"id":1053,"name":"碁因室內裝修設計有限公司","lat":25.038656,"lng":121.5354235,"address":"106台灣大安區仁愛路三段43號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5384295,25.036037]},"properties":{"id":1054,"name":"形意室內設計有限公司","lat":25.036037,"lng":121.5384295,"address":"106台灣大安區建國南路一段279巷2號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.535732,25.037647]},"properties":{"id":1055,"name":"和瀚國際設計有限公司","lat":25.037647,"lng":121.535732,"address":"106台灣大安區仁愛路三段26號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.542085,25.0383279]},"properties":{"id":1056,"name":"御匠設計工程有限公司","lat":25.0383279,"lng":121.542085,"address":"106台灣台北市大安區仁愛路三段125號12樓","FL":12,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.542352,25.039132]},"properties":{"id":1057,"name":"PLUS DESIGN 創值整合設計","lat":25.039132,"lng":121.542352,"address":"106台灣台北市大安區仁愛路三段123巷9弄5號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5428969,25.0383279]},"properties":{"id":1058,"name":"生格設計事業有限公司","lat":25.0383279,"lng":121.5428969,"address":"106台灣台北市大安區仁愛路三段141號12樓","FL":12,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5419219,25.0389179]},"properties":{"id":1059,"name":"王武烈建築師事務所","lat":25.0389179,"lng":121.5419219,"address":"106台灣台北市大安區仁愛路三段123巷14號5樓","FL":5,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5428079,25.0351689]},"properties":{"id":1060,"name":"系統技術工程公司","lat":25.0351689,"lng":121.5428079,"address":"106台灣台北市大安區信義路三段147巷15弄27號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5413942,25.0389774]},"properties":{"id":1061,"name":"ISD(原感室內空間設計中心)","lat":25.0389774,"lng":121.5413942,"address":"106台灣台北市大安區忠孝東路三段248巷59號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.539325,25.037528]},"properties":{"id":1062,"name":"原境室內裝修設計有限公司","lat":25.037528,"lng":121.539325,"address":"106台灣大安區仁愛路三段98號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.541181,25.037079]},"properties":{"id":1063,"name":"好樣設計有限公司","lat":25.037079,"lng":121.541181,"address":"106台灣大安區信義路三段147巷36弄20號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.543997,25.0395679]},"properties":{"id":1065,"name":"成舍室內設計","lat":25.0395679,"lng":121.543997,"address":"106台灣台北市大安區復興南路一段203號12樓","FL":12,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5440655,25.0361208]},"properties":{"id":1066,"name":"大展室內裝修設計","lat":25.0361208,"lng":121.5440655,"address":"號, No. 7東豐街大安區台北市台灣 106","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5456494,25.0363084]},"properties":{"id":1067,"name":"台北基礎設計中心","lat":25.0363084,"lng":121.5456494,"address":"106台灣台北市大安區大安路一段176巷4號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.546155,25.038316]},"properties":{"id":1068,"name":"大公照明設計顧問有限公司","lat":25.038316,"lng":121.546155,"address":"106台灣台北市大安區大安路一段147號9樓","FL":9,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5453959,25.036649]},"properties":{"id":1069,"name":"阿爾法工程有限公司","lat":25.036649,"lng":121.5453959,"address":"106台灣台北市大安區復興南路一段253巷42號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.543916,25.036435]},"properties":{"id":1070,"name":"許世芳建築師事務所","lat":25.036435,"lng":121.543916,"address":"106台灣台北市大安區復興南路一段259號之2","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.543927,25.037343]},"properties":{"id":1071,"name":"江錦財建築師事務所","lat":25.037343,"lng":121.543927,"address":"106台灣台北市大安區復興南路一段239號7樓","FL":7,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5439515,25.039338]},"properties":{"id":1072,"name":"舒雅室內設計有限公司","lat":25.039338,"lng":121.5439515,"address":"106台灣大安區復興南路一段213號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5456306,25.0392916]},"properties":{"id":1073,"name":"向奕室內裝修設計工程有限公司","lat":25.0392916,"lng":121.5456306,"address":"106台灣大安區大安路一段126巷8號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5498359,25.0382063]},"properties":{"id":1074,"name":"巢空間室內設計","lat":25.0382063,"lng":121.5498359,"address":"106台灣台北市大安區仁愛路四段109號18F之2","FL":18,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.547544,25.036103]},"properties":{"id":1075,"name":"構築設計 / 聯合治作 台北事務所","lat":25.036103,"lng":121.547544,"address":"106台灣台北市大安區東豐街61號2樓","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.546751,25.036364]},"properties":{"id":1076,"name":"覓得設計傢俬行","lat":25.036364,"lng":121.546751,"address":"106台灣大安區大安路一段175巷14號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.542085,25.0383279]},"properties":{"id":1077,"name":"廷地開發有限公司","lat":25.0383279,"lng":121.542085,"address":"106台灣台北市大安區仁愛路三段125號4樓","FL":4,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.543413,25.0354019]},"properties":{"id":1078,"name":"李瑞昆建築師事務所","lat":25.0354019,"lng":121.543413,"address":"106台灣台北市大安區復興南路一段360號之3","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5481329,25.038628]},"properties":{"id":1079,"name":"恆晟工程公司","lat":25.038628,"lng":121.5481329,"address":"106台灣台北市大安區仁愛路四段99號之1","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.547398,25.037131]},"properties":{"id":1080,"name":"黑土物業管理股份有限公司","lat":25.037131,"lng":121.547398,"address":"106台灣台北市大安區四維路6巷36號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.538927,25.037569]},"properties":{"id":1081,"name":"藝門企業有限公司","lat":25.037569,"lng":121.538927,"address":"106台灣台北市大安區仁愛路三段82號2樓","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5478601,25.0359153]},"properties":{"id":1082,"name":"柏騰室內裝修設計工程有限公司","lat":25.0359153,"lng":121.5478601,"address":"106台灣台北市大安區東豐街66號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.546524,25.03815]},"properties":{"id":1083,"name":"關傳雍設計工作室","lat":25.03815,"lng":121.546524,"address":"106台灣大安區仁愛路四段37號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5396541,25.0370514]},"properties":{"id":1084,"name":"達奇室內裝修股份有限公司","lat":25.0370514,"lng":121.5396541,"address":"106台灣大安區仁愛路三段118巷12弄6號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.550541,25.038077]},"properties":{"id":1085,"name":"廖子豪設計工作室","lat":25.038077,"lng":121.550541,"address":"106台灣大安區仁愛路四段125號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5531899,25.0397288]},"properties":{"id":1086,"name":"興仕聯室內裝修設計有限公司","lat":25.0397288,"lng":121.5531899,"address":"106台灣大安區忠孝東路四段216巷29-3號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.552271,25.0374768]},"properties":{"id":1087,"name":"年代室內設計工程有限公司","lat":25.0374768,"lng":121.552271,"address":"106台灣台北市大安區仁愛路四段230號4樓","FL":4,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.553084,25.0397949]},"properties":{"id":1088,"name":"雅居室內設計工程有限公司","lat":25.0397949,"lng":121.553084,"address":"106台灣台北市大安區忠孝東路四段216巷29號之5","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.552268,25.037476]},"properties":{"id":1089,"name":"ANIMA INTERIOR DESIGN STUDIO 一湜空間設計工作室","lat":25.037476,"lng":121.552268,"address":"106台灣台北市大安區仁愛路四段230號號 4","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.551522,25.038152]},"properties":{"id":1090,"name":"上群設計有限公司/上群聯合建築師事務所","lat":25.038152,"lng":121.551522,"address":"106台灣台北市大安區仁愛路四段145號7樓","FL":7,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5515539,25.0384319]},"properties":{"id":1091,"name":"萬翰設計工程有限公司","lat":25.0384319,"lng":121.5515539,"address":"106台灣台北市大安區安和路一段49巷10號6樓","FL":6,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.549245,25.033043]},"properties":{"id":1092,"name":"王德生建築師事務所","lat":25.033043,"lng":121.549245,"address":"106台灣台北市大安區敦化南路二段1號之1","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.551946,25.033047]},"properties":{"id":1093,"name":"YDC INC. 瑞特顧問有限公司","lat":25.033047,"lng":121.551946,"address":"106台灣台北市大安區信義路四段214號 3 樓","FL":3,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.553084,25.0397949]},"properties":{"id":1094,"name":"唐臣實業有限公司","lat":25.0397949,"lng":121.553084,"address":"106台灣台北市大安區忠孝東路四段216巷29號之3","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5538589,25.036203]},"properties":{"id":1095,"name":"立偉建築師事務所","lat":25.036203,"lng":121.5538589,"address":"106台灣台北市大安區仁愛路四段300巷20弄10號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.554561,25.03693]},"properties":{"id":1096,"name":"承邦企業有限公司","lat":25.03693,"lng":121.554561,"address":"106台灣台北市大安區仁愛路四段300巷11號之8","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.552341,25.0393319]},"properties":{"id":1097,"name":"瑪雅室內設計工程有限公司","lat":25.0393319,"lng":121.552341,"address":"106台灣大安區忠孝東路四段216巷40弄14-2號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5523401,25.0374764]},"properties":{"id":1098,"name":"柏地室內設計有限公司","lat":25.0374764,"lng":121.5523401,"address":"106台灣大安區仁愛路四段232號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.555687,25.0378929]},"properties":{"id":1099,"name":"上傑室內設計股份有限公司","lat":25.0378929,"lng":121.555687,"address":"106台灣台北市大安區仁愛路四段401號5樓","FL":5,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5588627,25.036845]},"properties":{"id":1100,"name":"中華民國室內設計協會","lat":25.036845,"lng":121.5588627,"address":"110台灣信義區光復南路417巷133號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.557712,25.036737]},"properties":{"id":1101,"name":"尚展空間設計有限公司","lat":25.036737,"lng":121.557712,"address":"110台灣台北市信義區光復南路 417 號 7 樓","FL":7,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5571519,25.03734]},"properties":{"id":1102,"name":"現代綜合設計有限公司","lat":25.03734,"lng":121.5571519,"address":"106台灣台北市大安區仁愛路四段412號2樓","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5561353,25.0380801]},"properties":{"id":1103,"name":"好人設計","lat":25.0380801,"lng":121.5561353,"address":"106台灣台北市大安區仁愛路四段417-1號8樓","FL":8,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.552002,25.039825]},"properties":{"id":1104,"name":"迦禾設計諮詢顧問股份有限公司","lat":25.039825,"lng":121.552002,"address":"106台灣台北市大安區忠孝東路四段216巷32弄18號5樓","FL":5,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5491277,25.0390386]},"properties":{"id":1105,"name":"[O.H.L] Office.Home.Life設計商品專賣(誠品敦南店)","lat":25.0390386,"lng":121.5491277,"address":"106台灣台北市大安區敦化南路一段245號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5582069,25.0370763]},"properties":{"id":1106,"name":"方禾設計","lat":25.0370763,"lng":121.5582069,"address":"110台灣台北市信義區光復南路415巷76號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.548178,25.0335129]},"properties":{"id":1107,"name":"雍上企業有限公司","lat":25.0335129,"lng":121.548178,"address":"106台灣台北市大安區敦化南路一段376號5樓","FL":5,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5565729,25.0366409]},"properties":{"id":1108,"name":"許明翹建築師事務所","lat":25.0366409,"lng":121.5565729,"address":"106台灣台北市大安區光復南路420巷10號2樓","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.557339,25.0380088]},"properties":{"id":1109,"name":"大志室內裝修設計工程有限公司","lat":25.0380088,"lng":121.557339,"address":"106台灣台北市大安區仁愛路四段449號3樓","FL":3,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.556565,25.038833]},"properties":{"id":1110,"name":"綠光室內裝修空間設計有限公司","lat":25.038833,"lng":121.556565,"address":"106台灣大安區光復南路308巷21號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.555483,25.0383109]},"properties":{"id":1111,"name":"豐閣設計工程股份有限公司","lat":25.0383109,"lng":121.555483,"address":"106台灣台北市大安區延吉街175號8樓","FL":8,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5621757,25.0396636]},"properties":{"id":1112,"name":"GS 室內設計公司 台北總店","lat":25.0396636,"lng":121.5621757,"address":"110台灣台北市信義區逸仙路26巷7號B1","FL":-1,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5573349,25.03611]},"properties":{"id":1113,"name":"鄭燕和建築師事物所","lat":25.03611,"lng":121.5573349,"address":"106台灣台北市大安區光復南路432號4樓","FL":4,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.552383,25.0391]},"properties":{"id":1114,"name":"百速企業有限公司","lat":25.0391,"lng":121.552383,"address":"106台灣台北市大安區仁愛路四段345巷4弄25號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.557324,25.0363999]},"properties":{"id":1115,"name":"成恆企業有限公司","lat":25.0363999,"lng":121.557324,"address":"106台灣台北市大安區光復南路422號之2","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5517429,25.0396949]},"properties":{"id":1116,"name":"聖陸工程股份有限公司","lat":25.0396949,"lng":121.5517429,"address":"106台灣台北市大安區仁愛路四段151巷20號8樓","FL":8,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.550998,25.0386669]},"properties":{"id":1117,"name":"亞特空跑計有限公司","lat":25.0386669,"lng":121.550998,"address":"106台灣台北市大安區安和路一段37號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5505409,25.038077]},"properties":{"id":1118,"name":"彭蔭宣建築師事務所","lat":25.038077,"lng":121.5505409,"address":"106台灣台北市大安區仁愛路四段125號9樓","FL":9,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5573349,25.03611]},"properties":{"id":1119,"name":"開寶設計有限公司","lat":25.03611,"lng":121.5573349,"address":"106台灣台北市大安區光復南路432號6樓","FL":6,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.56155,25.036955]},"properties":{"id":1120,"name":"HMS禾木空間設計","lat":25.036955,"lng":121.56155,"address":"110台灣台北市基隆路一段350號1樓之45","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.557285,25.034352]},"properties":{"id":1121,"name":"邱建興建築師事務所","lat":25.034352,"lng":121.557285,"address":"106台灣台北市大安區光復南路562號11樓","FL":11,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5687366,25.0371747]},"properties":{"id":1122,"name":"大仁室內計劃股份有限公司","lat":25.0371747,"lng":121.5687366,"address":"110台灣台北市信義區松仁路89號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5682113,25.0386155]},"properties":{"id":1123,"name":"亞克岱力室內裝修設計股份有限公司","lat":25.0386155,"lng":121.5682113,"address":"110台灣信義區松仁路36號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.574874,25.036499]},"properties":{"id":1124,"name":"泰然空間規劃設計有限公司","lat":25.036499,"lng":121.574874,"address":"110台灣台北市信義區松德路159號16樓","FL":16,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.57486,25.0397889]},"properties":{"id":1125,"name":"垣石室內裝修設計工程有限公司","lat":25.0397889,"lng":121.57486,"address":"110台灣信義區忠孝東路五段372巷27弄31號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.574865,25.0364]},"properties":{"id":1126,"name":"創藝室內裝修設計有限公司","lat":25.0364,"lng":121.574865,"address":"110台灣信義區松德路161號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.574874,25.036499]},"properties":{"id":1127,"name":"薩摩亞商群健室內裝修設計股份有限公司台灣分公司","lat":25.036499,"lng":121.574874,"address":"110台灣信義區松德路159號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5755,25.03766]},"properties":{"id":1128,"name":"禾碩時尚空間設計","lat":25.03766,"lng":121.5755,"address":"302台灣新竹縣信義區竹北市光明路五路8-10號5樓","FL":5,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.575149,25.036545]},"properties":{"id":1129,"name":"浮樓國際設計有限公司","lat":25.036545,"lng":121.575149,"address":"11085台灣台北市信義區松德路159-2號1樓","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.577213,25.039393]},"properties":{"id":1130,"name":"大間空間設計有限公司","lat":25.039393,"lng":121.577213,"address":"110台灣台北市信義區松德路18號7F","FL":7,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.577674,25.0360709]},"properties":{"id":1131,"name":"愛菲爾系統傢俱-信義店","lat":25.0360709,"lng":121.577674,"address":"110台灣台北市信義區信義路六段95號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.577042,25.039269]},"properties":{"id":1132,"name":"結合室內裝修設計有限公司","lat":25.039269,"lng":121.577042,"address":"110台灣信義區松德路26號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5765453,25.0384109]},"properties":{"id":1133,"name":"藝晨室內裝修設計有限公司","lat":25.0384109,"lng":121.5765453,"address":"110台灣信義區松德路69號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.57857,25.038541]},"properties":{"id":1134,"name":"彭園景觀 花藝 園藝 室內盆栽 景觀設計","lat":25.038541,"lng":121.57857,"address":"110台灣台北市信義區松山路515巷2號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.579117,25.037345]},"properties":{"id":1135,"name":"山有喬松室內設計","lat":25.037345,"lng":121.579117,"address":"110台灣台北市信義區林口街25號1 樓","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.581384,25.03722]},"properties":{"id":1136,"name":"時冶設計","lat":25.03722,"lng":121.581384,"address":"110台灣台北市信義區福德街82號2樓","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.580521,25.03661]},"properties":{"id":1137,"name":"澤森室內裝修工程有限公司","lat":25.03661,"lng":121.580521,"address":"110台灣台北市信義區福德街53號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5013594,25.0418423]},"properties":{"id":1138,"name":"上揚理想家","lat":25.0418423,"lng":121.5013594,"address":"108台灣台北市萬華區內江街107號台灣","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.503528,25.040526]},"properties":{"id":1139,"name":"@堡室內設計有限公司","lat":25.040526,"lng":121.503528,"address":"108台灣萬華區長沙街二段117號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.503711,25.040515]},"properties":{"id":1140,"name":"寶室內設計有限公司","lat":25.040515,"lng":121.503711,"address":"108台灣萬華區長沙街二段111號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.506129,25.039842]},"properties":{"id":1141,"name":"名品實業有限公司","lat":25.039842,"lng":121.506129,"address":"108台灣台北市萬華區西寧南路174號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5138492,25.0427694]},"properties":{"id":1142,"name":"直方設計有限公司","lat":25.0427694,"lng":121.5138492,"address":"100台灣台北市中正區懷寧街92號9F","FL":9,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.513944,25.042685]},"properties":{"id":1143,"name":"喻肇川建築師事務所","lat":25.042685,"lng":121.513944,"address":"100台灣台北市中正區懷寧街92號3樓","FL":3,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.513636,25.0422059]},"properties":{"id":1144,"name":"洛邑室內裝修設計工程有限公司","lat":25.0422059,"lng":121.513636,"address":"100台灣中正區衡陽路10號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5221469,25.039905]},"properties":{"id":1145,"name":"林智賢建築師事務所","lat":25.039905,"lng":121.5221469,"address":"100台灣台北市中正區林森南路59號5樓","FL":5,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5259199,25.040262]},"properties":{"id":1146,"name":"石來工業股份有限公司","lat":25.040262,"lng":121.5259199,"address":"100台灣台北市中正區杭州南路一段63之3號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5305372,25.0428447]},"properties":{"id":1147,"name":"錦泰室內設計有限公司","lat":25.0428447,"lng":121.5305372,"address":"100台灣台北市中正區忠孝東路二段100號2樓","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5272551,25.043612]},"properties":{"id":1148,"name":"黃巢設計工務店台北分公司","lat":25.043612,"lng":121.5272551,"address":"10050台灣台北市中正區忠孝東路二段14號4樓","FL":4,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5305372,25.0428447]},"properties":{"id":1149,"name":"李德室內計劃有限公司","lat":25.0428447,"lng":121.5305372,"address":"100台灣台北市中正區忠孝東路二段100號之6","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5309565,25.0415847]},"properties":{"id":1150,"name":"築一設計","lat":25.0415847,"lng":121.5309565,"address":"100台灣台北市中正區臨沂街25巷7號1樓","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.529498,25.041128]},"properties":{"id":1151,"name":"綠適居教室","lat":25.041128,"lng":121.529498,"address":"100台灣台北市中正區金山南路一段11號11樓","FL":11,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.528208,25.043376]},"properties":{"id":1152,"name":"五富國際興業有限公司","lat":25.043376,"lng":121.528208,"address":"100台灣台北市中正區忠孝東路二段46號6樓","FL":6,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5288229,25.043172]},"properties":{"id":1153,"name":"翰盟企業有限公司","lat":25.043172,"lng":121.5288229,"address":"100台灣台北市中正區忠孝東路二段72號3樓","FL":3,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5289979,25.0410089]},"properties":{"id":1154,"name":"盧永欽建築師事務所","lat":25.0410089,"lng":121.5289979,"address":"100台灣台北市中正區濟南路二段31之10號3樓","FL":3,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.529557,25.037553]},"properties":{"id":1155,"name":"王慶樽建築師事務所","lat":25.037553,"lng":121.529557,"address":"100台灣台北市中正區臨沂街57巷8號2樓","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.529883,25.034974]},"properties":{"id":1156,"name":"誠品空跑計有限公司","lat":25.034974,"lng":121.529883,"address":"100台灣台北市中正區臨沂街65巷22號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5306309,25.043141]},"properties":{"id":1157,"name":"地球土地重劃工程顧問股份有限公司","lat":25.043141,"lng":121.5306309,"address":"100台灣台北市中正區忠孝東路二段85號6樓","FL":6,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5318279,25.0411819]},"properties":{"id":1158,"name":"將盟室內設計工程有限公司","lat":25.0411819,"lng":121.5318279,"address":"100台灣台北市中正區新生南路一段54巷20號4樓","FL":4,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5317017,25.0407306]},"properties":{"id":1159,"name":"Studio In2 深活生活設計","lat":25.0407306,"lng":121.5317017,"address":"100台灣台北市中正區忠孝東路二段134巷24-3號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5344586,25.0407154]},"properties":{"id":1160,"name":"十田設計顧問有限公司(十方建築團隊)","lat":25.0407154,"lng":121.5344586,"address":"106台灣台北市大安區新生南路一段103巷15號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5318059,25.0423709]},"properties":{"id":1161,"name":"鴻明建築師事務所","lat":25.0423709,"lng":121.5318059,"address":"100台灣台北市中正區忠孝東路二段130號之6","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5333909,25.0402119]},"properties":{"id":1162,"name":"長賢工程企業股份有限公司","lat":25.0402119,"lng":121.5333909,"address":"106台灣台北市大安區濟南路三段7號3樓","FL":3,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5351948,25.0397703]},"properties":{"id":1163,"name":"空間工房室內裝修設計","lat":25.0397703,"lng":121.5351948,"address":"10652台灣台北市大安區建國南路一段212巷61號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5389609,25.0419399]},"properties":{"id":1164,"name":"興國室內設計工程有限公司","lat":25.0419399,"lng":121.5389609,"address":"106台灣台北市大安區忠孝東路三段201之3號3樓","FL":3,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5358959,25.0416219]},"properties":{"id":1165,"name":"品晶設計工程實業有限公司","lat":25.0416219,"lng":121.5358959,"address":"106台灣台北市大安區忠孝東路三段86號2樓","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5390201,25.0424112]},"properties":{"id":1166,"name":"渥可設計股份有限公司","lat":25.0424112,"lng":121.5390201,"address":"106台灣台北市大安區忠孝東路三段217巷1弄14號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5350879,25.040253]},"properties":{"id":1167,"name":"龍騰閣設計有限公司","lat":25.040253,"lng":121.5350879,"address":"106台灣台北市大安區濟南路三段29之1號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5389169,25.0424168]},"properties":{"id":1168,"name":"原器設計規劃有限公司","lat":25.0424168,"lng":121.5389169,"address":"106台灣大安區忠孝東路三段217巷1弄16號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5358101,25.0400945]},"properties":{"id":1169,"name":"wwdesign","lat":25.0400945,"lng":121.5358101,"address":"號 2 樓, No. 44濟南路三段大安區台北市台灣 106","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5318079,25.041395]},"properties":{"id":1170,"name":"祥建企業公司","lat":25.041395,"lng":121.5318079,"address":"100台灣台北市中正區新生南路一段54巷11號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.532925,25.040219]},"properties":{"id":1171,"name":"KD科定企業(新生家具館) - 經典美學家具、鋼刷實木門、手刮木地板、塗裝木皮板","lat":25.040219,"lng":121.532925,"address":"10652台灣台北市大安區新生南路一段111號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.53727,25.0357539]},"properties":{"id":1172,"name":"袁藹維建築師事務所","lat":25.0357539,"lng":121.53727,"address":"106台灣台北市大安區建國南路一段304巷1號2樓","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5283359,25.0376733]},"properties":{"id":1173,"name":"哥德利華歐洲進口磁磚","lat":25.0376733,"lng":121.5283359,"address":"100台灣台北市中正區台北市中正區金山南路一段65-2號2樓","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5308489,25.0384329]},"properties":{"id":1174,"name":"怡安設計有限公司","lat":25.0384329,"lng":121.5308489,"address":"100台灣台北市中正區仁愛路二段71號之5","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.54019,25.04316]},"properties":{"id":1175,"name":"伊家室內設計有限公司","lat":25.04316,"lng":121.54019,"address":"106台灣大安區忠孝東路三段217巷6弄10號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5417799,25.043666]},"properties":{"id":1176,"name":"翎格室內裝修設計工程有限公司","lat":25.043666,"lng":121.5417799,"address":"10654台灣台北市大安區忠孝東路三段251巷11弄1號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.54156,25.043673]},"properties":{"id":1177,"name":"京尚室內設計","lat":25.043673,"lng":121.54156,"address":"106台灣大安區忠孝東路三段251巷12弄1號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5353879,25.0386946]},"properties":{"id":1178,"name":"森活館設計工程","lat":25.0386946,"lng":121.5353879,"address":"號, No. 41仁愛路三段大安區台北市台灣 106","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.537692,25.0415039]},"properties":{"id":1179,"name":"唐門設計工程有限公司","lat":25.0415039,"lng":121.537692,"address":"106台灣台北市大安區忠孝東路三段130號之3","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5412551,25.0421059]},"properties":{"id":1180,"name":"何理互動設計","lat":25.0421059,"lng":121.5412551,"address":"106台灣台北市大安區忠孝東路三段251巷2弄7號1樓","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.540617,25.043463]},"properties":{"id":1181,"name":"CUZ DESIGN / 可 式 室 內 設 計","lat":25.043463,"lng":121.540617,"address":"10653台灣台北市大安區106台北市大安區忠孝東路三段217巷6弄21-1號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5419691,25.0436525]},"properties":{"id":1182,"name":"簡銘志建築師事務所","lat":25.0436525,"lng":121.5419691,"address":"106台灣台北市大安區忠孝東路三段251巷11弄5號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.536921,25.0411439]},"properties":{"id":1183,"name":"無象實業有限公司","lat":25.0411439,"lng":121.536921,"address":"106台灣台北市大安區建國南路一段160號5樓","FL":5,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.537096,25.035167]},"properties":{"id":1184,"name":"四一空間規劃整合","lat":25.035167,"lng":121.537096,"address":"106台灣台北市大安區建國南路一段318巷6號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5374707,25.035186]},"properties":{"id":1185,"name":"I&D系統家俱","lat":25.035186,"lng":121.5374707,"address":"11656台灣台北市大安區建國南路一段322號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.531597,25.0354299]},"properties":{"id":1186,"name":"嘉毅建築師事務所","lat":25.0354299,"lng":121.531597,"address":"100台灣台北市中正區連雲街37巷3之1號2樓","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.539208,25.0429279]},"properties":{"id":1187,"name":"陳貞彥建築師事務所","lat":25.0429279,"lng":121.539208,"address":"106台灣台北市大安區忠孝東路三段217巷3弄10號3樓","FL":3,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.541441,25.0405499]},"properties":{"id":1188,"name":"林喬龍建築師事務所","lat":25.0405499,"lng":121.541441,"address":"106台灣台北市大安區忠孝東路三段248巷15之1號4樓","FL":4,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5426426,25.0401685]},"properties":{"id":1189,"name":"三宅一秀 空間創藝 室內設計","lat":25.0401685,"lng":121.5426426,"address":"106台灣台北市大安區忠孝東路三段248巷19弄46號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5418446,25.0418636]},"properties":{"id":1190,"name":"鴻新室內裝修設計有限公司","lat":25.0418636,"lng":121.5418446,"address":"106台灣大安區大安區忠孝東路三段255號2樓","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5423952,25.0431009]},"properties":{"id":1191,"name":"九九室內裝修設計工作室","lat":25.0431009,"lng":121.5423952,"address":"106台灣大安區安東街50號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.540595,25.042784]},"properties":{"id":1192,"name":"集緻室內裝修有限公司","lat":25.042784,"lng":121.540595,"address":"106台灣大安區忠孝東路三段217巷4弄16號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5440649,25.0431812]},"properties":{"id":1193,"name":"文儀室內裝修設計有限公司","lat":25.0431812,"lng":121.5440649,"address":"106台灣台北市大安區復興南路一段127號6樓","FL":6,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.543449,25.043001]},"properties":{"id":1194,"name":"奇拓室內裝修設計有限公司","lat":25.043001,"lng":121.543449,"address":"106台灣台北市大安區復興南路一段128號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.544,25.04141]},"properties":{"id":1195,"name":"雲方室內裝修設計工程有限公司","lat":25.04141,"lng":121.544,"address":"106台灣大安區大安區忠孝東路四段2號7樓之3","FL":7,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.544057,25.043733]},"properties":{"id":1196,"name":"AHAA 雅浩設計有限公司","lat":25.043733,"lng":121.544057,"address":"106台灣台北市大安區復興 南路 一段 103 號 12 樓 之 4 雅浩 設計","FL":12,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.546759,25.040087]},"properties":{"id":1197,"name":"Mark Lintott Design 香港商林馬克設計有限公司台灣分公司","lat":25.040087,"lng":121.546759,"address":"106台灣台北市大安區大安路一段101巷8號4樓","FL":4,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.545671,25.0419]},"properties":{"id":1198,"name":"京展賢設計","lat":25.0419,"lng":121.545671,"address":"106台灣台北市大安區忠孝東路四段59號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.544077,25.042936]},"properties":{"id":1199,"name":"原村設計公司","lat":25.042936,"lng":121.544077,"address":"106台灣台北市大安區復興南路一段129號之1","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.544005,25.042388]},"properties":{"id":1200,"name":"台灣全麗雅設計股份有限公司","lat":25.042388,"lng":121.544005,"address":"106台灣台北市大安區復興南路一段137號之7","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5440099,25.041262]},"properties":{"id":1201,"name":"勁一設計企業有限公司","lat":25.041262,"lng":121.5440099,"address":"106台灣台北市大安區忠孝東路四段2號4樓","FL":4,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.544028,25.04299]},"properties":{"id":1202,"name":"大大室內設計工程有限公司","lat":25.04299,"lng":121.544028,"address":"106台灣大安區復興南路一段129號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.543926,25.037241]},"properties":{"id":1203,"name":"閻辰昌建築師事務所","lat":25.037241,"lng":121.543926,"address":"106台灣台北市大安區復興南路一段243號6樓","FL":6,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5440099,25.041262]},"properties":{"id":1204,"name":"趙建中建築師事務所","lat":25.041262,"lng":121.5440099,"address":"106台灣台北市大安區忠孝東路四段2號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5497958,25.0413613]},"properties":{"id":1205,"name":"通映室內設計/空間配置","lat":25.0413613,"lng":121.5497958,"address":"106台灣台北市大安區忠孝東路四段148號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5497921,25.041252]},"properties":{"id":1206,"name":"愛設計A+Design-新勢力行銷整合有限公司","lat":25.041252,"lng":121.5497921,"address":"106台灣台北市大安區忠孝東路四段148號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5497774,25.042648]},"properties":{"id":1207,"name":"風動設計","lat":25.042648,"lng":121.5497774,"address":"106台灣台北市大安區敦化南路一段187巷9號7樓","FL":7,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5392439,25.041455]},"properties":{"id":1208,"name":"格睿思設計股份有限公司","lat":25.041455,"lng":121.5392439,"address":"106台灣台北市大安區忠孝東路三段194號之1","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.549398,25.041304]},"properties":{"id":1209,"name":"漢工設計工程有限公司","lat":25.041304,"lng":121.549398,"address":"106台灣台北市大安區忠孝東路四段142號之7","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.542902,25.043463]},"properties":{"id":1210,"name":"國泰室內裝修股份有限公司","lat":25.043463,"lng":121.542902,"address":"106台灣大安區復興南路一段122巷6-2號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5433309,25.035985]},"properties":{"id":1211,"name":"彭雙全建築師事務所","lat":25.035985,"lng":121.5433309,"address":"106台灣台北市大安區復興南路一段342號之2","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5432029,25.043126]},"properties":{"id":1212,"name":"大業工程股份有限公司","lat":25.043126,"lng":121.5432029,"address":"106台灣台北市大安區復興南路一段126巷1號之3","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5434,25.0357119]},"properties":{"id":1213,"name":"信威技術工程股份有限公司","lat":25.0357119,"lng":121.5434,"address":"106台灣台北市大安區復興南路一段352號之2","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5499369,25.0431789]},"properties":{"id":1214,"name":"陳敦欣建築師事務所","lat":25.0431789,"lng":121.5499369,"address":"106台灣台北市大安區敦化南路一段177巷11號2樓","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5504276,25.0415673]},"properties":{"id":1215,"name":"大福空間設計/室內設計","lat":25.0415673,"lng":121.5504276,"address":"號, No. 169忠孝東路四段大安區台北市台灣 106","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5531676,25.0417024]},"properties":{"id":1216,"name":"喜案國際室內裝修設計工程有限公司","lat":25.0417024,"lng":121.5531676,"address":"106台灣台北市大安區忠孝東路四段231號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.553574,25.041148]},"properties":{"id":1217,"name":"御庭室內設計,家具設計訂作","lat":25.041148,"lng":121.553574,"address":"106台灣台北市大安區忠孝東路四段224號ATT流行廣場","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5547803,25.04237]},"properties":{"id":1218,"name":"棠藝室內設計有限公司","lat":25.04237,"lng":121.5547803,"address":"106台灣台北市大安區延吉街137巷7弄5號4樓","FL":4,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5528834,25.0416543]},"properties":{"id":1219,"name":"私家室內裝修有限公司","lat":25.0416543,"lng":121.5528834,"address":"106台灣台北市大安區忠孝東路四段221號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5549989,25.0403764]},"properties":{"id":1220,"name":"陸希傑設計事業有限公司","lat":25.0403764,"lng":121.5549989,"address":"106台灣台北市大安區光復南路260巷54號6樓","FL":6,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5525109,25.0412451]},"properties":{"id":1221,"name":"迪卡爾綜合設計開發股份有限公司","lat":25.0412451,"lng":121.5525109,"address":"106台灣台北市大安區忠孝東路四段210號11樓","FL":11,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5535794,25.0423987]},"properties":{"id":1222,"name":"c-ing studio","lat":25.0423987,"lng":121.5535794,"address":"106台灣台北市大安區延吉街70巷5弄4-1號106 號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.553597,25.04238]},"properties":{"id":1223,"name":"C-ing Studio 昕益室內設計","lat":25.04238,"lng":121.553597,"address":"106台灣台北市大安區延吉街70巷5弄4-1號2樓","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.551406,25.041031]},"properties":{"id":1224,"name":"台灣金明室內裝修設計國際有限公司","lat":25.041031,"lng":121.551406,"address":"106台灣大安區大安區忠孝東路四段178號之1,12樓","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.554188,25.0412909]},"properties":{"id":1225,"name":"王健設計學苑","lat":25.0412909,"lng":121.554188,"address":"106台灣台北市大安區忠孝東路四段250號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.549529,25.037092]},"properties":{"id":1226,"name":"李林設計顧問有限公司","lat":25.037092,"lng":121.549529,"address":"106台灣台北市大安區仁愛路四段110號之4","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5569789,25.0394539]},"properties":{"id":1227,"name":"太越設計股份有限公司","lat":25.0394539,"lng":121.5569789,"address":"106台灣台北市大安區光復南路288號之5","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.556847,25.042126]},"properties":{"id":1228,"name":"美格威特設計藝術有限公司","lat":25.042126,"lng":121.556847,"address":"106台灣台北市大安區光復南路180巷7號3樓","FL":3,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.556823,25.042193]},"properties":{"id":1229,"name":"艾兒斯國際室內裝修有限公司","lat":25.042193,"lng":121.556823,"address":"106台灣台北市大安區台北市大安區光復南路180巷7-1號6F","FL":6,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5575199,25.043282]},"properties":{"id":1230,"name":"大林聯合建築師事務所","lat":25.043282,"lng":121.5575199,"address":"106台灣台北市大安區光復南路102號之2","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5575392,25.0432772]},"properties":{"id":1231,"name":"小智研發股份有限公司 MINIWIZ Sustainable Energy Development","lat":25.0432772,"lng":121.5575392,"address":"106台灣台北市大安區光復南路102號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5552919,25.040346]},"properties":{"id":1232,"name":"佳新建築師事務所","lat":25.040346,"lng":121.5552919,"address":"106台灣台北市大安區光復南路260巷48號4樓","FL":4,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.557324,25.0363999]},"properties":{"id":1233,"name":"嘉旼股份有限公司","lat":25.0363999,"lng":121.557324,"address":"106台灣台北市大安區光復南路422號之3","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.549757,25.0410939]},"properties":{"id":1234,"name":"東頂企業有限公司","lat":25.0410939,"lng":121.549757,"address":"106台灣台北市大安區忠孝東路四段146巷1號5樓","FL":5,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5555005,25.0431642]},"properties":{"id":1235,"name":"三鉉室內裝修設計有限公司","lat":25.0431642,"lng":121.5555005,"address":"106台灣大安區延吉街131巷45號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5570063,25.0416597]},"properties":{"id":1236,"name":"哲嘉室內規劃設計","lat":25.0416597,"lng":121.5570063,"address":"號, No. 333忠孝東路四段大安區台北市台灣 106","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.55752,25.043282]},"properties":{"id":1237,"name":"弘方設計工程有限公司","lat":25.043282,"lng":121.55752,"address":"106台灣大安區光復南路102號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.562487,25.040877]},"properties":{"id":1238,"name":"大夏室內裝修設計工程有限公司","lat":25.040877,"lng":121.562487,"address":"110台灣台北市信義區忠孝東路四段512號4樓之4","FL":4,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5574416,25.0373547]},"properties":{"id":1239,"name":"龍君兒空間美學設計公司","lat":25.0373547,"lng":121.5574416,"address":"10693台灣台北市大安區仁愛路四段418號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.556103,25.0422109]},"properties":{"id":1240,"name":"林一聲建築師事務所","lat":25.0422109,"lng":121.556103,"address":"106台灣台北市大安區光復南路180巷29之5號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.555803,25.041257]},"properties":{"id":1241,"name":"潔力居家","lat":25.041257,"lng":121.555803,"address":"106台灣台北市大安區忠孝東路四段290號10樓","FL":10,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5516679,25.0401349]},"properties":{"id":1242,"name":"桓震工程股份有限公司","lat":25.0401349,"lng":121.5516679,"address":"106台灣台北市大安區仁愛路四段151巷30號之1","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.557164,25.0411259]},"properties":{"id":1243,"name":"中華工程股份有限公司","lat":25.0411259,"lng":121.557164,"address":"106台灣台北市大安區忠孝東路四段320號4樓","FL":4,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.551215,25.0412669]},"properties":{"id":1244,"name":"汎宮企業有限公司","lat":25.0412669,"lng":121.551215,"address":"106台灣台北市大安區忠孝東路四段176號之1","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.55091,25.0431429]},"properties":{"id":1245,"name":"騰昇工程顧問有限公司","lat":25.0431429,"lng":121.55091,"address":"106台灣台北市大安區忠孝東路四段181巷27號5樓","FL":5,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.562487,25.040877]},"properties":{"id":1246,"name":"山耘室內裝修設計股份有限公司","lat":25.040877,"lng":121.562487,"address":"110台灣信義區忠孝東路四段512號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5617221,25.0408755]},"properties":{"id":1247,"name":"設計紐約","lat":25.0408755,"lng":121.5617221,"address":"110台灣台北市信義區忠孝東路四段500號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.564868,25.04132]},"properties":{"id":1248,"name":"成舍室內設計","lat":25.04132,"lng":121.564868,"address":"110台灣台北市信義區忠孝東路五段1之5號12樓","FL":12,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5652303,25.041948]},"properties":{"id":1249,"name":"玉鼎室內裝修設計有限公司","lat":25.041948,"lng":121.5652303,"address":"110台灣台北市信義區基隆路一段163號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.565171,25.042932]},"properties":{"id":1250,"name":"莫耳室內裝修設計有限公司","lat":25.042932,"lng":121.565171,"address":"110台灣台北市信義區基隆路一段176號13樓","FL":13,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.563473,25.0433044]},"properties":{"id":1251,"name":"玖居設計","lat":25.0433044,"lng":121.563473,"address":"110台灣台北市信義區忠孝東路四段553巷22弄53之1號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5637291,25.0431929]},"properties":{"id":1252,"name":"渥風設計 Well Fun Design","lat":25.0431929,"lng":121.5637291,"address":"11072台灣台北市信義區忠孝東路4段559巷38號2F","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5655519,25.0424639]},"properties":{"id":1253,"name":"艾菲爾設計股份有限公司","lat":25.0424639,"lng":121.5655519,"address":"110台灣台北市信義區基隆路一段149號4樓之1","FL":4,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5658545,25.0429611]},"properties":{"id":1254,"name":"瓦建國際設計","lat":25.0429611,"lng":121.5658545,"address":"110台灣台北市信義區基隆路一段143號8樓之6","FL":8,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5549662,25.0406972]},"properties":{"id":1255,"name":"百川設計有限公司","lat":25.0406972,"lng":121.5549662,"address":"106台灣台北市大安區光復南路240巷55號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5636385,25.0437996]},"properties":{"id":1256,"name":"游雅清空間設計 Yu Ya Ching Interior Design","lat":25.0437996,"lng":121.5636385,"address":"110台灣台北市信義區忠孝東路四段559巷51號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5605863,25.0378001]},"properties":{"id":1257,"name":"甌寳廚具","lat":25.0378001,"lng":121.5605863,"address":"110台灣台北市大安區仁愛路四段","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.555807,25.0416149]},"properties":{"id":1258,"name":"大唐建築師事務所","lat":25.0416149,"lng":121.555807,"address":"106台灣台北市大安區忠孝東路四段311號之6","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5569839,25.04099]},"properties":{"id":1259,"name":"金磐空間雕藝公司","lat":25.04099,"lng":121.5569839,"address":"106台灣台北市大安區忠孝東路四段312號之3","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.563123,25.041038]},"properties":{"id":1260,"name":"沈祖海建築師事務所","lat":25.041038,"lng":121.563123,"address":"110台灣台北市信義區忠孝東路四段550號9樓","FL":9,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5558939,25.0380589]},"properties":{"id":1261,"name":"雅的企業有限公司","lat":25.0380589,"lng":121.5558939,"address":"106台灣台北市大安區仁愛路四段409號9樓","FL":9,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.55541,25.0415999]},"properties":{"id":1262,"name":"鄧南建築師事務所","lat":25.0415999,"lng":121.55541,"address":"106台灣台北市大安區忠孝東路四段303號11樓","FL":11,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.563601,25.043805]},"properties":{"id":1263,"name":"惠特室內裝修設計有限公司","lat":25.043805,"lng":121.563601,"address":"110台灣信義區忠孝東路四段559巷51號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5655114,25.0413202]},"properties":{"id":1264,"name":"詠翊設計股份有限公司","lat":25.0413202,"lng":121.5655114,"address":"110台灣信義區忠孝東路五段17號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.570012,25.041509]},"properties":{"id":1265,"name":"無有設計","lat":25.041509,"lng":121.570012,"address":"110台灣台北市信義區忠孝東路五段165巷3弄36號2F","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.568389,25.041539]},"properties":{"id":1266,"name":"玉馬門創意設計有限公司","lat":25.041539,"lng":121.568389,"address":"10491台灣台北市中山區明水路649號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5700368,25.0432058]},"properties":{"id":1267,"name":"大砌誠石空間設計","lat":25.0432058,"lng":121.5700368,"address":"110台灣台北市信義區永吉路30巷119弄27號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5695063,25.0429997]},"properties":{"id":1268,"name":"宜璜室內設計工程有限公司","lat":25.0429997,"lng":121.5695063,"address":"110台灣信義區永吉路30巷119弄28號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.564931,25.041279]},"properties":{"id":1269,"name":"太威商業空間設計工程有限公司","lat":25.041279,"lng":121.564931,"address":"110台灣信義區信義區忠孝東路五段1號8樓","FL":8,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.571817,25.041612]},"properties":{"id":1270,"name":"禾光室內裝修設計有限公司","lat":25.041612,"lng":121.571817,"address":"10491台灣台北市信義區松信路216號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.573915,25.042352]},"properties":{"id":1271,"name":"懷特室內設計 White Interior Design","lat":25.042352,"lng":121.573915,"address":"110台灣台北市信義區虎林街120巷167弄3號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5635952,25.0434036]},"properties":{"id":1272,"name":"起子創意設計股份有限公司","lat":25.0434036,"lng":121.5635952,"address":"110台灣台北市信義區忠孝東路四段553巷22弄55號4樓","FL":4,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5734971,25.0407877]},"properties":{"id":1273,"name":"典築空間設計","lat":25.0407877,"lng":121.5734971,"address":"110台灣台北市信義區忠孝東路五段358號15樓","FL":15,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.566673,25.043691]},"properties":{"id":1274,"name":"鑫璽興業有限公司","lat":25.043691,"lng":121.566673,"address":"110台灣信義區松隆路9巷1號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.574116,25.040077]},"properties":{"id":1275,"name":"巨將工程事業有限公司","lat":25.040077,"lng":121.574116,"address":"110台灣台北市信義區忠孝東路五段372巷1號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5738582,25.0405334]},"properties":{"id":1276,"name":"青鳥室內裝修設計工作室","lat":25.0405334,"lng":121.5738582,"address":"110台灣信義區忠孝東路五段236巷3弄35號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.578971,25.041154]},"properties":{"id":1277,"name":"威邑設計","lat":25.041154,"lng":121.578971,"address":"110台灣台北市臺北市台北市忠孝東路五段510號12樓","FL":12,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.578679,25.040993]},"properties":{"id":1278,"name":"晴境設計","lat":25.040993,"lng":121.578679,"address":"110台灣台北市信義區忠孝東路五段508號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.576571,25.0430944]},"properties":{"id":1279,"name":"白水木空間美學設計","lat":25.0430944,"lng":121.576571,"address":"110台灣台北市信義區虎林街88巷28號號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.578681,25.0410718]},"properties":{"id":1280,"name":"祈邑設計有限公司","lat":25.0410718,"lng":121.578681,"address":"110台灣台北市信義區忠孝東路五段508號3樓之11","FL":3,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.578859,25.041176]},"properties":{"id":1281,"name":"艾區博室內裝修設計有限公司","lat":25.041176,"lng":121.578859,"address":"110台灣信義區信義區忠孝東路五段510號8樓","FL":8,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.578681,25.0410718]},"properties":{"id":1282,"name":"康莊國際室內裝修設計工程有限公司","lat":25.0410718,"lng":121.578681,"address":"110台灣信義區信義區忠孝東路五段508號25樓之2","FL":25,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.577993,25.041744]},"properties":{"id":1283,"name":"蒙德裡安室內設計及藝術教育中心","lat":25.041744,"lng":121.577993,"address":"110台灣信義區信義區松山路393號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.578681,25.0410718]},"properties":{"id":1284,"name":"旌展室內設計有限公司","lat":25.0410718,"lng":121.578681,"address":"110台灣信義區信義區忠孝東路五段508號4樓","FL":4,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.578679,25.040993]},"properties":{"id":1285,"name":"台灣全麗雅室內裝修設計股份有限公司","lat":25.040993,"lng":121.578679,"address":"110台灣信義區信義區忠孝東路五段508號4樓之3","FL":4,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.581213,25.042186]},"properties":{"id":1286,"name":"鑫騰室內裝修設計(信義區裝修)","lat":25.042186,"lng":121.581213,"address":"110台灣台北市信義區林口街224號1樓","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.582477,25.04311]},"properties":{"id":1287,"name":"你你空間設計有限公司","lat":25.04311,"lng":121.582477,"address":"110台灣台北市信義區中坡南路22巷7號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5795368,25.0400861]},"properties":{"id":1288,"name":"宏品室內建築事務所","lat":25.0400861,"lng":121.5795368,"address":"號, No. 38松山路465巷信義區台北市台灣 110","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5808362,25.0404246]},"properties":{"id":1289,"name":"寶地卡櫥櫃","lat":25.0404246,"lng":121.5808362,"address":"110台灣台北市信義區林口街172號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.57945,25.04151]},"properties":{"id":1290,"name":"采青室內裝修設計有限公司","lat":25.04151,"lng":121.57945,"address":"110台灣信義區信義區忠孝東路五段530號2樓","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.581203,25.042139]},"properties":{"id":1291,"name":"恩雨室內裝修設計有限公司","lat":25.042139,"lng":121.581203,"address":"110台灣信義區林口街222號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.57882,25.04109]},"properties":{"id":1292,"name":"美林國際設計有限公司","lat":25.04109,"lng":121.57882,"address":"110台灣信義區信義區忠孝東路五段510號16樓之1","FL":16,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5754629,25.038127]},"properties":{"id":1293,"name":"怡興傢飾有限公司-窗簾設計","lat":25.038127,"lng":121.5754629,"address":"110台灣台北市信義區松德路86號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5865123,25.0407115]},"properties":{"id":1294,"name":"昂德古浪創意視覺有限公司","lat":25.0407115,"lng":121.5865123,"address":"110台灣台北市信義區福德街300巷39號4F","FL":4,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.584247,25.0407183]},"properties":{"id":1295,"name":"元傑室內設計工程有限公司","lat":25.0407183,"lng":121.584247,"address":"110台灣信義區忠孝東路五段790巷59弄19號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.588292,25.0416942]},"properties":{"id":1296,"name":"丸築室內裝修設計公司","lat":25.0416942,"lng":121.588292,"address":"11566台灣台北市南港區成福路149巷14號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.588947,25.040302]},"properties":{"id":1297,"name":"原閣室內設計有限公司","lat":25.040302,"lng":121.588947,"address":"115台灣南港區成福路207巷2號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5878219,25.0403949]},"properties":{"id":1298,"name":"憶匠廣告設計有限公司","lat":25.0403949,"lng":121.5878219,"address":"115台灣台北市南港區成福路206巷5弄12號3樓","FL":3,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.583863,25.0403757]},"properties":{"id":1299,"name":"尚頡室內裝修設計有限公司","lat":25.0403757,"lng":121.583863,"address":"110台灣信義區忠孝東路五段790巷59弄6號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.6186859,25.043469]},"properties":{"id":1300,"name":"林木村建築師事務所","lat":25.043469,"lng":121.6186859,"address":"115台灣台北市南港區研究院路二段61巷2弄43號3樓","FL":3,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.50235,25.0453173]},"properties":{"id":1316,"name":"祥林家具行","lat":25.0453173,"lng":121.50235,"address":"10843台灣台北市萬華區環河南路一段59號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.505044,25.046955]},"properties":{"id":1317,"name":"勝美玻璃櫥窗行","lat":25.046955,"lng":121.505044,"address":"10841台灣台北市萬華區開封街二段78號1樓","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5084757,25.0446881]},"properties":{"id":1318,"name":"員邦室內裝修設計股份有限公司","lat":25.0446881,"lng":121.5084757,"address":"108台灣萬華區中華路一段90號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.510667,25.046961]},"properties":{"id":1319,"name":"生活音響規劃有限公司 生活室內設計","lat":25.046961,"lng":121.510667,"address":"10043台灣台北市中正區中華路一段9巷10號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.509286,25.044463]},"properties":{"id":1320,"name":"有情門設計家具 西門門市","lat":25.044463,"lng":121.509286,"address":"100台灣台北市中正區中華路一段49號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5075598,25.0477649]},"properties":{"id":1321,"name":"全宏設計有限公司","lat":25.0477649,"lng":121.5075598,"address":"號, No. 29西寧南路萬華區台北市台灣 108","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5087734,25.0460698]},"properties":{"id":1322,"name":"久月空間設計","lat":25.0460698,"lng":121.5087734,"address":"108台灣台北市萬華區開封街二段10號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.513388,25.044617]},"properties":{"id":1323,"name":"W&M 達鎂國際室內裝修有限公司","lat":25.044617,"lng":121.513388,"address":"100台灣台北市中正區重慶南路一段57號號 7 樓","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5080036,25.0445713]},"properties":{"id":1324,"name":"張迺樑建築師事務所","lat":25.0445713,"lng":121.5080036,"address":"108台灣台北市萬華區武昌街二段25號3樓","FL":3,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.511358,25.044488]},"properties":{"id":1325,"name":"翁戊辰建築師事務所","lat":25.044488,"lng":121.511358,"address":"100台灣台北市中正區博愛路82號3樓","FL":3,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.514352,25.0460116]},"properties":{"id":1326,"name":"高格事務所","lat":25.0460116,"lng":121.514352,"address":"100台灣台北市中正區開封街一段2號之1","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5133576,25.044507]},"properties":{"id":1327,"name":"雅得室內裝修設計工程有限公司","lat":25.044507,"lng":121.5133576,"address":"10045台灣台北市中正區重慶南路一段63號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5134031,25.0443665]},"properties":{"id":1328,"name":"雅得室內裝修設計工程有限公司","lat":25.0443665,"lng":121.5134031,"address":"10045台灣台北市中正區重慶南路一段63號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.513387,25.044956]},"properties":{"id":1329,"name":"提華設計","lat":25.044956,"lng":121.513387,"address":"100台灣台北市中正區重慶南路一段43號3樓","FL":3,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5187655,25.0461178]},"properties":{"id":1330,"name":"泰坦室內設計-台北店(台北室內設計)","lat":25.0461178,"lng":121.5187655,"address":"100台灣台北市中正區忠孝西路一段33號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5184327,25.0462005]},"properties":{"id":1331,"name":"郭九設計育成中心","lat":25.0462005,"lng":121.5184327,"address":"100台灣台北市中正區忠孝西路一段41號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.516174,25.044976]},"properties":{"id":1332,"name":"赫綵電腦設計培訓學院-站前學院","lat":25.044976,"lng":121.516174,"address":"100台灣台北市中正區南陽街13號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.51956,25.047039]},"properties":{"id":1333,"name":"十岱設計工程有限公司","lat":25.047039,"lng":121.51956,"address":"100台灣台北市中正區北平西路6號之3","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.519485,25.0460819]},"properties":{"id":1334,"name":"余一通建築師事務所","lat":25.0460819,"lng":121.519485,"address":"100台灣台北市中正區中山北路一段2-6號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.519485,25.0460819]},"properties":{"id":1335,"name":"智強企業公司","lat":25.0460819,"lng":121.519485,"address":"100台灣台北市中正區中山北路一段2號11樓","FL":11,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.524529,25.046031]},"properties":{"id":1336,"name":"XJK新偕楷有限公司/室內裝修設計","lat":25.046031,"lng":121.524529,"address":"10049台灣台北市中正區北平東路16號7F-2","FL":7,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5255273,25.045432]},"properties":{"id":1337,"name":"優士盟整合設計有限公司","lat":25.045432,"lng":121.5255273,"address":"10049台灣台北市中正區紹興北街35號2樓之5","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5252926,25.0441299]},"properties":{"id":1338,"name":"聯禾設計","lat":25.0441299,"lng":121.5252926,"address":"100台灣台北市中正區忠孝東路一段112號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5250398,25.0452496]},"properties":{"id":1339,"name":"亞克斯應用有限公司","lat":25.0452496,"lng":121.5250398,"address":"100台灣台北市中正區紹興北街2巷1號三樓","FL":3,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.524163,25.0457909]},"properties":{"id":1340,"name":"何鳳皋建築師事務所","lat":25.0457909,"lng":121.524163,"address":"100台灣台北市中正區林森北路9巷5號之3","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.524202,25.0448279]},"properties":{"id":1341,"name":"岳松建築師事務所","lat":25.0448279,"lng":121.524202,"address":"100台灣台北市中正區忠孝東路一段17號3樓","FL":3,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5230629,25.0443]},"properties":{"id":1342,"name":"吳重賢建築師事務所","lat":25.0443,"lng":121.5230629,"address":"100台灣台北市中正區林森南路2號之2","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5265909,25.0442469]},"properties":{"id":1343,"name":"世紀工程顧問股份有限公司","lat":25.0442469,"lng":121.5265909,"address":"100台灣台北市中正區忠孝東路一段85號12樓","FL":12,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5252023,25.0453009]},"properties":{"id":1344,"name":"泰立室內裝修設計工程有限公司","lat":25.0453009,"lng":121.5252023,"address":"100台灣中正區紹興北街8號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.519244,25.045953]},"properties":{"id":1345,"name":"Vintage Area / 奧維特設計傢俬","lat":25.045953,"lng":121.519244,"address":"100台灣台北市中正區忠孝西路一段5號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.529638,25.047656]},"properties":{"id":1346,"name":"蔚紜空間室內裝修設計有限公司","lat":25.047656,"lng":121.529638,"address":"10491台灣台北市中山區新生北路1段88號10樓","FL":10,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5303777,25.0440163]},"properties":{"id":1347,"name":"承諠設計工程有限公司","lat":25.0440163,"lng":121.5303777,"address":"100台灣台北市中正區金山北路1號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.523939,25.044454]},"properties":{"id":1348,"name":"金樹揚工程公司","lat":25.044454,"lng":121.523939,"address":"100台灣台北市中正區忠孝東路一段76號之2","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5291349,25.0400997]},"properties":{"id":1349,"name":"聖卡羅磁磚","lat":25.0400997,"lng":121.5291349,"address":"100台灣台北市中正區金山南路一段25號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5306309,25.043141]},"properties":{"id":1350,"name":"誠勝工程股份有限公司","lat":25.043141,"lng":121.5306309,"address":"100台灣台北市中正區忠孝東路二段85號3樓","FL":3,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.527946,25.043881]},"properties":{"id":1351,"name":"木石研室內建築空間設計有限公司","lat":25.043881,"lng":121.527946,"address":"100台灣中正區忠孝東路二段33號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.533125,25.046068]},"properties":{"id":1352,"name":"典藏生活室內設計工程","lat":25.046068,"lng":121.533125,"address":"104台灣台北市松江路3號11樓之1","FL":11,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.533209,25.0462559]},"properties":{"id":1353,"name":"放肆設計有限公司","lat":25.0462559,"lng":121.533209,"address":"10491台灣台北市中山區松江路9號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.532705,25.0477039]},"properties":{"id":1354,"name":"奇箭設計工程有限公司","lat":25.0477039,"lng":121.532705,"address":"104台灣台北市中山區松江路42號之8","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5332,25.047341]},"properties":{"id":1355,"name":"蘭滋達企業有限公司","lat":25.047341,"lng":121.5332,"address":"104台灣台北市中山區松江路27號5樓","FL":5,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5335429,25.046326]},"properties":{"id":1356,"name":"佳萊得聲學科技有限公司","lat":25.046326,"lng":121.5335429,"address":"10491台灣台北市中山區渭水路3巷22號1樓","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5335439,25.045914]},"properties":{"id":1357,"name":"正鋒實業公司","lat":25.045914,"lng":121.5335439,"address":"104台灣台北市中山區渭水路3巷6號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.534725,25.040021]},"properties":{"id":1358,"name":"簡國雄建築師事務所","lat":25.040021,"lng":121.534725,"address":"106台灣台北市大安區濟南路三段24之5號2樓","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.532617,25.047172]},"properties":{"id":1359,"name":"勤豐室內設計工程行","lat":25.047172,"lng":121.532617,"address":"10491台灣中山區松江路28號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.536222,25.044023]},"properties":{"id":1360,"name":"傑藝室內設計有限公司","lat":25.044023,"lng":121.536222,"address":"106台灣台北市大安區建國南路一段42號之1","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5372245,25.0441547]},"properties":{"id":1361,"name":"築內國際企業有限公司","lat":25.0441547,"lng":121.5372245,"address":"106台灣台北市大安區市民大道三段178號3 樓","FL":3,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.53733,25.039895]},"properties":{"id":1362,"name":"巴黎藝術有限公司","lat":25.039895,"lng":121.53733,"address":"106台灣台北市大安區建國南路一段200號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5417183,25.0442045]},"properties":{"id":1363,"name":"采圖室內裝修設計有限公司","lat":25.0442045,"lng":121.5417183,"address":"106台灣大安區安東街40巷9號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5430617,25.0439829]},"properties":{"id":1364,"name":"甘納空間設計","lat":25.0439829,"lng":121.5430617,"address":"106台灣台北市大安區安東街35巷10號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.539201,25.046825]},"properties":{"id":1365,"name":"張錦章建築師事務所","lat":25.046825,"lng":121.539201,"address":"104台灣台北市中山區八德路二段201號2樓","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.537083,25.0478149]},"properties":{"id":1366,"name":"楊長榮建築師事務所","lat":25.0478149,"lng":121.537083,"address":"104台灣台北市中山區建國北路一段35號9樓","FL":9,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5442137,25.047407]},"properties":{"id":1367,"name":"觀林室內設計工程實業有限公司","lat":25.047407,"lng":121.5442137,"address":"105台灣台北市松山區復興南路一段1號之1","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5435919,25.0438889]},"properties":{"id":1368,"name":"盧讚城設計室公司","lat":25.0438889,"lng":121.5435919,"address":"106台灣台北市大安區復興南路一段76號之3","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5440799,25.0455827]},"properties":{"id":1369,"name":"銀蕨空間設計有限公司","lat":25.0455827,"lng":121.5440799,"address":"105台灣台北市松山區復興南路一段45號7樓-1","FL":7,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.545362,25.046741]},"properties":{"id":1370,"name":"C10 Design 十境創物 空間設計","lat":25.046741,"lng":121.545362,"address":"10553台灣台北市松山區八德路二段346巷7弄16號1樓","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.545761,25.04657]},"properties":{"id":1371,"name":"德瑞設計工程有限公司","lat":25.04657,"lng":121.545761,"address":"105台灣台北市松山區八德路二段366巷40弄3號6樓","FL":6,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5440919,25.0451861]},"properties":{"id":1372,"name":"丰墨設計","lat":25.0451861,"lng":121.5440919,"address":"105台灣台北市松山區復興南路一段57號7樓","FL":7,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5435919,25.0438889]},"properties":{"id":1373,"name":"築友工程顧問有限公司","lat":25.0438889,"lng":121.5435919,"address":"106台灣台北市大安區復興南路一段76號之4","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.543683,25.0462909]},"properties":{"id":1374,"name":"許銘懿建築師事務所","lat":25.0462909,"lng":121.543683,"address":"104台灣台北市中山區復興南路一段34號之1","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5440619,25.0456769]},"properties":{"id":1375,"name":"鄭永興建築師事務所","lat":25.0456769,"lng":121.5440619,"address":"105台灣台北市松山區復興南路一段43號6樓","FL":6,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5436811,25.0446863]},"properties":{"id":1376,"name":"天睿國際室內裝修設計有限公司","lat":25.0446863,"lng":121.5436811,"address":"106台灣大安區復興南路一段62號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5471748,25.0444965]},"properties":{"id":1377,"name":"室內設計","lat":25.0444965,"lng":121.5471748,"address":"106台灣台北市大安區大安路一段19巷19號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5498059,25.04755]},"properties":{"id":1378,"name":"陽宅室內設計有限公司","lat":25.04755,"lng":121.5498059,"address":"105台灣台北市松山區八德路三段8巷3號2樓","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5475706,25.0466048]},"properties":{"id":1379,"name":"意力室內裝修有限公司","lat":25.0466048,"lng":121.5475706,"address":"10557台灣台北市松山區敦化南路一段80巷24號號 1 樓","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5385769,25.043422]},"properties":{"id":1380,"name":"允能設計公司","lat":25.043422,"lng":121.5385769,"address":"104台灣台北市大安區忠孝東路三段217巷5弄20號5樓","FL":5,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.548502,25.044103]},"properties":{"id":1381,"name":"有情門設計家具 敦南門市","lat":25.044103,"lng":121.548502,"address":"106台灣台北市大安区台北市大安區敦化南路1段142號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5458479,25.0394739]},"properties":{"id":1382,"name":"特式家飾設計工程有限公司","lat":25.0394739,"lng":121.5458479,"address":"106台灣台北市大安區大安路一段126巷3號6樓","FL":6,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5493546,25.0453559]},"properties":{"id":1383,"name":"方雅設計工程股份有限公司","lat":25.0453559,"lng":121.5493546,"address":"10557台灣台北市松山區敦化南路一段67號6樓","FL":6,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5492899,25.0456686]},"properties":{"id":1384,"name":"永緒設計","lat":25.0456686,"lng":121.5492899,"address":"105台灣台北市松山區敦化南路一段57號5 樓 之 6","FL":5,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.544126,25.045572]},"properties":{"id":1385,"name":"方雅事業股份有限公司","lat":25.045572,"lng":121.544126,"address":"105台灣台北市松山區復興南路一段45號11樓","FL":11,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.540903,25.0466621]},"properties":{"id":1386,"name":"西奧多家居 - 古典館","lat":25.0466621,"lng":121.540903,"address":"10491台灣台北市中山區八德路二段260號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.54746,25.0456359]},"properties":{"id":1387,"name":"永立建築師事務所","lat":25.0456359,"lng":121.54746,"address":"105台灣台北市松山區敦化南路一段100巷7弄31號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5448629,25.043548]},"properties":{"id":1388,"name":"華築工房工程股份有限公司","lat":25.043548,"lng":121.5448629,"address":"106台灣台北市大安區復興南路一段107巷12號2樓","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.549311,25.0455849]},"properties":{"id":1389,"name":"坤萬企業有限公司","lat":25.0455849,"lng":121.549311,"address":"105台灣台北市松山區敦化南路一段61號2樓","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5485189,25.0461329]},"properties":{"id":1390,"name":"太谷工程公司","lat":25.0461329,"lng":121.5485189,"address":"105台灣台北市松山區敦化南路一段102號之1","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.551075,25.0440449]},"properties":{"id":1391,"name":"內外興業有限公司","lat":25.0440449,"lng":121.551075,"address":"106台灣台北市大安區忠孝東路四段181巷35弄7號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.540913,25.0466679]},"properties":{"id":1392,"name":"紐約家具設計中心台北八德館","lat":25.0466679,"lng":121.540913,"address":"10491台灣台北市中山區八德路二段260號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5440099,25.041262]},"properties":{"id":1393,"name":"藝馨建築師事務所","lat":25.041262,"lng":121.5440099,"address":"106台灣台北市大安區忠孝東路四段2號之4","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5535502,25.0450855]},"properties":{"id":1394,"name":"杰群室內裝修設計工程有限公司","lat":25.0450855,"lng":121.5535502,"address":"105台灣松山區延吉街48巷2號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5562349,25.0444279]},"properties":{"id":1395,"name":"浩意室內設計有限公司","lat":25.0444279,"lng":121.5562349,"address":"106台灣台北市大安區光復南路72巷23弄16號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5555648,25.0454162]},"properties":{"id":1396,"name":"也作設計有限公司 D.More Design Studio","lat":25.0454162,"lng":121.5555648,"address":"105台灣台北市松山區光復南路58巷26號4樓","FL":4,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5559098,25.0465472]},"properties":{"id":1397,"name":"瑪黑設計MaraisDesign","lat":25.0465472,"lng":121.5559098,"address":"105台灣台北市松山區光復南路32巷19號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5579709,25.0455819]},"properties":{"id":1398,"name":"陳光雄設計規劃有限公司","lat":25.0455819,"lng":121.5579709,"address":"105台灣台北市松山區光復南路65號8樓","FL":8,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5485,25.0425267]},"properties":{"id":1399,"name":"其可設計國際有限公司","lat":25.0425267,"lng":121.5485,"address":"106台灣台北市大安区敦化南路一段192號3樓之7","FL":3,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5563219,25.039689]},"properties":{"id":1400,"name":"帆洋設計有限公司","lat":25.039689,"lng":121.5563219,"address":"106台灣台北市大安區光復南路280巷25號2樓","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.547731,25.045787]},"properties":{"id":1401,"name":"IAC Interior design studio 新境設計有限公司","lat":25.045787,"lng":121.547731,"address":"10557台灣台北市松山區敦化南路一段100巷7弄16號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.546819,25.0460879]},"properties":{"id":1402,"name":"周為國際設計顧問有限公司","lat":25.0460879,"lng":121.546819,"address":"105台灣台北市松山區敦化南路一段100巷55號7樓","FL":7,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5506989,25.044173]},"properties":{"id":1403,"name":"張仲怡建築師事務所","lat":25.044173,"lng":121.5506989,"address":"106台灣台北市大安區忠孝東路四段181巷42號2樓","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5485189,25.0461329]},"properties":{"id":1404,"name":"理泰工程顧問股份有限公司","lat":25.0461329,"lng":121.5485189,"address":"105台灣台北市松山區敦化南路一段102號6樓","FL":6,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.550608,25.0431439]},"properties":{"id":1405,"name":"全億工程顧問公司","lat":25.0431439,"lng":121.550608,"address":"106台灣台北市大安區敦化南路一段177巷23號3樓","FL":3,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5559609,25.0411999]},"properties":{"id":1406,"name":"萬鼎工程服務公司","lat":25.0411999,"lng":121.5559609,"address":"106台灣台北市大安區忠孝東路四段300號8樓","FL":8,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5575419,25.039917]},"properties":{"id":1407,"name":"李瑋明建築師事務所","lat":25.039917,"lng":121.5575419,"address":"106台灣台北市大安區光復南路268號5樓","FL":5,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.55572,25.04657]},"properties":{"id":1408,"name":"明代室內裝修設計有限公司","lat":25.04657,"lng":121.55572,"address":"105台灣台北市松山區光復南路32巷21號/ 320中壢市元化路275號10樓","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5458979,25.0417909]},"properties":{"id":1409,"name":"林雅峰建築師事務所","lat":25.0417909,"lng":121.5458979,"address":"106台灣台北市大安區忠孝東路四段59號10樓","FL":10,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5567687,25.0452155]},"properties":{"id":1410,"name":"汎真室內裝修設計有限公司","lat":25.0452155,"lng":121.5567687,"address":"105台灣松山區光復南路66巷19號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.555099,25.047543]},"properties":{"id":1411,"name":"昊陽室內設計","lat":25.047543,"lng":121.555099,"address":"105台灣台北市松山區台北市松山區八德路三段158巷14號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5560306,25.0456315]},"properties":{"id":1412,"name":"亞生室內裝修設計工程有限公司","lat":25.0456315,"lng":121.5560306,"address":"105台灣松山區光復南路58巷15號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5601188,25.0472881]},"properties":{"id":1413,"name":"演拓室內裝修設計工程行","lat":25.0472881,"lng":121.5601188,"address":"105台灣松山區八德路四段72巷10弄2號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.559487,25.0474363]},"properties":{"id":1414,"name":"大觀創境 空間設計事務所","lat":25.0474363,"lng":121.559487,"address":"105台灣台北市松山區光復南路17巷40號1樓","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5595715,25.0474778]},"properties":{"id":1415,"name":"大觀創境空間設計事務所","lat":25.0474778,"lng":121.5595715,"address":"105台灣台北市松山區光復南路17巷40號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5499369,25.0438939]},"properties":{"id":1416,"name":"點石設計工程有限公司","lat":25.0438939,"lng":121.5499369,"address":"106台灣台北市大安區忠孝東路四段181巷40弄18號2樓","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.559479,25.0474399]},"properties":{"id":1417,"name":"大觀創境室內裝修有限公司","lat":25.0474399,"lng":121.559479,"address":"105台灣台北市松山區光復南路17巷40號1樓","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5614574,25.044545]},"properties":{"id":1418,"name":"Akuma caca 可可設計人文咖啡 【松菸店】","lat":25.044545,"lng":121.5614574,"address":"11072台灣台北市信義區菸廠路88號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5568839,25.0451689]},"properties":{"id":1419,"name":"黃崧柏建築師事務所","lat":25.0451689,"lng":121.5568839,"address":"105台灣台北市松山區民大道四段301號3樓","FL":3,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.552862,25.0404989]},"properties":{"id":1420,"name":"佶祥企業有限公司","lat":25.0404989,"lng":121.552862,"address":"106台灣台北市大安區忠孝東路四段216巷16之7號7樓","FL":7,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5516769,25.0462829]},"properties":{"id":1421,"name":"合盈實業公司","lat":25.0462829,"lng":121.5516769,"address":"105台灣台北市松山區八德路三段12巷51弄21號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5499729,25.0472529]},"properties":{"id":1422,"name":"樺霖有限公司","lat":25.0472529,"lng":121.5499729,"address":"105台灣台北市松山區八德路三段12巷16弄12號2樓","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.563556,25.04432]},"properties":{"id":1423,"name":"佳譽室內裝修設計有限公司","lat":25.04432,"lng":121.563556,"address":"110台灣信義區忠孝東路四段553巷46弄15號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5567569,25.0466609]},"properties":{"id":1424,"name":"逸匠再造設計有限公司","lat":25.0466609,"lng":121.5567569,"address":"105台灣台北市松山區光復南路32巷9號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5579709,25.0455819]},"properties":{"id":1425,"name":"孫文郁建築師事務所","lat":25.0455819,"lng":121.5579709,"address":"105台灣台北市松山區光復南路65號7樓","FL":7,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5685969,25.0446973]},"properties":{"id":1426,"name":"浩斯綠意空間設計","lat":25.0446973,"lng":121.5685969,"address":"110台灣台北市信義區永吉路30巷28弄7號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5693269,25.045027]},"properties":{"id":1427,"name":"荃淇視覺室內裝修有限公司","lat":25.045027,"lng":121.5693269,"address":"110台灣台北市信義區松隆路69號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.570179,25.044815]},"properties":{"id":1428,"name":"立大宜居 Li Da Industry Co., Ltd.","lat":25.044815,"lng":121.570179,"address":"110台灣信義區永吉路120巷18號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.561097,25.047028]},"properties":{"id":1429,"name":"ISQ 質の木系統家具-京華總店","lat":25.047028,"lng":121.561097,"address":"105台灣台北市松山區八德路四段106巷8弄3號1樓","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5673788,25.0449985]},"properties":{"id":1430,"name":"亞迪室內裝修空間設計有限公司","lat":25.0449985,"lng":121.5673788,"address":"110台灣信義區基隆路一段103號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.570407,25.044619]},"properties":{"id":1431,"name":"合信室內裝修設計有限公司","lat":25.044619,"lng":121.570407,"address":"110台灣信義區永吉路120巷29號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5714673,25.0458135]},"properties":{"id":1432,"name":"禾重建築室內設計","lat":25.0458135,"lng":121.5714673,"address":"110台灣台北市信義區永吉路167號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.57282,25.045777]},"properties":{"id":1433,"name":"青緯室內設計有限公司","lat":25.045777,"lng":121.57282,"address":"110台灣信義區永吉路189號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.572813,25.045382]},"properties":{"id":1434,"name":"立傑數位五金概念館","lat":25.045382,"lng":121.572813,"address":"號, No. 204永吉路信義區台北市台灣 110","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.572778,25.0451949]},"properties":{"id":1435,"name":"信湧室內設計有限公司","lat":25.0451949,"lng":121.572778,"address":"110台灣信義區永吉路200巷11弄1號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5717073,25.0457853]},"properties":{"id":1436,"name":"欣亞室內裝修設計股份有限公司","lat":25.0457853,"lng":121.5717073,"address":"110台灣信義區永吉路179號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.566566,25.044079]},"properties":{"id":1437,"name":"謝銘峰室內裝修設計有限公司","lat":25.044079,"lng":121.566566,"address":"110台灣信義區基隆路一段133號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5727138,25.0468117]},"properties":{"id":1438,"name":"日鼎地板行","lat":25.0468117,"lng":121.5727138,"address":"110台灣台北市信義區永吉路187巷27號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5800689,25.0418819]},"properties":{"id":1439,"name":"天意室內裝修工程有限公司","lat":25.0418819,"lng":121.5800689,"address":"110台灣台北市信義區忠孝東路五段552號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.58192,25.04388]},"properties":{"id":1440,"name":"川云國際室內設計有限公司","lat":25.04388,"lng":121.58192,"address":"110台灣信義區信義區忠孝東路五段800號9樓之2","FL":9,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5812899,25.045981]},"properties":{"id":1441,"name":"頂好園藝公司","lat":25.045981,"lng":121.5812899,"address":"115台灣台北市南港區中坡北路40巷12號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5820159,25.0446939]},"properties":{"id":1442,"name":"利豪工程股份有限公司","lat":25.0446939,"lng":121.5820159,"address":"115台灣台北市南港區忠孝東路五段803號12樓","FL":12,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.58456,25.047413]},"properties":{"id":1443,"name":"歐德系統傢俱連鎖事業(南港店)","lat":25.047413,"lng":121.58456,"address":"115台灣南港區忠孝東路六段112號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.584606,25.0398589]},"properties":{"id":1444,"name":"莎莉","lat":25.0398589,"lng":121.584606,"address":"110台灣台北市信義區中坡南路249之1號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5841429,25.0461059]},"properties":{"id":1445,"name":"莊和明建築師事務所","lat":25.0461059,"lng":121.5841429,"address":"115台灣台北市南港區忠孝東路六段70巷12號2樓","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.583256,25.045255]},"properties":{"id":1446,"name":"空間種子室內裝修設計有限公司","lat":25.045255,"lng":121.583256,"address":"115台灣南港區忠孝東路六段6號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5832955,25.0453578]},"properties":{"id":1447,"name":"山明室內裝修設計有限公司","lat":25.0453578,"lng":121.5832955,"address":"115台灣台北市南港區忠孝東路六段6號號 11 樓 之 6","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5843539,25.0465939]},"properties":{"id":1448,"name":"周劍平建築師事務所","lat":25.0465939,"lng":121.5843539,"address":"115台灣台北市南港區忠孝東路六段70巷5弄15號3樓","FL":3,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.581985,25.0446499]},"properties":{"id":1449,"name":"舜設計股份有限公司","lat":25.0446499,"lng":121.581985,"address":"115台灣台北市南港區忠孝東路五段801號9樓","FL":9,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.593167,25.044493]},"properties":{"id":1450,"name":"雲騰室內裝修設計工程有限公司","lat":25.044493,"lng":121.593167,"address":"115台灣南港區東新街170巷21號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.6163189,25.0464559]},"properties":{"id":1451,"name":"大暉室內設計公司","lat":25.0464559,"lng":121.6163189,"address":"115台灣台北市南港區研究院路二段35巷23弄4號3樓","FL":3,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.6156299,25.04454]},"properties":{"id":1452,"name":"HOME MIND 智慧空間","lat":25.04454,"lng":121.6156299,"address":"115台灣台北市南港區研究院路二段90號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5078623,25.0483097]},"properties":{"id":1463,"name":"普羅室內設計有限公司","lat":25.0483097,"lng":121.5078623,"address":"108台灣萬華區忠孝西路二段38號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5138533,25.0504843]},"properties":{"id":1464,"name":"界陽室內裝修實業有限公司","lat":25.0504843,"lng":121.5138533,"address":"103台灣大同區重慶北路一段29號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5116092,25.0515082]},"properties":{"id":1465,"name":"貝特室內設計有限公司","lat":25.0515082,"lng":121.5116092,"address":"103台灣大同區延平北路一段66巷6號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5118859,25.0505329]},"properties":{"id":1466,"name":"許明義建築師事務所","lat":25.0505329,"lng":121.5118859,"address":"103台灣台北市大同區延平北路一段22號10樓","FL":10,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5103036,25.0503952]},"properties":{"id":1467,"name":"惠強室內裝修股份有限公司","lat":25.0503952,"lng":121.5103036,"address":"103台灣大同區鄭州路139號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.517057,25.050126]},"properties":{"id":1468,"name":"成舍室內設計","lat":25.050126,"lng":121.517057,"address":"103台灣台北市大同區承德路一段17之1號6樓","FL":6,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5153102,25.0511433]},"properties":{"id":1469,"name":"森平房 家具製作 x 室內設計","lat":25.0511433,"lng":121.5153102,"address":"103台灣台北市大同區太原路54-1號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5157839,25.0503539]},"properties":{"id":1470,"name":"大成橡膠公司","lat":25.0503539,"lng":121.5157839,"address":"103台灣台北市大同區太原路23巷15號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5187819,25.0498599]},"properties":{"id":1471,"name":"張堂鈺建築師事務所","lat":25.0498599,"lng":121.5187819,"address":"103台灣台北市大同區長安西路78巷4弄4之1號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5185352,25.049116]},"properties":{"id":1472,"name":"禾禾居室內裝修設計","lat":25.049116,"lng":121.5185352,"address":"10351台灣台北市大同區市民大道一段209號10樓","FL":10,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.520319,25.049333]},"properties":{"id":1473,"name":"羅芙設計公司","lat":25.049333,"lng":121.520319,"address":"10491台灣台北市中山區華陰街3-1號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5203896,25.0507842]},"properties":{"id":1474,"name":"幸福久久窩","lat":25.0507842,"lng":121.5203896,"address":"10491台灣台北市中山區長安西路19巷2弄5號2","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5179616,25.0505773]},"properties":{"id":1475,"name":"益昌衛浴建材有限公司","lat":25.0505773,"lng":121.5179616,"address":"103台灣台北市大同區長安西路130號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5229149,25.0503789]},"properties":{"id":1476,"name":"詹益忠建築師事務所","lat":25.0503789,"lng":121.5229149,"address":"104台灣台北市中山區中山北路一段83巷5號之15","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5229149,25.0503789]},"properties":{"id":1477,"name":"友欣通信公司","lat":25.0503789,"lng":121.5229149,"address":"104台灣台北市中山區中山北路一段83巷5號之5","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.521839,25.0488445]},"properties":{"id":1478,"name":"佳承室內裝修設計有限公司","lat":25.0488445,"lng":121.521839,"address":"10491台灣中山區中山北路一段33巷7號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5197346,25.0501818]},"properties":{"id":1479,"name":"同心圓室內裝修設計有限公司","lat":25.0501818,"lng":121.5197346,"address":"103台灣大同區長安西路62號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.520788,25.0499283]},"properties":{"id":1480,"name":"城隅設計有限公司","lat":25.0499283,"lng":121.520788,"address":"10491台灣中山區長安西路22號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.524247,25.048495]},"properties":{"id":1481,"name":"恆岳室內裝修工程有限公司","lat":25.048495,"lng":121.524247,"address":"10491台灣台北市中山區林森北路50號4樓之1","FL":4,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5231032,25.0493279]},"properties":{"id":1482,"name":"耘州室內裝修有限公司","lat":25.0493279,"lng":121.5231032,"address":"10491台灣台北市中山區長安東路一段16號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5201669,25.0500059]},"properties":{"id":1483,"name":"蘇金禎土地登記專業代理人事務所","lat":25.0500059,"lng":121.5201669,"address":"104台灣台北市中山區長安西路50之1號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5234269,25.0492689]},"properties":{"id":1484,"name":"嘉禾土地登記專業代理人事務所","lat":25.0492689,"lng":121.5234269,"address":"104台灣台北市中山區長安東路一段16號之9","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5234269,25.0492689]},"properties":{"id":1485,"name":"黃宜章建築師事務所","lat":25.0492689,"lng":121.5234269,"address":"104台灣台北市中山區長安東路一段16號之4","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.525039,25.051288]},"properties":{"id":1486,"name":"林明坤建築師事務所","lat":25.051288,"lng":121.525039,"address":"104台灣台北市中山區林森北路130號7樓","FL":7,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5188599,25.044734]},"properties":{"id":1487,"name":"龍山建築師事務所","lat":25.044734,"lng":121.5188599,"address":"100台灣台北市中正區青島西路3之4號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.526051,25.051212]},"properties":{"id":1488,"name":"吳富國建築師事務所","lat":25.051212,"lng":121.526051,"address":"104台灣台北市中山區林森北路145巷24號3樓","FL":3,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.527079,25.048443]},"properties":{"id":1489,"name":"久寬磁磚","lat":25.048443,"lng":121.527079,"address":"10491台灣台北市中山區長安東路一段42號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5241094,25.04848]},"properties":{"id":1490,"name":"上萊斯室內裝修有限公司","lat":25.04848,"lng":121.5241094,"address":"10491台灣中山區林森北路50號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.528914,25.048627]},"properties":{"id":1491,"name":"台北鴻與室內設計事務所","lat":25.048627,"lng":121.528914,"address":"10491台灣台北市中山区新生北路一段98號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5295089,25.0489419]},"properties":{"id":1492,"name":"穎鋒室內設計企業有限公司","lat":25.0489419,"lng":121.5295089,"address":"10491台灣台北市中山區新生北路一段59號5樓","FL":5,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5284237,25.0493254]},"properties":{"id":1493,"name":"綠築室內裝修工程有限公司","lat":25.0493254,"lng":121.5284237,"address":"號, No. 108新生北路一段中山區台北市台灣 10491","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5287739,25.048779]},"properties":{"id":1494,"name":"仲欣設計工程股份有限公司","lat":25.048779,"lng":121.5287739,"address":"10491台灣台北市中山區新生北路一段100號11樓","FL":11,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5303349,25.0484049]},"properties":{"id":1495,"name":"博精設計工程有限公司","lat":25.0484049,"lng":121.5303349,"address":"10491台灣台北市中山區長安東路二段6之1號2樓","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.527081,25.04845]},"properties":{"id":1496,"name":"久寬貿易股份有限公司","lat":25.04845,"lng":121.527081,"address":"10491台灣台北市中山區長安東路一段42號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5278537,25.048435]},"properties":{"id":1497,"name":"遠東鐵櫃鋼鐵廠股份有限公司","lat":25.048435,"lng":121.5278537,"address":"104台灣台北市中山區長安東路一段75號4樓","FL":4,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.523609,25.0492259]},"properties":{"id":1498,"name":"日商建工程技術顧問股份有限公司","lat":25.0492259,"lng":121.523609,"address":"104台灣台北市中山區長安東路一段18號之2","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5292131,25.0493633]},"properties":{"id":1499,"name":"芫茈室內設計工程有限公司","lat":25.0493633,"lng":121.5292131,"address":"10491台灣中山區吉林路8巷22號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5291936,25.0493269]},"properties":{"id":1500,"name":"藍斯空間設計工程有限公司","lat":25.0493269,"lng":121.5291936,"address":"10491台灣中山區吉林路8巷22號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.529509,25.0489419]},"properties":{"id":1501,"name":"華騰設計有限公司","lat":25.0489419,"lng":121.529509,"address":"10491台灣中山區新生北路一段59號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.533676,25.051833]},"properties":{"id":1502,"name":"磐力室內裝修設計有限公司","lat":25.051833,"lng":121.533676,"address":"10491台灣台北市中山區南京東路二段132號7樓之1","FL":7,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5344647,25.049684]},"properties":{"id":1503,"name":"好適設計有限公司","lat":25.049684,"lng":121.5344647,"address":"10491台灣台北市中山區松江路77巷14號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5341957,25.050894]},"properties":{"id":1504,"name":"微物設計","lat":25.050894,"lng":121.5341957,"address":"10491台灣台北市中山區松江路97巷16號1樓","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5333039,25.0502769]},"properties":{"id":1505,"name":"衍生工程顧問有限公司","lat":25.0502769,"lng":121.5333039,"address":"104台灣台北市中山區松江路87號之3","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.524911,25.0456139]},"properties":{"id":1506,"name":"祐力工程股份有限公司","lat":25.0456139,"lng":121.524911,"address":"100台灣台北市中正區林森北路9巷21號5樓","FL":5,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5272339,25.0486689]},"properties":{"id":1507,"name":"馥綠壇企業公司","lat":25.0486689,"lng":121.5272339,"address":"104台灣台北市中山區長安東路一段63號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.532705,25.0477039]},"properties":{"id":1508,"name":"陳梓楹建築師事務所","lat":25.0477039,"lng":121.532705,"address":"104台灣台北市中山區松江路42號之3","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5332699,25.0468589]},"properties":{"id":1509,"name":"大唐工程有限公司","lat":25.0468589,"lng":121.5332699,"address":"104台灣台北市中山區松江路23之5號2樓","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.531175,25.0486139]},"properties":{"id":1510,"name":"上禾工程有限公司","lat":25.0486139,"lng":121.531175,"address":"10491台灣台北市中山區長安東路二段31號7樓","FL":7,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5332982,25.0492188]},"properties":{"id":1511,"name":"貝成室內裝修設計有限公司","lat":25.0492188,"lng":121.5332982,"address":"10491台灣中山區松江路67號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5327305,25.0496825]},"properties":{"id":1512,"name":"絕世室內裝修有限公司","lat":25.0496825,"lng":121.5327305,"address":"10491台灣中山區松江路76號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5362894,25.0482741]},"properties":{"id":1513,"name":"創藝室內裝修設計有限公司","lat":25.0482741,"lng":121.5362894,"address":"10491台灣台北市中山區長安東路二段118-5號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5370919,25.0478711]},"properties":{"id":1514,"name":"愛菲爾系統傢俱 台北店","lat":25.0478711,"lng":121.5370919,"address":"10491台灣台北市中山區建國北路一段35-1號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.536272,25.0498999]},"properties":{"id":1515,"name":"QS快步木地板 九如實業","lat":25.0498999,"lng":121.536272,"address":"10491台灣台北市中山區建國北路一段90號9樓","FL":9,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.535716,25.048159]},"properties":{"id":1516,"name":"茂達建築師事務所","lat":25.048159,"lng":121.535716,"address":"104台灣台北市中山區長安東路二段112號之3","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.538144,25.051069]},"properties":{"id":1517,"name":"皓翔工程有限公司","lat":25.051069,"lng":121.538144,"address":"104台灣台北市中山區建國北路一段67巷25號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.535459,25.048121]},"properties":{"id":1518,"name":"宇芃室內裝修設計有限公司","lat":25.048121,"lng":121.535459,"address":"10491台灣中山區中山區長安東路二段110號11樓之1","FL":11,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.535479,25.05172]},"properties":{"id":1519,"name":"三鈦室內裝修設計有限公司","lat":25.05172,"lng":121.535479,"address":"10491台灣中山區南京東路二段206號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5425,25.04841]},"properties":{"id":1520,"name":"精品室內裝修設計工程有限公司","lat":25.04841,"lng":121.5425,"address":"10491台灣中山區中山區長安東路二段181號6樓之3","FL":6,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.540979,25.0482049]},"properties":{"id":1521,"name":"張郁美建築師事務所","lat":25.0482049,"lng":121.540979,"address":"104台灣台北市中山區長安東路二段178之5號7樓","FL":7,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.541036,25.0484379]},"properties":{"id":1522,"name":"李訓良建築師事務所","lat":25.0484379,"lng":121.541036,"address":"104台灣台北市中山區長安東路二段169之6號之2","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.532728,25.0496629]},"properties":{"id":1523,"name":"柏森建築師事務所","lat":25.0496629,"lng":121.532728,"address":"104台灣台北市中山區松江路76號6樓","FL":6,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.540979,25.0482049]},"properties":{"id":1524,"name":"陽泰工程有限公司","lat":25.0482049,"lng":121.540979,"address":"104台灣台北市中山區長安東路二段178之5號2樓","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5332265,25.0513282]},"properties":{"id":1525,"name":"生產力工程顧問有限公司","lat":25.0513282,"lng":121.5332265,"address":"104台灣台北市中山區松江路111號之2","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5418859,25.050399]},"properties":{"id":1526,"name":"展浩工程實業公司","lat":25.050399,"lng":121.5418859,"address":"104台灣台北市中山區遼寧街62巷14號之1","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.53937,25.04814]},"properties":{"id":1527,"name":"佳作室內裝修設計有限公司","lat":25.04814,"lng":121.53937,"address":"10491台灣中山區中山區長安東路二段162號7樓","FL":7,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.544204,25.05003]},"properties":{"id":1528,"name":"成舍室內設計","lat":25.05003,"lng":121.544204,"address":"105台灣台北市松山區復興北路35號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.543893,25.051419]},"properties":{"id":1529,"name":"鴻慶室內裝修設計工程有限公司","lat":25.051419,"lng":121.543893,"address":"10491台灣台北市中山區復興北路86號11樓","FL":11,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5441897,25.0499643]},"properties":{"id":1530,"name":"和碁室內裝修設計股份有限公司","lat":25.0499643,"lng":121.5441897,"address":"105台灣台北市松山區復興北路33號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.544871,25.0479419]},"properties":{"id":1531,"name":"洋格室內設計有限公司","lat":25.0479419,"lng":121.544871,"address":"104台灣台北市松山區八德路二段371號2樓","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5448629,25.043548]},"properties":{"id":1532,"name":"豪力設計工程有限公司","lat":25.043548,"lng":121.5448629,"address":"106台灣台北市大安區復興南路一段107巷12號4樓","FL":4,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.54634,25.0499989]},"properties":{"id":1533,"name":"凱傑設計工程有限公司","lat":25.0499989,"lng":121.54634,"address":"105台灣台北市松山區敦化北路4巷25弄1號3樓","FL":3,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5463429,25.047979]},"properties":{"id":1534,"name":"百諾威精緻室內裝修有限公司","lat":25.047979,"lng":121.5463429,"address":"105台灣台北市松山區八德路二段386號之4","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.545537,25.050888]},"properties":{"id":1535,"name":"環境設計有限公司","lat":25.050888,"lng":121.545537,"address":"104台灣台北市松山區南京東路三段282巷16號4樓","FL":4,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5452517,25.0481281]},"properties":{"id":1536,"name":"美庭企業有限公司","lat":25.0481281,"lng":121.5452517,"address":"105台灣台北市松山區長安東路二段294號之1","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.540901,25.046956]},"properties":{"id":1537,"name":"張珩建築師事務所","lat":25.046956,"lng":121.540901,"address":"104台灣台北市中山區八德路二段245號之5","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5441249,25.0452469]},"properties":{"id":1538,"name":"經典工程顧問公司","lat":25.0452469,"lng":121.5441249,"address":"105台灣台北市松山區復興南路一段57號之1","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.544268,25.0499619]},"properties":{"id":1539,"name":"台灣防蝕工程公司","lat":25.0499619,"lng":121.544268,"address":"104台灣台北市松山區復興北路33號5樓","FL":5,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.54423,25.048046]},"properties":{"id":1540,"name":"東鵬國際工程有限公司","lat":25.048046,"lng":121.54423,"address":"104台灣台北市松山區復興北路1號之6","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5438239,25.0511929]},"properties":{"id":1541,"name":"國峰建築師事務所","lat":25.0511929,"lng":121.5438239,"address":"104台灣台北市中山區復興北路86號6樓","FL":6,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5438886,25.0516362]},"properties":{"id":1542,"name":"大及室內裝修設計股份有限公司","lat":25.0516362,"lng":121.5438886,"address":"10491台灣中山區復興北路92號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5438928,25.0514193]},"properties":{"id":1543,"name":"鴻慶設計工程有限公司","lat":25.0514193,"lng":121.5438928,"address":"10491台灣中山區復興北路86號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.546197,25.0460249]},"properties":{"id":1544,"name":"力基規劃有限公司","lat":25.0460249,"lng":121.546197,"address":"105台灣台北市松山區八德路二段410巷88弄14號4樓","FL":4,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5484999,25.051118]},"properties":{"id":1545,"name":"穎坊有限公司","lat":25.051118,"lng":121.5484999,"address":"105台灣台北市松山區敦化北路62號2樓","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5493546,25.046682]},"properties":{"id":1546,"name":"品越室內裝修設計有限公司","lat":25.046682,"lng":121.5493546,"address":"105台灣松山區敦化南路一段21號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5527774,25.0489112]},"properties":{"id":1547,"name":"宏莆室內裝修工程有限公司","lat":25.0489112,"lng":121.5527774,"address":"105台灣台北市松山區北寧路18號8樓","FL":8,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5548011,25.0497033]},"properties":{"id":1548,"name":"青易室內裝修有限公司","lat":25.0497033,"lng":121.5548011,"address":"105台灣台北市松山區寧安街9巷6號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5522619,25.044029]},"properties":{"id":1549,"name":"李賜共建築師事務所","lat":25.044029,"lng":121.5522619,"address":"106台灣台北市大安區敦化南路一段161巷69弄8號6樓","FL":6,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5514679,25.0454039]},"properties":{"id":1550,"name":"許梓揚建築師事務所","lat":25.0454039,"lng":121.5514679,"address":"105台灣台北市松山區八德路三段12巷57弄21之2號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5445709,25.0516309]},"properties":{"id":1551,"name":"昊漢企業公司","lat":25.0516309,"lng":121.5445709,"address":"104台灣台北市松山區南京東路三段248號13樓","FL":13,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.554238,25.0514169]},"properties":{"id":1552,"name":"郭怡良建築師事務所","lat":25.0514169,"lng":121.554238,"address":"105台灣台北市松山區南京東路四段100號7樓","FL":7,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5548862,25.0481954]},"properties":{"id":1553,"name":"銳達室內裝修設計開發有限公司","lat":25.0481954,"lng":121.5548862,"address":"105台灣台北市松山區八德路三段147號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5543306,25.051828]},"properties":{"id":1554,"name":"玉宇室內裝修設計","lat":25.051828,"lng":121.5543306,"address":"10580台灣台北市松山區南京東路四段93號4樓","FL":4,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5567039,25.0512829]},"properties":{"id":1555,"name":"愛得室內裝修設計有限公司","lat":25.0512829,"lng":121.5567039,"address":"105台灣台北市松山區南京東路四段164號之3","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5561799,25.0492825]},"properties":{"id":1556,"name":"馥華室內設計","lat":25.0492825,"lng":121.5561799,"address":"105台灣台北市松山區八德路三段155巷20弄15號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5510939,25.043405]},"properties":{"id":1557,"name":"龍美設計有限公司","lat":25.043405,"lng":121.5510939,"address":"106台灣台北市大安區敦化南路一段161巷40號4樓","FL":4,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5567046,25.0514036]},"properties":{"id":1558,"name":"泰思美可室內裝修工程公司","lat":25.0514036,"lng":121.5567046,"address":"105台灣台北市松山區南京東路四段164號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5589695,25.050847]},"properties":{"id":1559,"name":"慕澤設計","lat":25.050847,"lng":121.5589695,"address":"105台灣台北市松山區光復北路103巷24號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.557651,25.051323]},"properties":{"id":1560,"name":"迷母國際股份有限公司","lat":25.051323,"lng":121.557651,"address":"105台灣台北市松山區南京東路四段186號3F-5","FL":3,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5558309,25.0491249]},"properties":{"id":1561,"name":"林芸造景工程公司","lat":25.0491249,"lng":121.5558309,"address":"105台灣台北市松山區八德路三段155巷20弄12號4樓","FL":4,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.557026,25.051262]},"properties":{"id":1562,"name":"亞廣展覽股份有限公司","lat":25.051262,"lng":121.557026,"address":"105台灣台北市松山區南京東路四段180號10樓之1","FL":10,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.556555,25.051386]},"properties":{"id":1563,"name":"歐德系統傢俱連鎖事業(南京店)","lat":25.051386,"lng":121.556555,"address":"105台灣台北市松山區105台北市松山區南京東路四段160號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.557021,25.048255]},"properties":{"id":1564,"name":"深業工程股份有限公司","lat":25.048255,"lng":121.557021,"address":"105台灣台北市松山區八德路三段225號之13","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.555355,25.051817]},"properties":{"id":1565,"name":"碩志工程股份有限公司","lat":25.051817,"lng":121.555355,"address":"105台灣台北市松山區南京東路四段137號8樓","FL":8,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.554116,25.0480269]},"properties":{"id":1566,"name":"建文建築師事務所","lat":25.0480269,"lng":121.554116,"address":"105台灣台北市松山區八德路三段120號之3","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.557651,25.051323]},"properties":{"id":1567,"name":"漢吉公司","lat":25.051323,"lng":121.557651,"address":"105台灣台北市松山區南京東路四段186號之8","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5580421,25.0517095]},"properties":{"id":1568,"name":"棲仙視覺計畫工作室|qixian VMD studio","lat":25.0517095,"lng":121.5580421,"address":"105台灣台北市松山區南京東路五段25號10564 B1 室","FL":10,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.558307,25.0487179]},"properties":{"id":1569,"name":"精實汽車服務事業有限公司","lat":25.0487179,"lng":121.558307,"address":"105台灣台北市松山區八德路四段17巷5號3樓","FL":3,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.558359,25.0485439]},"properties":{"id":1570,"name":"祥順工程股份有限公司","lat":25.0485439,"lng":121.558359,"address":"105台灣台北市松山區八德路四段15號7樓","FL":7,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.556331,25.051798]},"properties":{"id":1571,"name":"李林室內裝修設計有限公司","lat":25.051798,"lng":121.556331,"address":"105台灣松山區南京東路四段171號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5630746,25.0499575]},"properties":{"id":1572,"name":"芸匠室內裝修設計有限公司","lat":25.0499575,"lng":121.5630746,"address":"105台灣台北市松山區八德路四段245巷32弄42號1樓","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.561374,25.048661]},"properties":{"id":1573,"name":"米瑞克展覽設計有限公司","lat":25.048661,"lng":121.561374,"address":"105台灣台北市松山區八德路四段123號7樓","FL":7,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.559692,25.048016]},"properties":{"id":1574,"name":"華格造型設計公司","lat":25.048016,"lng":121.559692,"address":"105台灣台北市松山區光復南路13巷39號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.556971,25.050587]},"properties":{"id":1575,"name":"亞門傑特設計有限公司","lat":25.050587,"lng":121.556971,"address":"105台灣台北市松山區光復北路100巷21之3號4樓","FL":4,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.556555,25.051386]},"properties":{"id":1576,"name":"歐德傢俱","lat":25.051386,"lng":121.556555,"address":"105台灣台北市松山區南京東路四段160號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5595579,25.0518169]},"properties":{"id":1577,"name":"大元廣告事業股份有限公司","lat":25.0518169,"lng":121.5595579,"address":"105台灣台北市松山區南京東路五段71號之3","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5601157,25.0512858]},"properties":{"id":1578,"name":"創新室內裝修設計有限公司","lat":25.0512858,"lng":121.5601157,"address":"105台灣松山區松山區南京東路五段50號13樓","FL":13,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.559533,25.050788]},"properties":{"id":1579,"name":"禾樣室內裝修設計","lat":25.050788,"lng":121.559533,"address":"105台灣台北市松山區光復北路103巷32號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.562136,25.0487619]},"properties":{"id":1580,"name":"奕登設計工程有限公司","lat":25.0487619,"lng":121.562136,"address":"105台灣松山區八德路四段135號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.558246,25.051753]},"properties":{"id":1581,"name":"森陽室內裝修設計工程-羅啟三","lat":25.051753,"lng":121.558246,"address":"105台灣台北市松山区南京東路5段31號5F-2","FL":5,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5641114,25.051205]},"properties":{"id":1582,"name":"HCUBE 昱森室內設計","lat":25.051205,"lng":121.5641114,"address":"105台灣台北市松山區南京東路五段198號號 4 樓 之 2","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5655379,25.0505029]},"properties":{"id":1583,"name":"精品設計有限公司","lat":25.0505029,"lng":121.5655379,"address":"105台灣台北市松山區東興路5號4樓","FL":4,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.56442,25.049617]},"properties":{"id":1584,"name":"齊禾設計有限公司","lat":25.049617,"lng":121.56442,"address":"105台灣台北市松山區八德路四段245巷32弄18號1樓","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.565985,25.0494899]},"properties":{"id":1585,"name":"偕立企業公司","lat":25.0494899,"lng":121.565985,"address":"105台灣台北市松山區八德路四段295巷18弄8號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5637609,25.0485069]},"properties":{"id":1586,"name":"亞衛設計有限公司","lat":25.0485069,"lng":121.5637609,"address":"105台灣台北市松山區八德路四段190號3樓","FL":3,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5643309,25.0493828]},"properties":{"id":1587,"name":"研寓設計有限公司","lat":25.0493828,"lng":121.5643309,"address":"105台灣台北市松山區八德路四段181巷17弄44號2 樓","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5642511,25.0481603]},"properties":{"id":1588,"name":"佑雅企業有限公司","lat":25.0481603,"lng":121.5642511,"address":"105台灣台北市松山區八德路四段204巷7弄2號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.563217,25.0512189]},"properties":{"id":1589,"name":"天岳國際貿易有限公司","lat":25.0512189,"lng":121.563217,"address":"105台灣台北市松山區南京東路五段166號4樓","FL":4,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.564381,25.0489926]},"properties":{"id":1590,"name":"資禾工程顧問公司","lat":25.0489926,"lng":121.564381,"address":"105台灣台北市松山區八德路四段225號之8","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.566863,25.0508359]},"properties":{"id":1591,"name":"安一工程股份有限公司","lat":25.0508359,"lng":121.566863,"address":"105台灣台北市松山區南京東路五段250巷2弄13之1號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5669769,25.0492009]},"properties":{"id":1592,"name":"永聯建築師事務所","lat":25.0492009,"lng":121.5669769,"address":"105台灣台北市松山區八德路四段321號3樓","FL":3,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.566997,25.050076]},"properties":{"id":1593,"name":"居安得精品地板(松山木地板工程)","lat":25.050076,"lng":121.566997,"address":"105台灣台北市松山區南京東路五段250巷18弄18號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.564383,25.0511388]},"properties":{"id":1594,"name":"杰昕室內設計","lat":25.0511388,"lng":121.564383,"address":"10570台灣台北市松山區南京東路五段200號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5650519,25.0511055]},"properties":{"id":1595,"name":"宜而尚室內設計有限公司","lat":25.0511055,"lng":121.5650519,"address":"105台灣松山區松山區南京東路五段208號9樓","FL":9,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.565332,25.0490959]},"properties":{"id":1596,"name":"眾寶室內裝修設計有限公司","lat":25.0490959,"lng":121.565332,"address":"105台灣松山區八德路四段263號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5645289,25.0490298]},"properties":{"id":1597,"name":"奧斯卡室內裝修設計有限公司","lat":25.0490298,"lng":121.5645289,"address":"105台灣松山區八德路四段231號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.564802,25.051652]},"properties":{"id":1598,"name":"原凡室內裝修設計有限公司","lat":25.051652,"lng":121.564802,"address":"105台灣台北市松山區南京東路五段239號6 樓 之 12","FL":6,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5695619,25.050151]},"properties":{"id":1599,"name":"將心造型設計有限公司","lat":25.050151,"lng":121.5695619,"address":"105台灣台北市松山區基隆路一段403巷21號之4","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5709089,25.0500683]},"properties":{"id":1600,"name":"雷坤空間設計/室內設計","lat":25.0500683,"lng":121.5709089,"address":"10566台灣台北市松山區八德路四段465號7樓","FL":7,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5689569,25.050134]},"properties":{"id":1601,"name":"弼揚企業有限公司","lat":25.050134,"lng":121.5689569,"address":"105台灣台北市松山區寶清街21號2樓","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.569026,25.0515229]},"properties":{"id":1602,"name":"第一防水事業公司","lat":25.0515229,"lng":121.569026,"address":"105台灣台北市松山區南京東路五段381之1號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.570308,25.0503369]},"properties":{"id":1603,"name":"基勁工程公司","lat":25.0503369,"lng":121.570308,"address":"105台灣台北市松山區八德路四段453巷12號7樓","FL":7,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5679253,25.0499546]},"properties":{"id":1604,"name":"高筌室內設計","lat":25.0499546,"lng":121.5679253,"address":"105台灣台北市松山區南京東路五段250巷36弄35之1號之 號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5698102,25.0507364]},"properties":{"id":1605,"name":"華揚室內裝修設計股份有限公司","lat":25.0507364,"lng":121.5698102,"address":"105台灣松山區基隆路一段8號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5689734,25.0464947]},"properties":{"id":1606,"name":"赫陞室內裝修有限公司","lat":25.0464947,"lng":121.5689734,"address":"110台灣信義區基隆路一段37巷10號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5657727,25.04914]},"properties":{"id":1607,"name":"日工 住宅空間設計","lat":25.04914,"lng":121.5657727,"address":"105台灣台北市松山區八德路四段277號號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.572348,25.048054]},"properties":{"id":1608,"name":"羽辰室內裝修設計有限公司","lat":25.048054,"lng":121.572348,"address":"110台灣台北市信義區松信路37號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.568897,25.045624]},"properties":{"id":1609,"name":"石典設計工作坊","lat":25.045624,"lng":121.568897,"address":"110台灣台北市信義區永吉路32號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.568064,25.0511]},"properties":{"id":1610,"name":"安室設計工程有限公司","lat":25.0511,"lng":121.568064,"address":"105台灣台北市松山區南京東路五段316號之8","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5673722,25.0490613]},"properties":{"id":1611,"name":"富祈設計顧問有限公司","lat":25.0490613,"lng":121.5673722,"address":"10565台灣台北市松山區八德路四段 306 號 9 樓","FL":9,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.563279,25.048909]},"properties":{"id":1612,"name":"貝詩倫家飾有限公司","lat":25.048909,"lng":121.563279,"address":"105台灣台北市松山區八德路四段197號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5781185,25.0516387]},"properties":{"id":1613,"name":"采聯室內裝修設計工程有限公司","lat":25.0516387,"lng":121.5781185,"address":"105台灣台北市松山區松河街234號2樓","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5804789,25.047936]},"properties":{"id":1614,"name":"大巽設計工程有限公司","lat":25.047936,"lng":121.5804789,"address":"115台灣台北市南港區中坡北路92號4樓","FL":4,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.580195,25.0507289]},"properties":{"id":1615,"name":"ERI國際空間規劃設計事務所","lat":25.0507289,"lng":121.580195,"address":"115台灣台北市南港區八德路四段869號B1樓","FL":-1,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5751153,25.0498814]},"properties":{"id":1616,"name":"原原實業有限公司","lat":25.0498814,"lng":121.5751153,"address":"105台灣台北市松山區八德路四段650號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5809592,25.0495848]},"properties":{"id":1617,"name":"育馨開發有限公司","lat":25.0495848,"lng":121.5809592,"address":"115台灣台北市南港區市民大道七段","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.573628,25.0497839]},"properties":{"id":1618,"name":"傑邑工程設計有限公司","lat":25.0497839,"lng":121.573628,"address":"105台灣台北市松山區八德路四段616號7樓","FL":7,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5898649,25.0486039]},"properties":{"id":1619,"name":"富景室內設計有限公司","lat":25.0486039,"lng":121.5898649,"address":"115台灣台北市南港區忠孝東路六段278巷23弄5號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.508461,25.052519]},"properties":{"id":1635,"name":"艾葛室內設計 Agatha Design Ltd.","lat":25.052519,"lng":121.508461,"address":"103台灣台北市大同區西寧北路56號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5089216,25.0538801]},"properties":{"id":1636,"name":"THEE / 惹雅 design group","lat":25.0538801,"lng":121.5089216,"address":"10491台灣台北市大同區南京西路293巷9-11號2F","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.50972,25.0532019]},"properties":{"id":1637,"name":"林雲龍建築師事務所","lat":25.0532019,"lng":121.50972,"address":"103台灣台北市大同區南京西路410號之2","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.507587,25.0524329]},"properties":{"id":1638,"name":"正田工程股份有限公司","lat":25.0524329,"lng":121.507587,"address":"103台灣台北市大同區長安西路303號之4","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.513041,25.0541102]},"properties":{"id":1639,"name":"凱莉潘室內設計工作室","lat":25.0541102,"lng":121.513041,"address":"103台灣台北市大同區南京西路163號二 樓 之 58 號","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5187479,25.0534949]},"properties":{"id":1640,"name":"十大行","lat":25.0534949,"lng":121.5187479,"address":"103台灣台北市大同區承德路二段1巷26號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5209396,25.0542334]},"properties":{"id":1641,"name":"集藝室內裝修設計工程有限公司","lat":25.0542334,"lng":121.5209396,"address":"10491台灣台北市中山區中山北路二段36巷30號2樓","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.519806,25.054079]},"properties":{"id":1642,"name":"LoqStudio 珞石設計工作室","lat":25.054079,"lng":121.519806,"address":"103台灣台北市大同區赤峰街33巷10-1號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5210187,25.0546368]},"properties":{"id":1643,"name":"齊舍 設計事務所","lat":25.0546368,"lng":121.5210187,"address":"10491台灣台北市中山區中山北路二段42巷32號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5224776,25.0554944]},"properties":{"id":1644,"name":"宏璽設計工程有限公司","lat":25.0554944,"lng":121.5224776,"address":"10448台灣台北市中山區中山北路二段46號8樓之2","FL":8,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5201069,25.054579]},"properties":{"id":1645,"name":"全億安全網公司","lat":25.054579,"lng":121.5201069,"address":"103台灣台北市大同區赤峰街35巷7號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5191359,25.0499039]},"properties":{"id":1646,"name":"啟明建築師事務所","lat":25.0499039,"lng":121.5191359,"address":"103台灣台北市大同區長安西路78巷4弄1號2樓","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.521372,25.0526354]},"properties":{"id":1647,"name":"舒杰室內裝修設計有限公司","lat":25.0526354,"lng":121.521372,"address":"10491台灣台北市中山區南京西路5-1號6樓-1","FL":6,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.522828,25.053113]},"properties":{"id":1648,"name":"Westside Union","lat":25.053113,"lng":121.522828,"address":"10491台灣台北市中山區中山北路二段45巷23號4樓","FL":4,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.519929,25.055269]},"properties":{"id":1649,"name":"養樂多木艮生活事務室內設計工作室(詹朝根Mugen)","lat":25.055269,"lng":121.519929,"address":"103台灣台北市大同區赤峰街47巷8號2F","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5236095,25.0539134]},"properties":{"id":1650,"name":"尚藝室內設計有限公司","lat":25.0539134,"lng":121.5236095,"address":"10491台灣中山區中山北路二段39巷10號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.525065,25.0548919]},"properties":{"id":1651,"name":"將作空間設計工作室","lat":25.0548919,"lng":121.525065,"address":"10491台灣中山區長春路40號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5232507,25.0545363]},"properties":{"id":1652,"name":"十瀚設計有限公司","lat":25.0545363,"lng":121.5232507,"address":"10491台灣中山區中山北路二段45巷5號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5266939,25.053968]},"properties":{"id":1653,"name":"永興設計工程","lat":25.053968,"lng":121.5266939,"address":"104台灣台北市中山區新生北路二段28巷3號之2","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5256117,25.0518622]},"properties":{"id":1654,"name":"DECO+家 室內設計平台","lat":25.0518622,"lng":121.5256117,"address":"10491台灣台北市中山區南京東路一段86號台灣","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.526506,25.055017]},"properties":{"id":1655,"name":"恆韋企業公司","lat":25.055017,"lng":121.526506,"address":"104台灣台北市中山區長春路67號6樓","FL":6,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5238908,25.0551442]},"properties":{"id":1656,"name":"青緯室內設計有限公司","lat":25.0551442,"lng":121.5238908,"address":"10491台灣中山區長春路17號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.525065,25.0548919]},"properties":{"id":1657,"name":"森平設計有限公司","lat":25.0548919,"lng":121.525065,"address":"10491台灣中山區長春路40號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5242727,25.0523692]},"properties":{"id":1658,"name":"品誠室內裝修有限公司","lat":25.0523692,"lng":121.5242727,"address":"10491台灣中山區南京東路一段25號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5248456,25.0544704]},"properties":{"id":1659,"name":"瑄鼎創意有限公司","lat":25.0544704,"lng":121.5248456,"address":"10491台灣中山區中山北路二段45巷35號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5287298,25.0532814]},"properties":{"id":1660,"name":"奕誠室內空間設計有限公司","lat":25.0532814,"lng":121.5287298,"address":"10491台灣中山區南京東路二段21巷38號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.52841,25.0544246]},"properties":{"id":1661,"name":"鼎居空間設計","lat":25.0544246,"lng":121.52841,"address":"10458台灣台北市中山區新生北路二段33巷11號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5279456,25.0542085]},"properties":{"id":1662,"name":"威爾適室內裝修工程有限公司","lat":25.0542085,"lng":121.5279456,"address":"10491台灣台北市中山區新生北路二段31-1號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.530969,25.052977]},"properties":{"id":1663,"name":"大堂室內裝修工程有限公司","lat":25.052977,"lng":121.530969,"address":"10491台灣中山區松江路132巷17號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5302814,25.0555707]},"properties":{"id":1664,"name":"明家窗簾設計有限公司","lat":25.0555707,"lng":121.5302814,"address":"10491台灣中山區吉林路89號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5256117,25.0518622]},"properties":{"id":1665,"name":"熒作建築師事務所","lat":25.0518622,"lng":121.5256117,"address":"104台灣台北市中山區南京東路一段86號7樓","FL":7,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5285699,25.0552489]},"properties":{"id":1666,"name":"助尚企業有限公司","lat":25.0552489,"lng":121.5285699,"address":"104台灣台北市中山區新生北路二段41巷16號5樓","FL":5,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5286566,25.0549562]},"properties":{"id":1667,"name":"優貝斯衛浴有限公司","lat":25.0549562,"lng":121.5286566,"address":"10491台灣台北市中山區長春路89-7號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5311079,25.055233]},"properties":{"id":1668,"name":"陶璽空間設計事務所","lat":25.055233,"lng":121.5311079,"address":"號, No. 14-1松江路160巷中山區台北市台灣 10491","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5328522,25.0551259]},"properties":{"id":1669,"name":"馬士可國際設計有限公司","lat":25.0551259,"lng":121.5328522,"address":"10491台灣中山區中山區松江路158號8樓之2","FL":8,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.531659,25.053188]},"properties":{"id":1670,"name":"回向設計","lat":25.053188,"lng":121.531659,"address":"10491台灣台北市中山區一江街25號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5266939,25.053968]},"properties":{"id":1671,"name":"振興土地登記專業代理人事務所","lat":25.053968,"lng":121.5266939,"address":"104台灣台北市中山區新生北路二段28巷3號之3","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.528699,25.054994]},"properties":{"id":1672,"name":"漢樺磁磚概念館","lat":25.054994,"lng":121.528699,"address":"10491台灣台北市中山區長春路89號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.535082,25.052339]},"properties":{"id":1673,"name":"邑田國際室內裝修工程有限公司","lat":25.052339,"lng":121.535082,"address":"10485台灣台北市中山區南京東路二段137號14樓","FL":14,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.528841,25.052595]},"properties":{"id":1674,"name":"李方正建築師事務所","lat":25.052595,"lng":121.528841,"address":"104台灣台北市中山區南京東路二段21巷7號2樓","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.54078,25.053801]},"properties":{"id":1675,"name":"藝飛室內設計有限公司","lat":25.053801,"lng":121.54078,"address":"號 2 樓, No. 147龍江路中山區台北市台灣 10491","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5397842,25.0537749]},"properties":{"id":1676,"name":"YOO DESIGN有偶設計","lat":25.0537749,"lng":121.5397842,"address":"10491台灣台北市中山區龍江路124巷10號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.539212,25.0522079]},"properties":{"id":1677,"name":"利簾股份有限公司","lat":25.0522079,"lng":121.539212,"address":"104台灣台北市中山區南京東路三段91號9樓","FL":9,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.541532,25.054444]},"properties":{"id":1678,"name":"麥恩世家-麥恩國際股份有限公司","lat":25.054444,"lng":121.541532,"address":"10487台灣台北市中山區長春路348之4號3樓","FL":3,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.537655,25.052628]},"properties":{"id":1679,"name":"廖錦盈建築師事務所","lat":25.052628,"lng":121.537655,"address":"104台灣台北市中山區建國北路二段3巷15號8樓","FL":8,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.540576,25.049845]},"properties":{"id":1680,"name":"竹間建築師事務所","lat":25.049845,"lng":121.540576,"address":"104台灣台北市中山區龍江路59號4樓","FL":4,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5413459,25.0481939]},"properties":{"id":1681,"name":"瑞其實業有限公司","lat":25.0481939,"lng":121.5413459,"address":"104台灣台北市中山區長安東路二段184號之4","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5430059,25.0547999]},"properties":{"id":1682,"name":"沈榮俊建築師事務所","lat":25.0547999,"lng":121.5430059,"address":"10491台灣台北市中山區長春路313號2樓","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5443476,25.0530735]},"properties":{"id":1683,"name":"閣美室內裝修有限公司","lat":25.0530735,"lng":121.5443476,"address":"105台灣台北市松山區復興北路101號7 樓 之 1","FL":7,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5415319,25.054444]},"properties":{"id":1684,"name":"晶安設計工程有限公司","lat":25.054444,"lng":121.5415319,"address":"10491台灣台北市中山區長春路348之4號7樓","FL":7,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.545154,25.047998]},"properties":{"id":1685,"name":"蘇定根建築師事務所","lat":25.047998,"lng":121.545154,"address":"105台灣台北市松山區八德路二段383號9樓","FL":9,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.544389,25.055282]},"properties":{"id":1686,"name":"李俊仁建築師事務所","lat":25.055282,"lng":121.544389,"address":"105台灣台北市松山區復興北路191號之3","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5444209,25.0557609]},"properties":{"id":1687,"name":"惠康興業有限公司","lat":25.0557609,"lng":121.5444209,"address":"105台灣台北市松山區復興北路201號之1","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.543845,25.053477]},"properties":{"id":1688,"name":"日台設計股份有限公司","lat":25.053477,"lng":121.543845,"address":"10491台灣中山區中山區復興北路164號12樓之1","FL":12,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5493306,25.0537573]},"properties":{"id":1689,"name":"頡合室內裝修股份有限公司","lat":25.0537573,"lng":121.5493306,"address":"105台灣台北市松山區敦化北路143號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5510341,25.0518745]},"properties":{"id":1690,"name":"義卡米國際空間設計","lat":25.0518745,"lng":121.5510341,"address":"10550台灣台北市松山區南京東路四段51-2號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.549499,25.05411]},"properties":{"id":1691,"name":"優騰實業有限公司","lat":25.05411,"lng":121.549499,"address":"105台灣台北市松山區敦化北路153之31號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.549531,25.051974]},"properties":{"id":1692,"name":"卡爾吉特國際股份有限公司","lat":25.051974,"lng":121.549531,"address":"105台灣台北市松山區南京東路四段1號6F-1","FL":6,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5470689,25.0525829]},"properties":{"id":1693,"name":"欣菱工程股份有限公司","lat":25.0525829,"lng":121.5470689,"address":"105台灣台北市松山區南京東路三段303巷6弄7號2樓","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5448899,25.0519467]},"properties":{"id":1694,"name":"忠義建築師事務所","lat":25.0519467,"lng":121.5448899,"address":"104台灣台北市松山區南京東路三段259號之1","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.544389,25.055282]},"properties":{"id":1695,"name":"皓億工程股份有限公司","lat":25.055282,"lng":121.544389,"address":"105台灣台北市松山區復興北路191號之2","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.539212,25.0522079]},"properties":{"id":1696,"name":"新東建築師事務所","lat":25.0522079,"lng":121.539212,"address":"104台灣台北市中山區南京東路三段91號6樓","FL":6,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5495664,25.0519448]},"properties":{"id":1697,"name":"凱莉潘室內設計工作室","lat":25.0519448,"lng":121.5495664,"address":"105台灣台北市松山區南京東路四段1號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.550034,25.0519231]},"properties":{"id":1698,"name":"豪格室內裝修設計有限公司","lat":25.0519231,"lng":121.550034,"address":"105台灣松山區南京東路四段15號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.549597,25.054249]},"properties":{"id":1699,"name":"汲極空間設計室內裝修有限公司","lat":25.054249,"lng":121.549597,"address":"105台灣松山區敦化北路153號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5493456,25.0541187]},"properties":{"id":1700,"name":"優騰國際室內裝修設計有限公司","lat":25.0541187,"lng":121.5493456,"address":"105台灣台北市松山區敦化北路153號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.551047,25.052052]},"properties":{"id":1701,"name":"竹向室內裝修設計有限公司","lat":25.052052,"lng":121.551047,"address":"105台灣台北市松山區南京東路四段51號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5505613,25.0519713]},"properties":{"id":1702,"name":"昊司室內裝修設計有限公司","lat":25.0519713,"lng":121.5505613,"address":"105台灣松山區南京東路四段25號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5541302,25.0518563]},"properties":{"id":1703,"name":"中華大使室內裝修設計有限公司","lat":25.0518563,"lng":121.5541302,"address":"105台灣台北市松山區南京東路四段77號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.554542,25.05184]},"properties":{"id":1704,"name":"和歐室內設計股份有限公司","lat":25.05184,"lng":121.554542,"address":"105台灣台北市松山區南京東路四段103號2樓","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5527939,25.054645]},"properties":{"id":1705,"name":"紘祥設計事業有限公司","lat":25.054645,"lng":121.5527939,"address":"105台灣台北市松山區健康路15巷13弄2號4樓","FL":4,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5457682,25.0528533]},"properties":{"id":1706,"name":"漂亮的家設計有限公司","lat":25.0528533,"lng":121.5457682,"address":"105台灣台北市松山區慶城街16巷10-1號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5546655,25.0518737]},"properties":{"id":1707,"name":"大夢想家Dream Home","lat":25.0518737,"lng":121.5546655,"address":"105台灣台北市松山區南京東路四段107號7樓之1","FL":7,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5534519,25.0518916]},"properties":{"id":1708,"name":"匯僑設計興業有限公司","lat":25.0518916,"lng":121.5534519,"address":"105台灣台北市松山區南京東路四段75號12樓","FL":12,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5519478,25.053199]},"properties":{"id":1709,"name":"大晴國際室內裝修設計股份有限公司","lat":25.053199,"lng":121.5519478,"address":"105台灣松山區南京東路四段53巷10弄21號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.549597,25.054249]},"properties":{"id":1710,"name":"姚德雄聯合設計顧問有限公司","lat":25.054249,"lng":121.549597,"address":"105台灣松山區敦化北路153號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.558628,25.053317]},"properties":{"id":1711,"name":"動象國際室內裝修有限公司","lat":25.053317,"lng":121.558628,"address":"105台灣松山區健康路180號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5473629,25.048524]},"properties":{"id":1712,"name":"方極景觀設計公司","lat":25.048524,"lng":121.5473629,"address":"105台灣台北市松山區八德路二段451巷1號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.55855,25.052933]},"properties":{"id":1713,"name":"大企國際空間設計有限公司 DK International Space Design","lat":25.052933,"lng":121.55855,"address":"105台灣台北市松山區南京東路五段59巷30弄16號1樓","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.553612,25.052689]},"properties":{"id":1714,"name":"陳昌進建築師事務所","lat":25.052689,"lng":121.553612,"address":"105台灣台北市松山區南京東路四段75巷28之1號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.557021,25.048255]},"properties":{"id":1715,"name":"陳明烈建築師事務所","lat":25.048255,"lng":121.557021,"address":"105台灣台北市松山區八德路三段225號之12","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.557021,25.048255]},"properties":{"id":1716,"name":"美商KAWNER公司","lat":25.048255,"lng":121.557021,"address":"105台灣台北市松山區八德路三段225號之3","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5534639,25.0518599]},"properties":{"id":1717,"name":"宋良政建築師事務所","lat":25.0518599,"lng":121.5534639,"address":"105台灣台北市松山區南京東路四段75號4樓","FL":4,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.547128,25.0553499]},"properties":{"id":1718,"name":"福華記公司","lat":25.0553499,"lng":121.547128,"address":"105台灣台北市松山區慶城街52號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5586499,25.051979]},"properties":{"id":1719,"name":"鄭亞東建築師事務所","lat":25.051979,"lng":121.5586499,"address":"105台灣台北市松山區南京東路五段45號之6","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5589489,25.052451]},"properties":{"id":1720,"name":"祐昌鷹架公司","lat":25.052451,"lng":121.5589489,"address":"105台灣台北市松山區南京東路五段59巷28弄6號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.555404,25.0557149]},"properties":{"id":1721,"name":"制作空間室內裝修設計工程股份有限公司","lat":25.0557149,"lng":121.555404,"address":"105台灣松山區光復北路218號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.561107,25.052181]},"properties":{"id":1722,"name":"沅新室內設計","lat":25.052181,"lng":121.561107,"address":"105台灣台北市松山區南京東路五段123巷2弄3號4樓","FL":4,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5593517,25.0530915]},"properties":{"id":1723,"name":"大觀室內設計工程有限公司","lat":25.0530915,"lng":121.5593517,"address":"105台灣松山區南京東路五段59巷29號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5593509,25.052373]},"properties":{"id":1724,"name":"史景雄建築師事務所","lat":25.052373,"lng":121.5593509,"address":"105台灣台北市松山區南京東路五段59巷21之1號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5593517,25.0530915]},"properties":{"id":1725,"name":"譚精忠室內設計工作室","lat":25.0530915,"lng":121.5593517,"address":"105台灣松山區南京東路五段59巷29號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5595723,25.0520188]},"properties":{"id":1726,"name":"雨田室內裝修設計有限公司","lat":25.0520188,"lng":121.5595723,"address":"105台灣松山區南京東路五段123巷1弄28號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5653479,25.053953]},"properties":{"id":1727,"name":"加樂室內設計工程有限公司","lat":25.053953,"lng":121.5653479,"address":"105台灣台北市松山區健康路290號之2","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5631082,25.0549864]},"properties":{"id":1728,"name":"凱翊室內設計","lat":25.0549864,"lng":121.5631082,"address":"號, 三民路29巷松山區台北市台灣 105","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5646029,25.0547629]},"properties":{"id":1729,"name":"百玥家俬設計家飾設計","lat":25.0547629,"lng":121.5646029,"address":"105台灣台北市松山區三民路62巷5號3樓","FL":3,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.554722,25.052838]},"properties":{"id":1730,"name":"輝鴻廣告事業有限公司","lat":25.052838,"lng":121.554722,"address":"105台灣台北市松山區南京東路四段133巷6弄12號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5634905,25.0544622]},"properties":{"id":1731,"name":"美麗安系統家具室內設計","lat":25.0544622,"lng":121.5634905,"address":"105台灣台北市松山區健康路243號號 B1( 大 都會 國際 家具 館","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.568216,25.055165]},"properties":{"id":1732,"name":"藝念集私空間概念設計/工程","lat":25.055165,"lng":121.568216,"address":"105台灣台北市松山區健康路325巷6弄21號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.567576,25.0538344]},"properties":{"id":1733,"name":"皇舍室內裝修設計工程股份有限公司","lat":25.0538344,"lng":121.567576,"address":"105台灣松山區寶清街111巷2號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5694162,25.0525075]},"properties":{"id":1734,"name":"頂極室內裝修設計有限公司","lat":25.0525075,"lng":121.5694162,"address":"105台灣松山區南京東路五段389巷11弄1號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.568124,25.054569]},"properties":{"id":1735,"name":"星毅設計 Astrid Display & Decor","lat":25.054569,"lng":121.568124,"address":"健康路341號1樓, 松山區台北市台灣 105","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5685534,25.0540127]},"properties":{"id":1736,"name":"Astute International","lat":25.0540127,"lng":121.5685534,"address":"105台灣台北市松山區延壽街402巷4弄2號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5710906,25.0496713]},"properties":{"id":1737,"name":"寶睿科技","lat":25.0496713,"lng":121.5710906,"address":"10581台灣台北市松山區八德路四段520號11F-1","FL":11,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.568586,25.0510799]},"properties":{"id":1738,"name":"寰利工程顧問有限公司","lat":25.0510799,"lng":121.568586,"address":"105台灣台北市松山區南京東路五段328號之2","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5728997,25.0469356]},"properties":{"id":1739,"name":"德藝雅櫥系統櫥櫃有限公司","lat":25.0469356,"lng":121.5728997,"address":"110台灣台北市信義區永吉路187巷18號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5647865,25.0540688]},"properties":{"id":1740,"name":"魷魚家族細木工作室","lat":25.0540688,"lng":121.5647865,"address":"105台灣台北市松山區健康路280號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.563076,25.051223]},"properties":{"id":1741,"name":"納新實業股份有限公司","lat":25.051223,"lng":121.563076,"address":"105台灣台北市松山區南京東路五段162號9樓","FL":9,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5630419,25.0499259]},"properties":{"id":1742,"name":"泰工程股份有限公司","lat":25.0499259,"lng":121.5630419,"address":"105台灣台北市松山區八德路四段245巷32弄42號6樓","FL":6,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.562873,25.054675]},"properties":{"id":1743,"name":"王明勝建築師事務所","lat":25.054675,"lng":121.562873,"address":"105台灣台北市松山區三民路29巷7號2樓之1","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5628638,25.0504538]},"properties":{"id":1744,"name":"歐力系統空間規劃","lat":25.0504538,"lng":121.5628638,"address":"號, No. 25八德路四段245巷52弄松山區台北市台灣 105","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5624819,25.051659]},"properties":{"id":1745,"name":"芸萃珍品藝術社","lat":25.051659,"lng":121.5624819,"address":"105台灣台北市松山區南京東路五段163號之4","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.569574,25.051029]},"properties":{"id":1746,"name":"南華工程公司","lat":25.051029,"lng":121.569574,"address":"105台灣台北市松山區南京東路五段354號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5810069,25.052074]},"properties":{"id":1747,"name":"黃小清建築師事務所","lat":25.052074,"lng":121.5810069,"address":"115台灣台北市南港區南港路三段314巷9弄4號5樓","FL":5,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.582514,25.055364]},"properties":{"id":1748,"name":"專研企業公司","lat":25.055364,"lng":121.582514,"address":"114台灣台北市內湖區新明路369之3號2樓","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.585591,25.053137]},"properties":{"id":1749,"name":"日洲機械公司","lat":25.053137,"lng":121.585591,"address":"115台灣台北市南港區南港路三段220巷6號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5858069,25.0520159]},"properties":{"id":1750,"name":"公正工業公司","lat":25.0520159,"lng":121.5858069,"address":"115台灣台北市南港區南港路三段149巷49弄5號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5895549,25.054596]},"properties":{"id":1751,"name":"裕盛發工程有限公司","lat":25.054596,"lng":121.5895549,"address":"115台灣台北市南港區南港路三段106巷4弄5號2樓","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5913439,25.0553159]},"properties":{"id":1752,"name":"台灣瑞克興業股分有限公司","lat":25.0553159,"lng":121.5913439,"address":"115台灣台北市南港區南港路三段50巷7號3樓","FL":3,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.592426,25.055043]},"properties":{"id":1753,"name":"欣圃藝術造景公司","lat":25.055043,"lng":121.592426,"address":"115台灣台北市南港區南港路三段16巷12號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.59293,25.052496]},"properties":{"id":1754,"name":"棠軒傢飾設計","lat":25.052496,"lng":121.59293,"address":"115台灣台北市南港區昆陽街62號1樓","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.596103,25.0555004]},"properties":{"id":1755,"name":"山嵐室內設計","lat":25.0555004,"lng":121.596103,"address":"115台灣台北市南港區重陽路45號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5973039,25.0539029]},"properties":{"id":1756,"name":"龍旺企業公司","lat":25.0539029,"lng":121.5973039,"address":"115台灣台北市南港區南港路二段97號10樓","FL":10,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.597439,25.054848]},"properties":{"id":1757,"name":"奇羽公司","lat":25.054848,"lng":121.597439,"address":"115台灣台北市南港區向陽路120巷2弄29號2樓","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5993045,25.0536203]},"properties":{"id":1758,"name":"今硯室內裝修設計工程有限公司","lat":25.0536203,"lng":121.5993045,"address":"115台灣台北市南港區南港路二段202號1 樓","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.612588,25.0551939]},"properties":{"id":1759,"name":"林再旺建築師事務所","lat":25.0551939,"lng":121.612588,"address":"115台灣台北市南港區南港路一段183號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.6131012,25.0538593]},"properties":{"id":1760,"name":"南港花店 鳳之聲 Flower shop","lat":25.0538593,"lng":121.6131012,"address":"115台灣台北市南港區市民大道八段526號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.613948,25.05328]},"properties":{"id":1761,"name":"全華測漏防水公司","lat":25.05328,"lng":121.613948,"address":"115台灣台北市南港區中南街74巷32號4樓","FL":4,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.6153921,25.0531806]},"properties":{"id":1762,"name":"Design coffee /昕輝室內設計","lat":25.0531806,"lng":121.6153921,"address":"115台灣台北市南港區忠孝東路七段615號1樓","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.6158496,25.0529687]},"properties":{"id":1763,"name":"尚億室內設計","lat":25.0529687,"lng":121.6158496,"address":"115台灣台北市南港區忠孝東路七段618號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.617183,25.054127]},"properties":{"id":1764,"name":"紘星整體空間設計","lat":25.054127,"lng":121.617183,"address":"115台灣台北市南港區富康街22號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.617432,25.054015]},"properties":{"id":1765,"name":"立緻生活空間","lat":25.054015,"lng":121.617432,"address":"11571台灣台北市南港區富康街13號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.6157796,25.0529567]},"properties":{"id":1766,"name":"席琳司名床有限公司&尚億室內設計","lat":25.0529567,"lng":121.6157796,"address":"115台灣台北市南港區忠孝東路七段616號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5090529,25.0561879]},"properties":{"id":1782,"name":"台北市室內設計人員職業工會","lat":25.0561879,"lng":121.5090529,"address":"103台灣台北市大同區西寧北路86號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5091113,25.0560229]},"properties":{"id":1783,"name":"室內設計人員 / 道士法師服務 職業工會","lat":25.0560229,"lng":121.5091113,"address":"103台灣台北市大同區西寧北路83號號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5110275,25.0588833]},"properties":{"id":1784,"name":"富源室內裝修設計有限公司","lat":25.0588833,"lng":121.5110275,"address":"103台灣大同區延平北路二段200巷5號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5139162,25.0575303]},"properties":{"id":1785,"name":"墨映室內裝修/空間設計","lat":25.0575303,"lng":121.5139162,"address":"103台灣台北市大同區重慶北路二段119號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.512328,25.0568499]},"properties":{"id":1786,"name":"維一科技設計有限公司","lat":25.0568499,"lng":121.512328,"address":"103台灣台北市大同區民生西路300號8樓","FL":8,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5121164,25.0570621]},"properties":{"id":1787,"name":"福大家具","lat":25.0570621,"lng":121.5121164,"address":"10345台灣台北市大同區民生西路321號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.511353,25.058851]},"properties":{"id":1788,"name":"三槐顧問工程有限公司","lat":25.058851,"lng":121.511353,"address":"103台灣台北市大同區延平北路二段194號4樓","FL":4,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.513575,25.0573519]},"properties":{"id":1789,"name":"大興室內裝修設計工程有限公司","lat":25.0573519,"lng":121.513575,"address":"103台灣大同區大同區重慶北路二段104號2樓","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5179534,25.0561453]},"properties":{"id":1790,"name":"樸緻國際有限公司","lat":25.0561453,"lng":121.5179534,"address":"103台灣台北市大同區承德路二段46號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5165252,25.0586751]},"properties":{"id":1791,"name":"知域設計","lat":25.0586751,"lng":121.5165252,"address":"103台灣台北市大同區歸綏街86巷3號1樓","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5183928,25.0559714]},"properties":{"id":1792,"name":"駿瑞室內裝修有限公司","lat":25.0559714,"lng":121.5183928,"address":"103台灣台北市大同區承德路二段81號11樓之1","FL":11,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.518305,25.05742]},"properties":{"id":1793,"name":"震川創作空間規劃工作室","lat":25.05742,"lng":121.518305,"address":"103台灣台北市大同區承德路二段137號號 8 樓 之 4","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.515959,25.052558]},"properties":{"id":1794,"name":"世井銅鋁鉛材料公司","lat":25.052558,"lng":121.515959,"address":"103台灣台北市大同區太原路111號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5179339,25.057839]},"properties":{"id":1795,"name":"欣揚工程顧問股份有限公司","lat":25.057839,"lng":121.5179339,"address":"103台灣台北市大同區承德路二段84號4樓","FL":4,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.52255,25.056342]},"properties":{"id":1796,"name":"AUD+城市創合設計事務所","lat":25.056342,"lng":121.52255,"address":"10491台灣台北市中山區中山北路二段52號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.521241,25.0531899]},"properties":{"id":1797,"name":"源森實業有限公司","lat":25.0531899,"lng":121.521241,"address":"10491台灣台北市中山區中山北路二段16巷15號2樓","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5220369,25.0511902]},"properties":{"id":1798,"name":"WA Design 沃和有限公司","lat":25.0511902,"lng":121.5220369,"address":"10491台灣台北市中山區中山北路一段130號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5209549,25.0567684]},"properties":{"id":1799,"name":"元典室內設計","lat":25.0567684,"lng":121.5209549,"address":"號, No. 35中山北路二段62巷中山區台北市台灣 10491","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5183952,25.0560248]},"properties":{"id":1800,"name":"璟泰嵐設計傢飾有限公司","lat":25.0560248,"lng":121.5183952,"address":"103台灣大同區承德路二段83號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5253536,25.0579411]},"properties":{"id":1801,"name":"通寶室內設計股份有限公司","lat":25.0579411,"lng":121.5253536,"address":"10491台灣中山區林森北路372號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5260152,25.0581954]},"properties":{"id":1802,"name":"銘鏡室內設計有限公司","lat":25.0581954,"lng":121.5260152,"address":"10491台灣中山區民生東路一段37號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5265886,25.0574278]},"properties":{"id":1803,"name":"華序室內裝修設計有限公司","lat":25.0574278,"lng":121.5265886,"address":"10491台灣中山區新生北路二段76巷28號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5238641,25.0582567]},"properties":{"id":1804,"name":"伯翰室內裝修設計工程有限公司","lat":25.0582567,"lng":121.5238641,"address":"10491台灣中山區民生東路一段13號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5261832,25.0561471]},"properties":{"id":1805,"name":"都花豹兒室內空間.色彩設計工作室,LEOPARDINTERIO","lat":25.0561471,"lng":121.5261832,"address":"10491台灣中山區新生北路二段62巷34號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.525701,25.059604]},"properties":{"id":1806,"name":"凰家設計工程有限公司","lat":25.059604,"lng":121.525701,"address":"10491台灣中山區林森北路409號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5291054,25.0572511]},"properties":{"id":1807,"name":"彼諾斯設計","lat":25.0572511,"lng":121.5291054,"address":"10491台灣台北市中山區吉林路174巷13號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5287722,25.0591942]},"properties":{"id":1808,"name":"威臣設計有限公司","lat":25.0591942,"lng":121.5287722,"address":"10469台灣台北市中山区中原街78號1樓","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5225499,25.0563419]},"properties":{"id":1809,"name":"台灣丹精社股份有限公司","lat":25.0563419,"lng":121.5225499,"address":"104台灣台北市中山區中山北路二段52號之3","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.528133,25.051377]},"properties":{"id":1810,"name":"中興花卉園藝公司","lat":25.051377,"lng":121.528133,"address":"104台灣台北市中山區新生北路一段89號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5289658,25.0560554]},"properties":{"id":1811,"name":"穎升設計室內裝修有限公司","lat":25.0560554,"lng":121.5289658,"address":"10491台灣中山區吉林路144巷28號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5342703,25.0581274]},"properties":{"id":1812,"name":"設計家","lat":25.0581274,"lng":121.5342703,"address":"10491台灣台北市中山區民生東路二段141號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5344342,25.0581306]},"properties":{"id":1813,"name":"成舍室內設計公司民生分公司","lat":25.0581306,"lng":121.5344342,"address":"106台灣台北市松山區民生東路二段143號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.534977,25.059466]},"properties":{"id":1814,"name":"森亞藝術-畫廊裱框裝置藝術設計","lat":25.059466,"lng":121.534977,"address":"10491台灣台北市中山區建國北路二段186巷26號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.531522,25.057835]},"properties":{"id":1815,"name":"FIREXIT design 星火設計","lat":25.057835,"lng":121.531522,"address":"10467台灣台北市中山区民生東路二段120號3樓","FL":3,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.528297,25.058612]},"properties":{"id":1816,"name":"延昇工程有限公司","lat":25.058612,"lng":121.528297,"address":"10491台灣台北市中山區新生北路二段115巷17號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.532005,25.058838]},"properties":{"id":1817,"name":"動力室內裝修設計有限公司","lat":25.058838,"lng":121.532005,"address":"10491台灣中山區吉林路161巷24號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5328114,25.0576941]},"properties":{"id":1818,"name":"尚圓室內裝修設計工程有限公司","lat":25.0576941,"lng":121.5328114,"address":"10491台灣中山區松江路206號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5322989,25.0578256]},"properties":{"id":1819,"name":"宋緒康設計有限公司","lat":25.0578256,"lng":121.5322989,"address":"10491台灣中山區民生東路二段146號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.538585,25.059428]},"properties":{"id":1820,"name":"原砌室內裝修設計有限公司","lat":25.059428,"lng":121.538585,"address":"10491台灣台北市中山區合江街130巷12號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.529842,25.058141]},"properties":{"id":1821,"name":"愛菲爾系統家具 - 民生店 (風華空間設計有限公司)","lat":25.058141,"lng":121.529842,"address":"10491台灣台北市中山區民生東路二段67號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5355709,25.0581619]},"properties":{"id":1822,"name":"敬卿建築師事務所","lat":25.0581619,"lng":121.5355709,"address":"10491台灣台北市中山區民生東路二段151號7樓","FL":7,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.537344,25.0597029]},"properties":{"id":1823,"name":"敏弘企業有限公司","lat":25.0597029,"lng":121.537344,"address":"10491台灣台北市中山區建國北路二段121號6樓","FL":6,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5349199,25.058952]},"properties":{"id":1824,"name":"金瑞山機電工程股份有限公司","lat":25.058952,"lng":121.5349199,"address":"10491台灣台北市中山區松江路235巷33號7樓","FL":7,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5389539,25.0580347]},"properties":{"id":1825,"name":"金湯室內設計有限公司","lat":25.0580347,"lng":121.5389539,"address":"10491台灣中山區民生東路三段29號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.53885,25.05811]},"properties":{"id":1826,"name":"三度空間設計有限公司","lat":25.05811,"lng":121.53885,"address":"10491台灣中山區民生東路三段27號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.540201,25.0588259]},"properties":{"id":1827,"name":"東方都建築設計公司","lat":25.0588259,"lng":121.540201,"address":"10491台灣台北市中山區合江街73巷33號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5426539,25.0574539]},"properties":{"id":1828,"name":"今輝設計公司","lat":25.0574539,"lng":121.5426539,"address":"10491台灣台北市中山區民生東路三段88巷4號之3","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.53978,25.0595959]},"properties":{"id":1829,"name":"富傑工程顧問有限公司","lat":25.0595959,"lng":121.53978,"address":"10491台灣台北市中山區合江街93巷9號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5436692,25.058428]},"properties":{"id":1830,"name":"大筑室內設計","lat":25.058428,"lng":121.5436692,"address":"10491台灣台北市中山區民生東路三段73巷3號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.54471,25.0565309]},"properties":{"id":1831,"name":"尚禾室內裝修設計有限公司","lat":25.0565309,"lng":121.54471,"address":"105台灣台北市松山區民生東路三段110巷14號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5470589,25.0568699]},"properties":{"id":1832,"name":"磐若室內設計工程有限公司","lat":25.0568699,"lng":121.5470589,"address":"105台灣台北市松山區民生東路三段130巷5弄20號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.545242,25.056496]},"properties":{"id":1833,"name":"觀林設計","lat":25.056496,"lng":121.545242,"address":"105台灣台北市松山區民生東路三段130巷18弄24號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5443717,25.0571356]},"properties":{"id":1834,"name":"于我國際設計有限公司 - FiiDesign","lat":25.0571356,"lng":121.5443717,"address":"105台灣台北市松山區復興北路","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5444959,25.0567279]},"properties":{"id":1835,"name":"江泰馨設計有限公司","lat":25.0567279,"lng":121.5444959,"address":"105台灣台北市松山區復興北路219號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5435171,25.0596375]},"properties":{"id":1836,"name":"均哲CTinterior Design","lat":25.0596375,"lng":121.5435171,"address":"10491台灣台北市中山區錦州街426巷1弄26號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.54471,25.056531]},"properties":{"id":1837,"name":"LCGA Design","lat":25.056531,"lng":121.54471,"address":"105台灣台北市松山區105 台北市松山區民生東路三段110巷14號1樓","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5456319,25.0597902]},"properties":{"id":1838,"name":"天下空間有限公司","lat":25.0597902,"lng":121.5456319,"address":"105台灣松山區民權東路三段106巷15弄12號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5439547,25.0583778]},"properties":{"id":1839,"name":"三商美福 復興門市","lat":25.0583778,"lng":121.5439547,"address":"105台灣台北市松山區復興北路268號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5454107,25.0593876]},"properties":{"id":1840,"name":"幸福空間有限公司","lat":25.0593876,"lng":121.5454107,"address":"105台灣台北市松山區民權東路三段106巷21弄10號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.547292,25.059771]},"properties":{"id":1841,"name":"居禮室內設計藝術經理公司","lat":25.059771,"lng":121.547292,"address":"105台灣台北市松山區敦化北路222巷32號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.548881,25.058499]},"properties":{"id":1842,"name":"直學設計 Ontology Studio","lat":25.058499,"lng":121.548881,"address":"105台灣台北市松山區敦化北路220號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.548582,25.0588049]},"properties":{"id":1843,"name":"朱門室內設計工程有限公司","lat":25.0588049,"lng":121.548582,"address":"105台灣松山區敦化北路222巷6號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.548222,25.059274]},"properties":{"id":1844,"name":"罕氏家居-M.W JOINTS敦北概念店 (家具/訂製/燈飾/家飾/古董.國外舊貨)","lat":25.059274,"lng":121.548222,"address":"105台灣台北市松山區敦化北路222巷11-2號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5438099,25.0527389]},"properties":{"id":1845,"name":"維昌公司","lat":25.0527389,"lng":121.5438099,"address":"10491台灣台北市中山區復興北路150號3樓","FL":3,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5466199,25.0580739]},"properties":{"id":1846,"name":"洪武雄建築師事務所","lat":25.0580739,"lng":121.5466199,"address":"105台灣台北市松山區民生東路三段117號11樓","FL":11,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5498897,25.058573]},"properties":{"id":1847,"name":"邦尼拉室內裝修設計股份有限公司","lat":25.058573,"lng":121.5498897,"address":"105台灣松山區敦化北路309號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.550638,25.059784]},"properties":{"id":1848,"name":"安庭室內設計有限公司","lat":25.059784,"lng":121.550638,"address":"105台灣松山區富錦街12巷8號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5550637,25.0581367]},"properties":{"id":1849,"name":"歐森系統家具、櫥櫃(室內設計)","lat":25.0581367,"lng":121.5550637,"address":"105台灣台北市松山區民生東路四段130號2樓","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.552223,25.0583959]},"properties":{"id":1850,"name":"城市設計Chains Interior","lat":25.0583959,"lng":121.552223,"address":"105台灣台北市松山區民生東路四段97巷2弄2號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.553261,25.057749]},"properties":{"id":1851,"name":"開門茶堂&開門設計有限公司","lat":25.057749,"lng":121.553261,"address":"105台灣台北市松山區民生東路四段80巷1弄3號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.554312,25.0577919]},"properties":{"id":1852,"name":"巴可創建有限公司","lat":25.0577919,"lng":121.554312,"address":"1樓, No. 21號民生東路四段80巷1弄松山區台北市台灣 105","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.554312,25.0577919]},"properties":{"id":1853,"name":"Barcode Creation 巴可創建","lat":25.0577919,"lng":121.554312,"address":"105台灣台北市松山區民生東路4段80巷1弄21號1樓","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5510819,25.05771]},"properties":{"id":1854,"name":"劉培森建築師事務所","lat":25.05771,"lng":121.5510819,"address":"105台灣台北市松山區民生東路四段54號之12","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5561509,25.0580312]},"properties":{"id":1855,"name":"M. INTERIOR DESIGN Co., LTD 穆得室內裝修設計工程有限公司","lat":25.0580312,"lng":121.5561509,"address":"105台灣台北市松山區光復北路177巷11號1樓","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5577633,25.0594153]},"properties":{"id":1856,"name":"石坊空間設計","lat":25.0594153,"lng":121.5577633,"address":"105台灣台北市松山區民生東路五段69巷3弄7號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5508926,25.0598229]},"properties":{"id":1857,"name":"奇碁科技家具有限公司","lat":25.0598229,"lng":121.5508926,"address":"105台灣台北市松山區富錦街12巷6號1樓","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.557625,25.056275]},"properties":{"id":1858,"name":"蔡宗海建築師事務所","lat":25.056275,"lng":121.557625,"address":"105台灣台北市松山區延壽街392號5樓","FL":5,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5482869,25.056304]},"properties":{"id":1859,"name":"宏泰建築師事務所","lat":25.056304,"lng":121.5482869,"address":"105台灣台北市松山區敦化北路168號16樓","FL":16,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5569489,25.0574349]},"properties":{"id":1860,"name":"三亞坡地開發工程顧問社","lat":25.0574349,"lng":121.5569489,"address":"105台灣台北市松山區光復北路165巷31號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5555459,25.057655]},"properties":{"id":1861,"name":"友合開發有限公司","lat":25.057655,"lng":121.5555459,"address":"105台灣台北市松山區光復北路171號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5459539,25.0568929]},"properties":{"id":1862,"name":"項陽有限公司","lat":25.0568929,"lng":121.5459539,"address":"105台灣台北市松山區復興北路231巷32號6樓","FL":6,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5599389,25.0587789]},"properties":{"id":1863,"name":"華凱室內設計工程有限公司","lat":25.0587789,"lng":121.5599389,"address":"105台灣台北市松山區民生東路五段101號3樓","FL":3,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5592564,25.0577369]},"properties":{"id":1864,"name":"EDG(王雲生設計顧問×環創室內裝修工程)","lat":25.0577369,"lng":121.5592564,"address":"105台灣台北市松山區民生東路五段36巷4弄4號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5621479,25.058492]},"properties":{"id":1865,"name":"頂頂室內設計有限公司","lat":25.058492,"lng":121.5621479,"address":"105台灣台北市松山區民生東路五段148號之1","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.55979,25.0543343]},"properties":{"id":1866,"name":"HCD和釗室內裝修工程有限公司","lat":25.0543343,"lng":121.55979,"address":"105台灣台北市松山區延壽街330巷20弄13號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5621479,25.058492]},"properties":{"id":1867,"name":"吳家駒建築師事務所","lat":25.058492,"lng":121.5621479,"address":"105台灣台北市松山區民生東路五段148號8樓","FL":8,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.56144,25.059012]},"properties":{"id":1868,"name":"浩景室內設計有限公司","lat":25.059012,"lng":121.56144,"address":"105台灣台北市松山區民生東路五段137巷1號3樓","FL":3,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5591636,25.057743]},"properties":{"id":1869,"name":"孟煦室內裝修設計有限公司","lat":25.057743,"lng":121.5591636,"address":"105台灣松山區民生東路五段36巷4弄2號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5600737,25.0594221]},"properties":{"id":1870,"name":"亞圖工程設計有限公司","lat":25.0594221,"lng":121.5600737,"address":"105台灣松山區民生東路五段69巷2弄35號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.563733,25.057752]},"properties":{"id":1871,"name":"名匠室內設計有限公司","lat":25.057752,"lng":121.563733,"address":"105台灣台北市松山區三民路108號4樓","FL":4,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.564851,25.0584209]},"properties":{"id":1872,"name":"張國洋建築師事務所","lat":25.0584209,"lng":121.564851,"address":"105台灣台北市松山區民生東路五段204號之1","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5594289,25.051244]},"properties":{"id":1873,"name":"固康實業股份有限公司","lat":25.051244,"lng":121.5594289,"address":"105台灣台北市松山區南京東路五段38之1號之1","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5637369,25.0577509]},"properties":{"id":1874,"name":"唐程室內設計工程有限公司","lat":25.0577509,"lng":121.5637369,"address":"105台灣松山區三民路108號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.558752,25.059336]},"properties":{"id":1875,"name":"ISIT/CASA","lat":25.059336,"lng":121.558752,"address":"10572台灣台北市松山區民生東路五段69巷2弄11號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5679285,25.0579734]},"properties":{"id":1876,"name":"千屹設計有限公司","lat":25.0579734,"lng":121.5679285,"address":"號, No. 27新東街12巷松山區台北市台灣 105","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5641259,25.059212]},"properties":{"id":1877,"name":"簡俊卿建築師事務所","lat":25.059212,"lng":121.5641259,"address":"105台灣台北市松山區民生東路五段165號之1","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.564069,25.052575]},"properties":{"id":1878,"name":"鉅霖工程顧問有限公司","lat":25.052575,"lng":121.564069,"address":"105台灣台北市松山區南京東路五段251巷24弄22號之1","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.569142,25.056807]},"properties":{"id":1879,"name":"屋頂達人工程有限公司","lat":25.056807,"lng":121.569142,"address":"105台灣台北市松山區塔悠路190號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.567319,25.0587313]},"properties":{"id":1880,"name":"李正中室內設計工程有限公司","lat":25.0587313,"lng":121.567319,"address":"105台灣松山區新東街26巷28號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.569586,25.0574016]},"properties":{"id":1881,"name":"新鎧室內裝修設計工程有限公司","lat":25.0574016,"lng":121.569586,"address":"105台灣台北市松山區塔悠路195-2號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5738481,25.0572944]},"properties":{"id":1882,"name":"有一間室內裝修設計有限公司","lat":25.0572944,"lng":121.5738481,"address":"114台灣台北市內湖區堤頂大道一段33號7樓","FL":7,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5692315,25.0590831]},"properties":{"id":1883,"name":"世磊實業股份有限公司","lat":25.0590831,"lng":121.5692315,"address":"10587台灣台北市松山區塔悠路219號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5739525,25.0588779]},"properties":{"id":1884,"name":"安心居 高級磁磚名品館 - 進口磁磚代理銷售","lat":25.0588779,"lng":121.5739525,"address":"11494台灣台北市内湖区堤頂大道一段215號4樓","FL":4,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5672839,25.0582162]},"properties":{"id":1885,"name":"邦克國際有限公司","lat":25.0582162,"lng":121.5672839,"address":"105台灣台北市松山區民生東路五段260巷18號1樓","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5643859,25.058699]},"properties":{"id":1886,"name":"吳德賢建築師事務所","lat":25.058699,"lng":121.5643859,"address":"105台灣台北市松山區民生東路五段198號之6","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.565951,25.051131]},"properties":{"id":1887,"name":"陳志庸建築師事務所","lat":25.051131,"lng":121.565951,"address":"105台灣台北市松山區南京東路五段234號之1","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.565377,25.0557]},"properties":{"id":1888,"name":"聚才企業有限公司","lat":25.0557,"lng":121.565377,"address":"105台灣台北市松山區三民路74巷8之3號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.563217,25.0512189]},"properties":{"id":1889,"name":"福建工程股份有限公司","lat":25.0512189,"lng":121.563217,"address":"105台灣台北市松山區南京東路五段166號7樓","FL":7,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.562229,25.059109]},"properties":{"id":1890,"name":"王勁台建築師事務所","lat":25.059109,"lng":121.562229,"address":"105台灣台北市松山區民生東路五段153號之1","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.568922,25.051072]},"properties":{"id":1891,"name":"鼎聯一室內裝修設計有限公司","lat":25.051072,"lng":121.568922,"address":"105台灣松山區松山區南京東路五段336號11樓之1","FL":11,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5762996,25.0570261]},"properties":{"id":1892,"name":"Mobilia墨比雅空間設計_台北展示中心","lat":25.0570261,"lng":121.5762996,"address":"114台灣台北市內湖區行善路60號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.575807,25.058681]},"properties":{"id":1893,"name":"Z9 生活家居 | 空間佈置 進口家具","lat":25.058681,"lng":121.575807,"address":"114台灣台北市內湖區新湖一路88號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.575775,25.058689]},"properties":{"id":1894,"name":"九九九藝術事業有限公司","lat":25.058689,"lng":121.575775,"address":"114台灣台北市內湖區新湖一路88號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.578644,25.059777]},"properties":{"id":1895,"name":"湯石照明-內湖展示廳","lat":25.059777,"lng":121.578644,"address":"11494台灣台北市內湖區新湖一路185號3樓","FL":3,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5772494,25.0597965]},"properties":{"id":1896,"name":"大吉嶺家居生活","lat":25.0597965,"lng":121.5772494,"address":"111台灣台北市內湖區新湖一路128巷15號4樓","FL":4,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5841019,25.0569969]},"properties":{"id":1897,"name":"利勝工程公司","lat":25.0569969,"lng":121.5841019,"address":"114台灣台北市內湖區新明路228號2樓","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5874969,25.0576188]},"properties":{"id":1898,"name":"馨翊室內裝修設計有限公司","lat":25.0576188,"lng":121.5874969,"address":"114台灣台北市內湖區新明路219巷2弄13號之1","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5890717,25.0589508]},"properties":{"id":1899,"name":"Leap Year Design 閏年設計","lat":25.0589508,"lng":121.5890717,"address":"114台灣台北市內湖區新明路163號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5956872,25.0583547]},"properties":{"id":1900,"name":"豊禾室內設計工作室","lat":25.0583547,"lng":121.5956872,"address":"115台灣南港區向陽路258巷73號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.602334,25.056729]},"properties":{"id":1901,"name":"欣揚設計工程有限公司","lat":25.056729,"lng":121.602334,"address":"115台灣台北市南港區重陽路190巷12弄10號3樓","FL":3,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.6020879,25.05664]},"properties":{"id":1902,"name":"慧建工程顧問有限公司","lat":25.05664,"lng":121.6020879,"address":"115台灣台北市南港區重陽路190巷12弄16號5樓","FL":5,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.606019,25.057529]},"properties":{"id":1903,"name":"欣億機電工程有限公司","lat":25.057529,"lng":121.606019,"address":"115台灣台北市南港區台北市南港區興中路80巷17號1樓","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.509407,25.060927]},"properties":{"id":1914,"name":"十禾設計","lat":25.060927,"lng":121.509407,"address":"103台灣台北市大同區迪化街一段261號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.51262,25.0606809]},"properties":{"id":1915,"name":"雅企設計有限公司","lat":25.0606809,"lng":121.51262,"address":"103台灣台北市大同區涼州街30號2樓","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5134454,25.0623165]},"properties":{"id":1916,"name":"大台北設計網","lat":25.0623165,"lng":121.5134454,"address":"10357台灣台北市大同區重慶北路二段188號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5131246,25.0624189]},"properties":{"id":1917,"name":"澄穆空間設計 CM Interior Design Studio","lat":25.0624189,"lng":121.5131246,"address":"103台灣台北市大同區延平北路二段247巷17號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.513718,25.060672]},"properties":{"id":1918,"name":"季新工程股份有限公司","lat":25.060672,"lng":121.513718,"address":"103台灣台北市大同區重慶北路二段207號之1","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.51417,25.06162]},"properties":{"id":1919,"name":"金磚建材磁磚美學館(義大利西班牙進口磁磚,東南亞進口磁磚,國產磁磚,地磚,璧磚,拋光石英磚,外牆磚,木紋磚,復古磚,馬賽克,六角磚)","lat":25.06162,"lng":121.51417,"address":"103台灣台北市大同區寧夏路165號1樓","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5142594,25.060667]},"properties":{"id":1920,"name":"雲霖企業有限公司","lat":25.060667,"lng":121.5142594,"address":"103台灣大同區寧夏路146號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5146519,25.060224]},"properties":{"id":1921,"name":"謝清隆建築師事務所","lat":25.060224,"lng":121.5146519,"address":"103台灣台北市大同區寧夏路113之4號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5142954,25.0615652]},"properties":{"id":1922,"name":"貝特室內裝修設計有限公司","lat":25.0615652,"lng":121.5142954,"address":"103台灣大同區寧夏路165號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5164841,25.0627354]},"properties":{"id":1923,"name":"松豪室內裝修設計有限公司","lat":25.0627354,"lng":121.5164841,"address":"10361台灣台北市大同區民權西路136號號 7 樓 之 4","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5164841,25.0627354]},"properties":{"id":1924,"name":"宏觀聯合建築室內設計(台北民權)-松豪室內裝修設計","lat":25.0627354,"lng":121.5164841,"address":"103台灣台北市大同區民權西路136號7樓之4","FL":7,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5184619,25.059965]},"properties":{"id":1925,"name":"大琚空間設計有限公司","lat":25.059965,"lng":121.5184619,"address":"103台灣台北市大同區承德路二段215號6樓之3","FL":6,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5185414,25.0638166]},"properties":{"id":1926,"name":"宸名設計","lat":25.0638166,"lng":121.5185414,"address":"103台灣台北市大同區承德路三段17號2 樓","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5172299,25.0631149]},"properties":{"id":1927,"name":"國鐵企業股份有限公司","lat":25.0631149,"lng":121.5172299,"address":"103台灣台北市大同區民權西路127之1號5樓","FL":5,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5164859,25.0627299]},"properties":{"id":1928,"name":"吳俊良建築師事務所","lat":25.0627299,"lng":121.5164859,"address":"103台灣台北市大同區民權西路136號之8","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5180829,25.0638059]},"properties":{"id":1929,"name":"菩呈股份有限公司","lat":25.0638059,"lng":121.5180829,"address":"103台灣台北市大同區承德路三段10號之2","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.518635,25.063335]},"properties":{"id":1930,"name":"歐德系統傢俱連鎖事業(承德店)","lat":25.063335,"lng":121.518635,"address":"103台灣台北市大同區承德路三段1號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5153352,25.0607804]},"properties":{"id":1931,"name":"傑和室內設計","lat":25.0607804,"lng":121.5153352,"address":"103台灣台北市大同區涼州街2-11號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5164841,25.0627354]},"properties":{"id":1932,"name":"菲僑室內裝修設計有限公司","lat":25.0627354,"lng":121.5164841,"address":"103台灣大同區民權西路136號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5208516,25.0630787]},"properties":{"id":1933,"name":"Arthur Interior Design CO.,LTD. 雅設室內設計裝修有限公司","lat":25.0630787,"lng":121.5208516,"address":"10452台灣台北市中山區天祥路59號2F之1","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.522235,25.063517]},"properties":{"id":1934,"name":"原覺空間設計所 Mars Design Ltd.","lat":25.063517,"lng":121.522235,"address":"10491台灣中山區中山區中山北路二段170號5樓","FL":5,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5211653,25.0607776]},"properties":{"id":1935,"name":"樸緻國際有限公司","lat":25.0607776,"lng":121.5211653,"address":"10491台灣台北市中山區天祥路3號4樓","FL":4,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5219226,25.0637178]},"properties":{"id":1936,"name":"采豐國際室內設計有限公司","lat":25.0637178,"lng":121.5219226,"address":"10491台灣中山區撫順街2號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5198139,25.0636329]},"properties":{"id":1937,"name":"大開工程公司","lat":25.0636329,"lng":121.5198139,"address":"104台灣台北市中山區撫順街33號之1","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.521715,25.062575]},"properties":{"id":1938,"name":"張世宏建築師事務所","lat":25.062575,"lng":121.521715,"address":"10491台灣台北市中山區民權西路20號之5","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5218489,25.0629819]},"properties":{"id":1939,"name":"勝帝企業股份有限公司","lat":25.0629819,"lng":121.5218489,"address":"104台灣台北市中山區民權西路11號之2","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.522654,25.0600428]},"properties":{"id":1940,"name":"文彩室內設計有限公司","lat":25.0600428,"lng":121.522654,"address":"10491台灣中山區中山區中山北路二段102號4樓","FL":4,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.524737,25.06293]},"properties":{"id":1941,"name":"禮渥設計(室內裝修、工程)LnF Design Firm","lat":25.06293,"lng":121.524737,"address":"10491台灣台北市中山區民權東路一段45號9樓","FL":9,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5250778,25.0604689]},"properties":{"id":1942,"name":"太瑪空間設計有限公司","lat":25.0604689,"lng":121.5250778,"address":"104台灣台北市中山區錦州街21號之2","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5266836,25.0612859]},"properties":{"id":1943,"name":"安珩聯合設計","lat":25.0612859,"lng":121.5266836,"address":"10491台灣台北市中山區林森北路487號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5250827,25.0628329]},"properties":{"id":1944,"name":"可京室內裝修設計有限公司","lat":25.0628329,"lng":121.5250827,"address":"104台灣台北市中山區民權東路一段55號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5213064,25.0618673]},"properties":{"id":1945,"name":"禾禾室內裝修有限公司","lat":25.0618673,"lng":121.5213064,"address":"10491台灣中山區中山北路二段128巷15號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.521834,25.0570959]},"properties":{"id":1946,"name":"浩井設計工程有限公司","lat":25.0570959,"lng":121.521834,"address":"104台灣台北市中山區中山北路二段72巷13號3樓","FL":3,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.528785,25.063641]},"properties":{"id":1947,"name":"威爾適室內裝修工程有限公司","lat":25.063641,"lng":121.528785,"address":"10491台灣台北市中山區新生北路三段11巷35號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5298189,25.0581347]},"properties":{"id":1948,"name":"愛菲爾系統傢俱民生店","lat":25.0581347,"lng":121.5298189,"address":"10491台灣台北市中山區民生東路二段67號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5251109,25.062496]},"properties":{"id":1949,"name":"偉嘉建築師事務所","lat":25.062496,"lng":121.5251109,"address":"104台灣台北市中山區民權東路一段72號之3","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5294355,25.0599131]},"properties":{"id":1950,"name":"奇屋設計室內裝修有限公司","lat":25.0599131,"lng":121.5294355,"address":"10491台灣中山區新生北路二段127巷31號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5328529,25.0610299]},"properties":{"id":1951,"name":"承禧設計工程有限公司","lat":25.0610299,"lng":121.5328529,"address":"10491台灣台北市中山區松江路328號之6","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.533826,25.06155]},"properties":{"id":1952,"name":"瓦悅設計有限公司","lat":25.06155,"lng":121.533826,"address":"10491台灣台北市中山區民權東路二段152巷5弄19號2樓","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.529948,25.0604579]},"properties":{"id":1953,"name":"東尼斯實業有限公司","lat":25.0604579,"lng":121.529948,"address":"10491台灣台北市中山區錦州街159號之4","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5348305,25.0610907]},"properties":{"id":1954,"name":"璿禾室內裝修設計工程有限公司","lat":25.0610907,"lng":121.5348305,"address":"10491台灣中山區建國北路二段226巷147號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.53296,25.0627166]},"properties":{"id":1955,"name":"嘉圓室內裝修設計股份有限公司","lat":25.0627166,"lng":121.53296,"address":"10491台灣中山區民權東路二段107號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5334777,25.0617229]},"properties":{"id":1956,"name":"磐石設計有限公司","lat":25.0617229,"lng":121.5334777,"address":"10491台灣中山區松江路309號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.537916,25.059837]},"properties":{"id":1957,"name":"遠喆室內設計有限公司","lat":25.059837,"lng":121.537916,"address":"10491台灣中山區合江街144巷28號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.53737,25.061231]},"properties":{"id":1958,"name":"三商美福","lat":25.061231,"lng":121.53737,"address":"10491台灣台北市中山區建國北路二段145號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.530288,25.0561099]},"properties":{"id":1959,"name":"廖祖望建築師事務所","lat":25.0561099,"lng":121.530288,"address":"10491台灣台北市中山區吉林路101號3樓","FL":3,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.530044,25.0576149]},"properties":{"id":1960,"name":"金星藝術工程有限公司","lat":25.0576149,"lng":121.530044,"address":"10491台灣台北市中山區吉林路184號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.532947,25.061795]},"properties":{"id":1961,"name":"北一事務所","lat":25.061795,"lng":121.532947,"address":"10491台灣台北市中山區松江路360號7樓","FL":7,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5317969,25.0634259]},"properties":{"id":1962,"name":"立信建築師事務所","lat":25.0634259,"lng":121.5317969,"address":"10491台灣台北市中山區民權東路二段71巷19號2樓","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5309899,25.0633849]},"properties":{"id":1963,"name":"達志建築師事務所","lat":25.0633849,"lng":121.5309899,"address":"10491台灣台北市中山區吉林路315巷16之2號3樓","FL":3,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5360097,25.0600267]},"properties":{"id":1964,"name":"永鉅國際室內裝修設計有限公司","lat":25.0600267,"lng":121.5360097,"address":"10491台灣中山區民生東路二段147巷11弄11號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5396409,25.0599507]},"properties":{"id":1965,"name":"台北市室內設計-黃金屋室內設計工程","lat":25.0599507,"lng":121.5396409,"address":"10491台灣台北市中山區合江街105巷9號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.539888,25.061]},"properties":{"id":1966,"name":"六國景觀設計公司","lat":25.061,"lng":121.539888,"address":"10491台灣台北市中山區龍江路286巷16號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.539487,25.055066]},"properties":{"id":1967,"name":"建泰建築師事務所","lat":25.055066,"lng":121.539487,"address":"10491台灣台北市中山區合江街17巷6-15號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.530735,25.0627639]},"properties":{"id":1968,"name":"名人工程股份有限公司","lat":25.0627639,"lng":121.530735,"address":"10491台灣台北市中山區民權東路二段51號4樓","FL":4,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.54104,25.0626817]},"properties":{"id":1969,"name":"九號室內裝修有限公司","lat":25.0626817,"lng":121.54104,"address":"10491台灣中山區龍江路329號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.544006,25.060056]},"properties":{"id":1970,"name":"美景室內裝修設計工程有限公司","lat":25.060056,"lng":121.544006,"address":"10491台灣台北市中山區10478台北市中山區復興北路350號 3樓之1","FL":3,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.543694,25.058441]},"properties":{"id":1971,"name":"大筑空間設計有限公司,築原建築師事務所","lat":25.058441,"lng":121.543694,"address":"10478台灣台北市中山區民生東路三段73巷3號號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.541806,25.06096]},"properties":{"id":1972,"name":"凱達空間設計有限公司","lat":25.06096,"lng":121.541806,"address":"10491台灣台北市中山區龍江路16號305 巷 1 樓","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5454935,25.06345]},"properties":{"id":1973,"name":"澄坊室內設計有限公司","lat":25.06345,"lng":121.5454935,"address":"105台灣松山區復興北路427巷13號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.543869,25.062783]},"properties":{"id":1974,"name":"Steven Leach Associates SL+A","lat":25.062783,"lng":121.543869,"address":"420 Fuxing North Road, 5/F, 中山區台北市台灣 10491","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.54376,25.06274]},"properties":{"id":1975,"name":"英屬維京s島商李肇勳國際室內設計股份有限公司臺灣分公司","lat":25.06274,"lng":121.54376,"address":"10491台灣中山區復興北路420號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.543947,25.0606749]},"properties":{"id":1976,"name":"禾崧有限公司","lat":25.0606749,"lng":121.543947,"address":"10491台灣台北市中山區復興北路368號6樓","FL":6,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5432267,25.0628167]},"properties":{"id":1977,"name":"京閣室內裝修設計有限公司","lat":25.0628167,"lng":121.5432267,"address":"10491台灣中山區民權東路三段75巷2弄12號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.545883,25.061717]},"properties":{"id":1978,"name":"藍天室內裝修設計股份有限公司","lat":25.061717,"lng":121.545883,"address":"105台灣松山區民權東路三段124號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.545447,25.058871]},"properties":{"id":1979,"name":"摩根室內裝修事業有限公司","lat":25.058871,"lng":121.545447,"address":"105台灣松山區復興北路313巷16號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.547273,25.061756]},"properties":{"id":1980,"name":"空間新象室內裝修設計工程有限公司","lat":25.061756,"lng":121.547273,"address":"105台灣松山區民權東路三段144號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.547297,25.063461]},"properties":{"id":1981,"name":"上田設計工程有限公司","lat":25.063461,"lng":121.547297,"address":"105台灣台北市松山區民權東路三段191巷31弄2號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.548032,25.063732]},"properties":{"id":1982,"name":"築成室內設計有限公司","lat":25.063732,"lng":121.548032,"address":"105台灣松山區民族東路681號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5444729,25.0634949]},"properties":{"id":1983,"name":"伯宇工程有限公司","lat":25.0634949,"lng":121.5444729,"address":"105台灣台北市松山區復興北路431號3樓","FL":3,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.543906,25.0591329]},"properties":{"id":1984,"name":"吳旗清建築師事務所","lat":25.0591329,"lng":121.543906,"address":"10491台灣台北市中山區復興北路290號8樓","FL":8,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5444809,25.0636059]},"properties":{"id":1985,"name":"宜群建築師事務所","lat":25.0636059,"lng":121.5444809,"address":"105台灣台北市松山區復興北路433號12樓","FL":12,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5482419,25.0604679]},"properties":{"id":1986,"name":"柏松綠化工程公司","lat":25.0604679,"lng":121.5482419,"address":"105台灣台北市松山區敦化北路238巷24號4樓","FL":4,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5422193,25.0625841]},"properties":{"id":1987,"name":"速文國際地產開發有限公司","lat":25.0625841,"lng":121.5422193,"address":"10491台灣台北市中山區民權東路三段35號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5483839,25.06216]},"properties":{"id":1988,"name":"吳非士建築師事務所","lat":25.06216,"lng":121.5483839,"address":"105台灣台北市松山區民權東路三段181號7樓","FL":7,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.552921,25.059978]},"properties":{"id":1989,"name":"樣房工程顧問有限公司","lat":25.059978,"lng":121.552921,"address":"105台灣台北市松山區富錦街105號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.551587,25.060241]},"properties":{"id":1990,"name":"山隱建築室內裝修設計有限公司","lat":25.060241,"lng":121.551587,"address":"105台灣松山區富錦街77巷2弄2號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.557116,25.059986]},"properties":{"id":1991,"name":"印特室內設計","lat":25.059986,"lng":121.557116,"address":"105台灣台北市松山區民生東路五段69巷21弄18-1號1樓","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.557248,25.060016]},"properties":{"id":1992,"name":"沈志忠聯合設計","lat":25.060016,"lng":121.557248,"address":"105台灣台北市松山區民生東路五段69巷21弄14-1號1樓","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.557805,25.0588509]},"properties":{"id":1993,"name":"Chance Bike | Chance-MS","lat":25.0588509,"lng":121.557805,"address":"105台灣台北市松山區民生東路五段69巷1弄14號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.557336,25.060168]},"properties":{"id":1994,"name":"太平洋工程顧問有限公司","lat":25.060168,"lng":121.557336,"address":"105台灣台北市松山區富錦街344號4樓","FL":4,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.556682,25.058235]},"properties":{"id":1995,"name":"美輪建築師事務所","lat":25.058235,"lng":121.556682,"address":"105台灣台北市松山區民生東路五段30號4樓","FL":4,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5569489,25.0574349]},"properties":{"id":1996,"name":"威建企業公司","lat":25.0574349,"lng":121.5569489,"address":"105台灣台北市松山區光復北路165巷31號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5586749,25.0607379]},"properties":{"id":1997,"name":"練福星建築師事務所","lat":25.0607379,"lng":121.5586749,"address":"105台灣台北市松山區富錦街371之1號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5588089,25.060734]},"properties":{"id":1998,"name":"吳文忠建築師事務所","lat":25.060734,"lng":121.5588089,"address":"105台灣台北市松山區富錦街373號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5571575,25.0603571]},"properties":{"id":1999,"name":"赤羽室內裝修設計股份有限公司","lat":25.0603571,"lng":121.5571575,"address":"105台灣松山區富錦街342號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5616542,25.061162]},"properties":{"id":2000,"name":"華森設計","lat":25.061162,"lng":121.5616542,"address":"105台灣台北市松山區三民路155巷30號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5604305,25.0610509]},"properties":{"id":2001,"name":"鄭士傑設計有限公司","lat":25.0610509,"lng":121.5604305,"address":"105台灣台北市松山區新中街48號1樓","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5594288,25.0607658]},"properties":{"id":2002,"name":"L'atelier Fantasia 繽紛設計","lat":25.0607658,"lng":121.5594288,"address":"105台灣台北市松山區富錦街387號1F","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.562945,25.060358]},"properties":{"id":2003,"name":"竹賢室內裝修工程有限公司","lat":25.060358,"lng":121.562945,"address":"105台灣台北市松山區民生東路137巷6弄34號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5600481,25.0613973]},"properties":{"id":2004,"name":"喬杰設計‧Shaper Park Interior Design Inc.","lat":25.0613973,"lng":121.5600481,"address":"105台灣台北市松山區富錦街359巷2弄42號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5611163,25.0608682]},"properties":{"id":2005,"name":"nineSQUAREdesign 九枋設計","lat":25.0608682,"lng":121.5611163,"address":"105台灣台北市松山區富錦街421號3樓","FL":3,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5537329,25.0567769]},"properties":{"id":2006,"name":"熊世昌建築師事務所","lat":25.0567769,"lng":121.5537329,"address":"105台灣台北市松山區民生東路四段80巷11弄15號2樓","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.561276,25.060986]},"properties":{"id":2007,"name":"黃金成建築師事務所","lat":25.060986,"lng":121.561276,"address":"105台灣台北市松山區富錦街427號7樓","FL":7,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.563505,25.060411]},"properties":{"id":2008,"name":"凱昱空間設計","lat":25.060411,"lng":121.563505,"address":"105台灣台北市松山區三民路136巷10號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5643489,25.0614563]},"properties":{"id":2009,"name":"AGE SPACE","lat":25.0614563,"lng":121.5643489,"address":"105台灣台北市松山區新東街51巷15號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5593869,25.060468]},"properties":{"id":2010,"name":"歐坊設計工程有限公司","lat":25.060468,"lng":121.5593869,"address":"105台灣台北市松山區富錦街384號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5679057,25.0616196]},"properties":{"id":2011,"name":"竑度設計室內裝修股份有限公司","lat":25.0616196,"lng":121.5679057,"address":"105台灣松山區撫遠街261巷24號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.563711,25.0608539]},"properties":{"id":2012,"name":"泰養企業有限公司","lat":25.0608539,"lng":121.563711,"address":"105台灣台北市松山區富錦街490號4樓","FL":4,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5623499,25.0591109]},"properties":{"id":2013,"name":"陳信旭建築師事務所","lat":25.0591109,"lng":121.5623499,"address":"105台灣台北市松山區民生東路五段157號4樓","FL":4,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5679057,25.0616196]},"properties":{"id":2014,"name":"竑度設計有限公司","lat":25.0616196,"lng":121.5679057,"address":"105台灣松山區撫遠街261巷22號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5772474,25.0602308]},"properties":{"id":2015,"name":"紐約家具設計中心台北內湖館","lat":25.0602308,"lng":121.5772474,"address":"11494台灣台北市內湖區新湖一路128巷15號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5759484,25.0617709]},"properties":{"id":2016,"name":"柏昂手作傢俱 空間設計","lat":25.0617709,"lng":121.5759484,"address":"114台灣台北市內湖區舊宗路一段150巷45號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5857826,25.0629474]},"properties":{"id":2017,"name":"東江齋空間設計有限公司","lat":25.0629474,"lng":121.5857826,"address":"114台灣內湖區石潭路27號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.6031481,25.0634969]},"properties":{"id":2018,"name":"鴻泰企業社","lat":25.0634969,"lng":121.6031481,"address":"114台灣台北市內湖區安康路228巷1號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.61024,25.060151]},"properties":{"id":2019,"name":"吳宗岳室內裝修設計有限公司","lat":25.060151,"lng":121.61024,"address":"115台灣南港區重陽路461號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.61965,25.054893]},"properties":{"id":2020,"name":"采羿廣告設計有限公司","lat":25.054893,"lng":121.61965,"address":"115台灣台北市南港區南港路一段8號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.513457,25.067025]},"properties":{"id":2048,"name":"歐德系統傢俱連鎖事業(重慶店)","lat":25.067025,"lng":121.513457,"address":"103台灣台北市重慶北路三段116號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5133089,25.067184]},"properties":{"id":2049,"name":"金鏞工程有限公司","lat":25.067184,"lng":121.5133089,"address":"103台灣台北市大同區重慶北路三段120巷2號2樓","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5139429,25.067448]},"properties":{"id":2050,"name":"連耀東建築師事務所","lat":25.067448,"lng":121.5139429,"address":"103台灣台北市大同區重慶北路三段117號2樓","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.513946,25.066301]},"properties":{"id":2051,"name":"櫻花廚藝生活館重慶店","lat":25.066301,"lng":121.513946,"address":"103台灣台北市大同區重慶北路三段69號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5146423,25.0673285]},"properties":{"id":2052,"name":"房日美工程有限公司","lat":25.0673285,"lng":121.5146423,"address":"103台灣大同區重慶北路三段113巷25號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5180739,25.064432]},"properties":{"id":2053,"name":"丰品室內設計中心-承德門市","lat":25.064432,"lng":121.5180739,"address":"103台灣台北市大同區承德路三段30號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5186359,25.066987]},"properties":{"id":2054,"name":"夢工場設計事業有限公司","lat":25.066987,"lng":121.5186359,"address":"103台灣台北市大同區承德路三段117號3樓","FL":3,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5180859,25.065003]},"properties":{"id":2055,"name":"唐舍造型設計有限公司","lat":25.065003,"lng":121.5180859,"address":"103台灣台北市大同區承德路三段52號3樓","FL":3,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.518108,25.065208]},"properties":{"id":2056,"name":"楊勝德建築師事務所","lat":25.065208,"lng":121.518108,"address":"103台灣台北市大同區承德路三段58號之2","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.51811,25.0669329]},"properties":{"id":2057,"name":"富亞室內裝修設計工程有限公司","lat":25.0669329,"lng":121.51811,"address":"103台灣大同區承德路三段110號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.522521,25.065711]},"properties":{"id":2058,"name":"成舍室內設計","lat":25.065711,"lng":121.522521,"address":"10491台灣台北市中山區中山北路三段31號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5220139,25.0651309]},"properties":{"id":2059,"name":"TGDesign.Studio威鐸空間設計","lat":25.0651309,"lng":121.5220139,"address":"10491台灣台北市中山區中山北路二段26號8樓","FL":8,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.522601,25.0655759]},"properties":{"id":2060,"name":"新國際設計有限公司","lat":25.0655759,"lng":121.522601,"address":"104台灣台北市中山區中山北路二段29號之1","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.522601,25.0655759]},"properties":{"id":2061,"name":"燕京建築師事務所","lat":25.0655759,"lng":121.522601,"address":"104台灣台北市中山區中山北路二段29號之1","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.522675,25.0668933]},"properties":{"id":2062,"name":"寶泓國際室內裝修設計有限公司","lat":25.0668933,"lng":121.522675,"address":"10491台灣中山區中山北路二段49號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.521946,25.0652151]},"properties":{"id":2063,"name":"大楨室內裝修有限公司","lat":25.0652151,"lng":121.521946,"address":"10491台灣中山區中山北路二段34號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.522675,25.0668933]},"properties":{"id":2064,"name":"光理設計有限公司","lat":25.0668933,"lng":121.522675,"address":"10491台灣中山區中山北路二段49號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.522682,25.066306]},"properties":{"id":2065,"name":"台灣大詠室內裝修設計有限公司","lat":25.066306,"lng":121.522682,"address":"10491台灣中山區中山北路二段45號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5241569,25.059418]},"properties":{"id":2066,"name":"有逸企業股份有限公司","lat":25.059418,"lng":121.5241569,"address":"104台灣台北市中山區中山北路二段93巷9之5號3樓","FL":3,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.525566,25.067438]},"properties":{"id":2067,"name":"港僑工程股份有限公司","lat":25.067438,"lng":121.525566,"address":"10491台灣台北市中山區林森北路628號4樓","FL":4,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5251469,25.0676089]},"properties":{"id":2068,"name":"宜禾國際室內設計","lat":25.0676089,"lng":121.5251469,"address":"10491台灣台北市中山區雙城街43巷21號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.528417,25.066251]},"properties":{"id":2069,"name":"寬昀室內裝修有限公司","lat":25.066251,"lng":121.528417,"address":"10491台灣台北市中山區農安街77巷12號號 1 樓","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.528431,25.064761]},"properties":{"id":2070,"name":"創逸室內裝修有限公司","lat":25.064761,"lng":121.528431,"address":"10491台灣台北市中山區農安街60號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5295099,25.066255]},"properties":{"id":2071,"name":"逸視覺設計_廣告_行銷/Evision Design/Marketing/AD","lat":25.066255,"lng":121.5295099,"address":"10491台灣台北市中山區農安街77巷9弄37號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5265159,25.0676009]},"properties":{"id":2072,"name":"步優企業公司","lat":25.0676009,"lng":121.5265159,"address":"10491台灣台北市中山區新生北路三段84巷33號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5251109,25.062496]},"properties":{"id":2073,"name":"敬業建築師事務所","lat":25.062496,"lng":121.5251109,"address":"104台灣台北市中山區民權東路一段72號之11","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5220482,25.06536]},"properties":{"id":2074,"name":"微積建築工場","lat":25.06536,"lng":121.5220482,"address":"10491台灣台北市中山區中山北路三段30號3F-2","FL":3,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5294943,25.0635227]},"properties":{"id":2075,"name":"D3design Group","lat":25.0635227,"lng":121.5294943,"address":"10491台灣台北市中山區新生北路三段11巷52號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5274564,25.0639324]},"properties":{"id":2076,"name":"仁禾室內設計有限公司","lat":25.0639324,"lng":121.5274564,"address":"10491台灣中山區新生北路三段34號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.530722,25.065754]},"properties":{"id":2077,"name":"七澄建築","lat":25.065754,"lng":121.530722,"address":"10491台灣台北市中山區台北市中山區吉林路393巷5號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5309604,25.0666174]},"properties":{"id":2078,"name":"鎮鑫廣告工程有限公司","lat":25.0666174,"lng":121.5309604,"address":"236台灣新北市土城區中華路一段56巷24-9號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5302014,25.0654205]},"properties":{"id":2079,"name":"至趣室內設計","lat":25.0654205,"lng":121.5302014,"address":"10491台灣台北市中山區吉林路402號2 樓","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5280094,25.0633306]},"properties":{"id":2080,"name":"元菘室內裝修工程有限公司","lat":25.0633306,"lng":121.5280094,"address":"10491台灣中山區新生北路三段7號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5316737,25.0643471]},"properties":{"id":2081,"name":"Dianthus康乃馨室內設計","lat":25.0643471,"lng":121.5316737,"address":"10491台灣台北市中山區民權東路二段71巷34號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5336328,25.0648676]},"properties":{"id":2082,"name":"嘉甫室內裝修工程股份有限公司","lat":25.0648676,"lng":121.5336328,"address":"10491台灣中山區中山區松江路369號8樓","FL":8,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5334376,25.0604412]},"properties":{"id":2083,"name":"玖達精緻工程有限公司","lat":25.0604412,"lng":121.5334376,"address":"10491台灣台北市中山區松江路289號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5328529,25.0610299]},"properties":{"id":2084,"name":"雍茂企業公司","lat":25.0610299,"lng":121.5328529,"address":"10491台灣台北市中山區松江路328號之1","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.532135,25.0612759]},"properties":{"id":2085,"name":"日正工程顧問有限公司","lat":25.0612759,"lng":121.532135,"address":"10491台灣台北市中山區松江路330巷19號3樓","FL":3,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5338755,25.0601856]},"properties":{"id":2086,"name":"林慶豐建築師事務所","lat":25.0601856,"lng":121.5338755,"address":"10491台灣台北市中山區錦州街242號3樓","FL":3,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5344809,25.0647929]},"properties":{"id":2087,"name":"堂源機械工程公司","lat":25.0647929,"lng":121.5344809,"address":"10491台灣台北市中山區農安街239號2樓","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5350979,25.0642841]},"properties":{"id":2088,"name":"北都室內設計有限公司","lat":25.0642841,"lng":121.5350979,"address":"10491台灣中山區民權東路二段135巷31號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5311736,25.0611089]},"properties":{"id":2089,"name":"金寶隆開發股份有限公司","lat":25.0611089,"lng":121.5311736,"address":"10491台灣台北市中山區松江路330巷56號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5325846,25.0667099]},"properties":{"id":2090,"name":"澄岳國際有限公司","lat":25.0667099,"lng":121.5325846,"address":"10491台灣台北市中山區德惠街189號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.533485,25.058991]},"properties":{"id":2091,"name":"許尊仁建築師事務所","lat":25.058991,"lng":121.533485,"address":"10491台灣台北市中山區松江路237號16樓","FL":16,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.540009,25.059599]},"properties":{"id":2092,"name":"永笠實業股份有限公司","lat":25.059599,"lng":121.540009,"address":"10491台灣台北市中山區合江街93巷15號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5411239,25.067688]},"properties":{"id":2093,"name":"建圓企業有限公司","lat":25.067688,"lng":121.5411239,"address":"10491台灣台北市中山區龍江路461號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5419785,25.0658573]},"properties":{"id":2094,"name":"光合景觀室內設計有限公司","lat":25.0658573,"lng":121.5419785,"address":"10491台灣中山區復興北路514巷48號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5444699,25.0598019]},"properties":{"id":2095,"name":"東方建築師事務所","lat":25.0598019,"lng":121.5444699,"address":"105台灣台北市松山區復興北路333號11樓","FL":11,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.544823,25.064413]},"properties":{"id":2096,"name":"張清櫆建築師事務所","lat":25.064413,"lng":121.544823,"address":"105台灣台北市松山區五常街269號4樓","FL":4,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.547847,25.0638849]},"properties":{"id":2097,"name":"欣田室內裝修設計有限公司","lat":25.0638849,"lng":121.547847,"address":"105台灣松山區民族東路677號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5574042,25.0609253]},"properties":{"id":2098,"name":"FIMBUL Studio","lat":25.0609253,"lng":121.5574042,"address":"10583台灣台北市松山區富錦街359巷3弄11號1樓","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.560763,25.060856]},"properties":{"id":2099,"name":"蘇光華建築師事務所","lat":25.060856,"lng":121.560763,"address":"105台灣台北市松山區富錦街413號6樓","FL":6,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5646853,25.0646256]},"properties":{"id":2100,"name":"采寬室內設計","lat":25.0646256,"lng":121.5646853,"address":"105台灣台北市松山區撫遠街390巷27號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5646889,25.0646167]},"properties":{"id":2101,"name":"采寬室內裝修工程有限公司","lat":25.0646167,"lng":121.5646889,"address":"105台灣松山區撫遠街390巷27號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5676141,25.0654441]},"properties":{"id":2102,"name":"華研企業公司","lat":25.0654441,"lng":121.5676141,"address":"105台灣台北市松山區撫遠街395巷44號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5664829,25.064318]},"properties":{"id":2103,"name":"王允中建築師事務所","lat":25.064318,"lng":121.5664829,"address":"105台灣台北市松山區撫遠街369巷44號3樓","FL":3,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5761762,25.0649524]},"properties":{"id":2104,"name":"台北市金莎家具內湖旗艦店","lat":25.0649524,"lng":121.5761762,"address":"11494台灣台北市內湖區舊宗路一段325號1樓","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5802983,25.0651667]},"properties":{"id":2105,"name":"何侯設計有限公司","lat":25.0651667,"lng":121.5802983,"address":"114台灣台北市內湖區新湖三路191號4樓","FL":4,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.581612,25.0677379]},"properties":{"id":2106,"name":"三商美福 內湖民權門市","lat":25.0677379,"lng":121.581612,"address":"114台灣台北市內湖區民權東路六段42號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5856127,25.0642293]},"properties":{"id":2107,"name":"樂朵室內設計有限公司","lat":25.0642293,"lng":121.5856127,"address":"11469台灣台北市內湖區行善路385號2F-2","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5856127,25.0642293]},"properties":{"id":2108,"name":"樂朵室內設計有限公司","lat":25.0642293,"lng":121.5856127,"address":"114台灣台北市內湖區行善路385號號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.588726,25.06729]},"properties":{"id":2109,"name":"璋林室內裝修設計工程股份有限公司","lat":25.06729,"lng":121.588726,"address":"114台灣內湖區成功路二段312巷39號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5974849,25.0651329]},"properties":{"id":2110,"name":"丹琦綜合設計工程有限公司","lat":25.0651329,"lng":121.5974849,"address":"114台灣台北市內湖區安康路27巷29號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.609431,25.0675209]},"properties":{"id":2111,"name":"花旗室內設計有限公司","lat":25.0675209,"lng":121.609431,"address":"114台灣台北市內湖區康寧路三段70巷107號2樓","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.6072011,25.0669345]},"properties":{"id":2112,"name":"大湖森林室內裝修設計工程有限公司","lat":25.0669345,"lng":121.6072011,"address":"114台灣內湖區康寧路三段56巷200號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5107264,25.0681248]},"properties":{"id":2135,"name":"呈現空間設計有限公司","lat":25.0681248,"lng":121.5107264,"address":"103台灣台北市大同區延平北路三段156號號 2 樓","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5108009,25.068122]},"properties":{"id":2136,"name":"八藝室內設計學苑","lat":25.068122,"lng":121.5108009,"address":"10376台灣台北市大同區延平北路三段156號4樓","FL":4,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5135038,25.0702585]},"properties":{"id":2137,"name":"麗漾室內設計有限公司","lat":25.0702585,"lng":121.5135038,"address":"103台灣大同區重慶北路三段228號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.515067,25.0684846]},"properties":{"id":2138,"name":"方包設計(禾堂企業有限公司)","lat":25.0684846,"lng":121.515067,"address":"10369台灣台北市大同區民族西路174號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5150174,25.0684837]},"properties":{"id":2139,"name":"昇揚系統鋁天花板","lat":25.0684837,"lng":121.5150174,"address":"103台灣台北市大同區民族西路176號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.509567,25.068868]},"properties":{"id":2140,"name":"設計款家具燈飾","lat":25.068868,"lng":121.509567,"address":"103台灣台北市大同區民族西路317號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5188575,25.068426]},"properties":{"id":2141,"name":"歐肯系統傢俱-大同門市","lat":25.068426,"lng":121.5188575,"address":"103台灣台北市大同區民族西路60號1樓","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5164261,25.0715869]},"properties":{"id":2142,"name":"序邦設計有限公司","lat":25.0715869,"lng":121.5164261,"address":"103台灣大同區大龍街259巷11號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5195864,25.0690256]},"properties":{"id":2143,"name":"日和設計","lat":25.0690256,"lng":121.5195864,"address":"103台灣台北市大同區民族西路31巷12號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5225385,25.0682695]},"properties":{"id":2144,"name":"康新室內裝修設計工程股份有限公司","lat":25.0682695,"lng":121.5225385,"address":"10491台灣台北市中山區中山北路三段58號7樓","FL":7,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5224259,25.0683392]},"properties":{"id":2145,"name":"澄境室內設計","lat":25.0683392,"lng":121.5224259,"address":"10491台灣台北市中山區中山北路三段58號8樓之3","FL":8,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.523382,25.067867]},"properties":{"id":2146,"name":"綠葉室內裝修設計工程有限公司(台北室內裝修設計,中山區裝修)","lat":25.067867,"lng":121.523382,"address":"10491台灣台北市中山區台北市中山區中山北路三段55巷4號5樓之4","FL":5,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5198137,25.070807]},"properties":{"id":2147,"name":"中華工程股份有限公司","lat":25.070807,"lng":121.5198137,"address":"103台灣台北市大同區酒泉街9巷1號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.526748,25.0680239]},"properties":{"id":2148,"name":"陳文達建築師事務所","lat":25.0680239,"lng":121.526748,"address":"10491台灣台北市中山區新生北路三段88巷27號2樓","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5309418,25.0681437]},"properties":{"id":2149,"name":"帕士達設計工程有限公司","lat":25.0681437,"lng":121.5309418,"address":"10471台灣台北市中山區民族東路210號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5357319,25.0647889]},"properties":{"id":2150,"name":"石新企業公司","lat":25.0647889,"lng":121.5357319,"address":"10491台灣台北市中山區農安街265號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.544754,25.0651649]},"properties":{"id":2151,"name":"築十設計","lat":25.0651649,"lng":121.544754,"address":"號 1 樓, No. 80民權東路三段191巷松山區台北市台灣 105","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5449275,25.065682]},"properties":{"id":2152,"name":"華谷工程顧問有限公司","lat":25.065682,"lng":121.5449275,"address":"105台灣台北市松山區復興北路499巷5弄1號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.536167,25.0641]},"properties":{"id":2153,"name":"大宇紙化","lat":25.0641,"lng":121.536167,"address":"10491台灣台北市中山區農安街204巷2號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5357042,25.064521]},"properties":{"id":2154,"name":"永興石材有限公司","lat":25.064521,"lng":121.5357042,"address":"10491台灣台北市中山區農安街196號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.534489,25.068379]},"properties":{"id":2155,"name":"大興竹木工程公司","lat":25.068379,"lng":121.534489,"address":"10491台灣台北市中山區民族東路55號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5884359,25.0703879]},"properties":{"id":2156,"name":"建偉室內裝修材料","lat":25.0703879,"lng":121.5884359,"address":"114台灣台北市內湖區成功路二段426巷48號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.589419,25.07139]},"properties":{"id":2157,"name":"絲路國際有限公司","lat":25.07139,"lng":121.589419,"address":"114台灣台北市內湖區成功路二段426巷5號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5923357,25.0703267]},"properties":{"id":2158,"name":"星慕空間設計有限公司","lat":25.0703267,"lng":121.5923357,"address":"11490台灣台北市內湖區民權東路六段123巷34弄10號2樓","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5923357,25.0703267]},"properties":{"id":2159,"name":"沃凡泰室內裝修工程事業有限公司","lat":25.0703267,"lng":121.5923357,"address":"11490台灣台北市內湖區民權東路六段123巷34弄10號2樓","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5917306,25.0684569]},"properties":{"id":2160,"name":"藝崴國際有限公司","lat":25.0684569,"lng":121.5917306,"address":"114台灣台北市內湖區民權東路六段160號9樓之1","FL":9,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.592577,25.068206]},"properties":{"id":2161,"name":"比鄰室內裝修設計工程有限公司","lat":25.068206,"lng":121.592577,"address":"114台灣內湖區內湖區民權東路六段180巷6號11樓之26","FL":11,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.603,25.0704]},"properties":{"id":2162,"name":"冶鑄建築+設計工坊","lat":25.0704,"lng":121.603,"address":"11483台灣台北市內湖區民權東路六段407號1樓","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.6047999,25.071661]},"properties":{"id":2163,"name":"亦高室內設計有限公司","lat":25.071661,"lng":121.6047999,"address":"114台灣台北市內湖區民權東路六段266號6樓","FL":6,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.606722,25.071242]},"properties":{"id":2164,"name":"章聖雄建築師事務所","lat":25.071242,"lng":121.606722,"address":"114台灣台北市內湖區民權東路六段280巷28號3樓","FL":3,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.617419,25.068125]},"properties":{"id":2165,"name":"沛雨室內設計工程公司","lat":25.068125,"lng":121.617419,"address":"號 2 樓, No. 153東湖路內湖區台北市台灣 114","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.616489,25.070998]},"properties":{"id":2166,"name":"宏基室內裝修設計有限公司","lat":25.070998,"lng":121.616489,"address":"114台灣內湖區康樂街72巷17弄108號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5103969,25.072093]},"properties":{"id":2180,"name":"att吸引力廣告","lat":25.072093,"lng":121.5103969,"address":"103台灣台北市大同區酒泉街208號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.511533,25.0731229]},"properties":{"id":2181,"name":"松林工程行","lat":25.0731229,"lng":121.511533,"address":"103台灣台北市大同區延平北路四段157之3號3樓","FL":3,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5135147,25.0727947]},"properties":{"id":2182,"name":"優繕家股份有限公司","lat":25.0727947,"lng":121.5135147,"address":"103台灣台北市大同區重慶北路三段278-2號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.514228,25.0740899]},"properties":{"id":2183,"name":"金舜工程有限公司","lat":25.0740899,"lng":121.514228,"address":"103台灣台北市大同區重慶北路三段313巷1號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5151094,25.0718576]},"properties":{"id":2184,"name":"鴻樣空間有限公司","lat":25.0718576,"lng":121.5151094,"address":"103台灣台北市大同區酒泉街76號7樓","FL":7,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5208979,25.0755539]},"properties":{"id":2185,"name":"泰樂利磨砂輪公司","lat":25.0755539,"lng":121.5208979,"address":"103台灣台北市大同區承德路三段299巷11號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5197577,25.074727]},"properties":{"id":2186,"name":"力可科技工程/昶欣企業公司","lat":25.074727,"lng":121.5197577,"address":"103台灣台北市大同區承德路三段318號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.519602,25.074457]},"properties":{"id":2187,"name":"ideal Kitchen / 華揚國際有限公司","lat":25.074457,"lng":121.519602,"address":"103台灣台北市大同區承德路三段306號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5490433,25.0719968]},"properties":{"id":2188,"name":"晨室空間設計","lat":25.0719968,"lng":121.5490433,"address":"10472台灣台北市中山區濱江街350號2樓","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5750669,25.0732532]},"properties":{"id":2189,"name":"柏揚設計工程有限公司","lat":25.0732532,"lng":121.5750669,"address":"114台灣台北市內湖區港墘路221巷41號6樓","FL":6,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5758522,25.0723653]},"properties":{"id":2190,"name":"百玥空間設計","lat":25.0723653,"lng":121.5758522,"address":"114台灣台北市內湖區瑞湖街88號8樓","FL":8,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.578111,25.0745614]},"properties":{"id":2191,"name":"璧川設計事務所","lat":25.0745614,"lng":121.578111,"address":"11474台灣台北市內湖區瑞光路235巷9號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5787001,25.0741294]},"properties":{"id":2192,"name":"木昜人","lat":25.0741294,"lng":121.5787001,"address":"114台灣台北市內湖區瑞光路225號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5753075,25.0748716]},"properties":{"id":2193,"name":"衡立室內裝修設計有限公司","lat":25.0748716,"lng":121.5753075,"address":"114台灣內湖區瑞光路258巷2號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5787001,25.0741294]},"properties":{"id":2194,"name":"木昜人股份有限公司","lat":25.0741294,"lng":121.5787001,"address":"105台灣台北市松山區民權東路三段160巷2-4號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5853659,25.075166]},"properties":{"id":2195,"name":"佑昇顧問公司","lat":25.075166,"lng":121.5853659,"address":"114台灣台北市內湖區陽光街92巷4號2樓","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5822529,25.0752359]},"properties":{"id":2196,"name":"馥聯機電工程股份有限公司","lat":25.0752359,"lng":121.5822529,"address":"114台灣台北市內湖區文德路66巷40弄1號3樓","FL":3,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.589203,25.073626]},"properties":{"id":2197,"name":"寬是即境台北室內設計公司","lat":25.073626,"lng":121.589203,"address":"11472台灣台北市內湖區成功路二段498巷7號1樓","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5893339,25.073868]},"properties":{"id":2198,"name":"今唐苑設計坊工程有限公司","lat":25.073868,"lng":121.5893339,"address":"114台灣台北市內湖區成功路二段510巷6號2樓","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.589163,25.073996]},"properties":{"id":2199,"name":"零二設計 atelier02","lat":25.073996,"lng":121.589163,"address":"11472台灣台北市內湖區成功路二段510巷9號1樓","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.589781,25.0754149]},"properties":{"id":2200,"name":"象度設計工程有限公司","lat":25.0754149,"lng":121.589781,"address":"114台灣台北市內湖區成功路三段6巷3號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.590186,25.073789]},"properties":{"id":2201,"name":"泓陞藝術設計(股)","lat":25.073789,"lng":121.590186,"address":"114台灣台北市內湖區台北市內湖區成功路二段369號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.606681,25.071857]},"properties":{"id":2202,"name":"時尚雅緻室內設計","lat":25.071857,"lng":121.606681,"address":"114台灣內湖區民權東路六段296巷30號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.6039931,25.0736812]},"properties":{"id":2203,"name":"博森設計工程有限公司","lat":25.0736812,"lng":121.6039931,"address":"114台灣內湖區金湖路348號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.615254,25.073423]},"properties":{"id":2204,"name":"六福防水隔熱工程","lat":25.073423,"lng":121.615254,"address":"114台灣台北市內湖區東湖路113巷117號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.61758,25.074069]},"properties":{"id":2205,"name":"韋竣工程股份有限公司","lat":25.074069,"lng":121.61758,"address":"114台灣台北市內湖區安泰街49巷1號5樓","FL":5,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5118639,25.071997]},"properties":{"id":2228,"name":"巽棠建築師事務所","lat":25.071997,"lng":121.5118639,"address":"103台灣台北市大同區酒泉街160號2樓","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5114583,25.0766221]},"properties":{"id":2229,"name":"首美藝術玻璃","lat":25.0766221,"lng":121.5114583,"address":"103台灣大同區敦煌路159號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.516073,25.0748489]},"properties":{"id":2230,"name":"增中建築師事務所","lat":25.0748489,"lng":121.516073,"address":"103台灣台北市大同區哈密街59巷31弄10號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.545817,25.078082]},"properties":{"id":2231,"name":"工一設計","lat":25.078082,"lng":121.545817,"address":"號, No. 17北安路458巷47弄中山區台北市台灣 10491","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.545579,25.078111]},"properties":{"id":2232,"name":"新台灣基礎工程股份有限公司","lat":25.078111,"lng":121.545579,"address":"10491台灣台北市中山區北安路458巷47弄16號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5462973,25.0780112]},"properties":{"id":2233,"name":"Cedar GreenTech Corp.","lat":25.0780112,"lng":121.5462973,"address":"10466台灣台北市中山區明水路397巷2弄24號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.545638,25.077694]},"properties":{"id":2234,"name":"楓雅室內裝修設計有限公司","lat":25.077694,"lng":121.545638,"address":"104台灣台北市中山區明水路379號1樓","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.545837,25.078524]},"properties":{"id":2235,"name":"匠達人室內裝修設計","lat":25.078524,"lng":121.545837,"address":"10491台灣台北市中山區北安路458巷41弄28號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5485295,25.0775194]},"properties":{"id":2236,"name":"比沙列室內裝修有限公司","lat":25.0775194,"lng":121.5485295,"address":"10491台灣台北市中山區明水路411號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5479195,25.0775268]},"properties":{"id":2237,"name":"築點設計 archicake design","lat":25.0775268,"lng":121.5479195,"address":"10491台灣台北市中山區明水路401號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.548237,25.078474]},"properties":{"id":2238,"name":"豐禾創意集思","lat":25.078474,"lng":121.548237,"address":"10491台灣台北市中山區明水路397巷19弄10號2 樓","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5520483,25.0790081]},"properties":{"id":2239,"name":"白金里居 室內設計公司","lat":25.0790081,"lng":121.5520483,"address":"10491台灣台北市中山區明水路555號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.552005,25.0786899]},"properties":{"id":2240,"name":"漂亮櫥櫃美學館","lat":25.0786899,"lng":121.552005,"address":"10491台灣台北市中山區明水路543號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.556905,25.079803]},"properties":{"id":2241,"name":"翰龍室內裝修工程有限公司(台北室內裝修)","lat":25.079803,"lng":121.556905,"address":"104台灣台北市中山區台北市中山區樂群二路142號8樓","FL":8,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5688019,25.0782685]},"properties":{"id":2242,"name":"hass 許黃勝兆建築師事務所+雪杉室內裝修設計有限公司","lat":25.0782685,"lng":121.5688019,"address":"114台灣台北市內湖區瑞光路478巷22號2 樓","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.571756,25.079299]},"properties":{"id":2243,"name":"欣邑室內裝修工程股份有限公司","lat":25.079299,"lng":121.571756,"address":"114台灣內湖區洲子街76號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.573253,25.076029]},"properties":{"id":2244,"name":"安俬室內裝修規劃有限公司","lat":25.076029,"lng":121.573253,"address":"114台灣台北市內湖區瑞光路316巷50號6樓","FL":6,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5727626,25.0761557]},"properties":{"id":2245,"name":"誠藝設計股份有限公司","lat":25.0761557,"lng":121.5727626,"address":"114台灣台北市內湖區瑞光路358巷30弄10號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5729451,25.079039]},"properties":{"id":2246,"name":"形砌室內裝修設計工程有限公司","lat":25.079039,"lng":121.5729451,"address":"114台灣內湖區洲子街48號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.577439,25.079587]},"properties":{"id":2247,"name":"禾禾居 室內裝修設計","lat":25.079587,"lng":121.577439,"address":"號 2 樓, No. 707內湖路一段內湖區台北市台灣 114","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.576904,25.077406]},"properties":{"id":2248,"name":"晨品咖啡&惇景空間設計","lat":25.077406,"lng":121.576904,"address":"114台灣台北市內湖區港墘路127巷33號1樓","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.576083,25.075881]},"properties":{"id":2249,"name":"瑞奇富精品設計裝修工程公司","lat":25.075881,"lng":121.576083,"address":"114台灣台北市內湖區瑞光路301號2樓","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5765369,25.0786359]},"properties":{"id":2250,"name":"陸聯強企業公司","lat":25.0786359,"lng":121.5765369,"address":"114台灣台北市內湖區港墘路111號B1樓","FL":-1,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.581921,25.0796073]},"properties":{"id":2251,"name":"張羅室內設計","lat":25.0796073,"lng":121.581921,"address":"11464台灣台北市內湖區內湖路2段53號1F","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5800859,25.0786719]},"properties":{"id":2252,"name":"喬登室內設計有限公司","lat":25.0786719,"lng":121.5800859,"address":"114台灣台北市內湖區文德路15號5樓","FL":5,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5801457,25.0782483]},"properties":{"id":2253,"name":"大邑室內裝修工程有限公司","lat":25.0782483,"lng":121.5801457,"address":"114台灣內湖區文德路36號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5820638,25.0782744]},"properties":{"id":2254,"name":"特力幸福家_文德店","lat":25.0782744,"lng":121.5820638,"address":"114台灣台北市內湖區文德路82號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.580183,25.0784247]},"properties":{"id":2255,"name":"林大祐建築師事務所","lat":25.0784247,"lng":121.580183,"address":"114台灣台北市內湖區文德路36號3樓","FL":3,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.584963,25.079412]},"properties":{"id":2256,"name":"棠藝室內設計有限公司","lat":25.079412,"lng":121.584963,"address":"11473台灣台北市內湖區文德路171巷9弄10號5樓","FL":5,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.585401,25.078764]},"properties":{"id":2257,"name":"綠鄰系統家具內湖門市","lat":25.078764,"lng":121.585401,"address":"114台灣台北市內湖區文德路167號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.585152,25.0793799]},"properties":{"id":2258,"name":"游聰榮建築師事務所","lat":25.0793799,"lng":121.585152,"address":"114台灣台北市內湖區文德路171巷9弄8號5樓","FL":5,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.585294,25.078833]},"properties":{"id":2259,"name":"漢格家具室內設計館","lat":25.078833,"lng":121.585294,"address":"11473台灣台北市內湖區文德路165號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5860449,25.0761554]},"properties":{"id":2260,"name":"晞臘室內裝修設計工作室","lat":25.0761554,"lng":121.5860449,"address":"114台灣內湖區陽光街92巷24弄17號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5900129,25.0779916]},"properties":{"id":2261,"name":"米桓室內裝修設計有限公司","lat":25.0779916,"lng":121.5900129,"address":"114台灣內湖區成功路三段77號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.589832,25.078592]},"properties":{"id":2262,"name":"易利迪科系統家具","lat":25.078592,"lng":121.589832,"address":"114台灣台北市內湖區成功路三段91號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5113244,25.0836118]},"properties":{"id":2283,"name":"欣庭家居有限公司","lat":25.0836118,"lng":121.5113244,"address":"111台灣士林區葫東街36號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5229369,25.082278]},"properties":{"id":2284,"name":"森田造景公司","lat":25.082278,"lng":121.5229369,"address":"111台灣台北市士林區承德路四段80巷2號2樓","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5195009,25.080298]},"properties":{"id":2285,"name":"盛宇室內設計","lat":25.080298,"lng":121.5195009,"address":"號, No. 64承德路四段10巷士林區台北市台灣 111","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.522037,25.083135]},"properties":{"id":2286,"name":"唐紫室內裝修設計有限公司","lat":25.083135,"lng":121.522037,"address":"111台灣士林區承德路四段80巷32號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5256808,25.0836549]},"properties":{"id":2287,"name":"日築室內設計","lat":25.0836549,"lng":121.5256808,"address":"111台灣台北市士林區","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5451839,25.081143]},"properties":{"id":2288,"name":"陳智華建築師事務所","lat":25.081143,"lng":121.5451839,"address":"10491台灣台北市中山區大直街20巷20號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5503824,25.0833971]},"properties":{"id":2289,"name":"明水室內設計","lat":25.0833971,"lng":121.5503824,"address":"10491台灣台北市中山區北安路630巷25弄9號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5504545,25.0831616]},"properties":{"id":2290,"name":"迦思設計 Just Design","lat":25.0831616,"lng":121.5504545,"address":"10466台灣台北市中山區北安路630巷25弄11號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5470941,25.0799279]},"properties":{"id":2291,"name":"芬格設計","lat":25.0799279,"lng":121.5470941,"address":"10491台灣台北市中山區明水路557巷14-1號b1f","FL":-1,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.548614,25.081941]},"properties":{"id":2292,"name":"全力建築師事務所","lat":25.081941,"lng":121.548614,"address":"10491台灣台北市中山區北安路589號4樓","FL":4,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.553347,25.0832503]},"properties":{"id":2293,"name":"大集設計 www.george-id.com","lat":25.0832503,"lng":121.553347,"address":"10491台灣台北市中山區敬業一路128巷30號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.553249,25.08279]},"properties":{"id":2294,"name":"真境家居","lat":25.08279,"lng":121.553249,"address":"10491台灣台北市中山區樂群三路63號1樓","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.549804,25.082859]},"properties":{"id":2295,"name":"漢創國際-極能插座","lat":25.082859,"lng":121.549804,"address":"10464台灣台北市中山區北安路630巷15號號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.552083,25.079351]},"properties":{"id":2296,"name":"一太e衛廚(毅太企業股份有限公司)","lat":25.079351,"lng":121.552083,"address":"10464台灣台北市中山區明水路561號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5532356,25.0832581]},"properties":{"id":2297,"name":"砌得室內裝修設計有限公司","lat":25.0832581,"lng":121.5532356,"address":"10491台灣中山區敬業一路128巷","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5560515,25.0813376]},"properties":{"id":2298,"name":"美麗安系統家具室內設計 大直店","lat":25.0813376,"lng":121.5560515,"address":"10491台灣台北市中山區敬業三路123號號 10F( 大 都會 國際 家具 館","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.556233,25.081389]},"properties":{"id":2299,"name":"德國高能得思地板一中山門市-超耐磨地板","lat":25.081389,"lng":121.556233,"address":"10491台灣台北市中山區敬業三路123號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.562917,25.0827]},"properties":{"id":2300,"name":"施耐德開關-開關插座_法國品牌_ZENcelo台規插座開關","lat":25.0827,"lng":121.562917,"address":"114台灣台北市內湖區台北市內湖區基湖路37號2樓","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5612182,25.0830142]},"properties":{"id":2301,"name":"Roche Bobois 法國羅奇堡家居","lat":25.0830142,"lng":121.5612182,"address":"10462台灣台北市中山区堤頂大道二段500號1F, 2F","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.561639,25.08296]},"properties":{"id":2302,"name":"Kitchen Italia - Scavolini Store","lat":25.08296,"lng":121.561639,"address":"10491台灣台北市內湖區堤頂大道二段","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.56311,25.081765]},"properties":{"id":2303,"name":"聯策行銷 Uni-Spirit Marketing","lat":25.081765,"lng":121.56311,"address":"114台灣台北市內湖區內湖路一段120巷15弄8號4樓","FL":4,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5631101,25.0817648]},"properties":{"id":2304,"name":"比沙列空間設計有限公司","lat":25.0817648,"lng":121.5631101,"address":"114台灣台北市內湖區內湖路一段120巷15弄8號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5623049,25.079944]},"properties":{"id":2305,"name":"大棠藝術傢飾設計店dt luxury","lat":25.079944,"lng":121.5623049,"address":"10491台灣台北市中山區樂群二路282號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5694385,25.082528]},"properties":{"id":2306,"name":"城旺實業有限公司","lat":25.082528,"lng":121.5694385,"address":"114台灣台北市內湖區內湖路一段359巷7號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.569126,25.080962]},"properties":{"id":2307,"name":"Mountain Living 臺北旗艦店","lat":25.080962,"lng":121.569126,"address":"114台灣台北市內湖區內湖路一段312號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.569115,25.080923]},"properties":{"id":2308,"name":"Mountain Living 柚木家具","lat":25.080923,"lng":121.569115,"address":"114台灣台北市內湖區內湖路一段312號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5738721,25.0802349]},"properties":{"id":2309,"name":"卡柏有限公司","lat":25.0802349,"lng":121.5738721,"address":"114台灣台北市內湖區內湖路一段516號6 樓","FL":6,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.576173,25.0803922]},"properties":{"id":2310,"name":"綠點有限公司","lat":25.0803922,"lng":121.576173,"address":"114台灣台北市內湖區內湖路一段667巷9號4樓","FL":4,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5772499,25.0811899]},"properties":{"id":2311,"name":"昌興建築師事務所","lat":25.0811899,"lng":121.5772499,"address":"114台灣台北市內湖區內湖路一段629巷101弄25號5樓","FL":5,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.579292,25.08124]},"properties":{"id":2312,"name":"吳龍飛建築師事務所","lat":25.08124,"lng":121.579292,"address":"114台灣台北市內湖區內湖路一段737巷67號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5797439,25.0804309]},"properties":{"id":2313,"name":"金甲實業有限公司","lat":25.0804309,"lng":121.5797439,"address":"114台灣台北市內湖區內湖路一段737巷51弄14號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5891543,25.0819069]},"properties":{"id":2314,"name":"奇瓦室內裝修工程股份有限公司","lat":25.0819069,"lng":121.5891543,"address":"114台灣內湖區內湖路二段231號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.590281,25.080566]},"properties":{"id":2315,"name":"雅色室內裝修設計有限公司","lat":25.080566,"lng":121.590281,"address":"114台灣內湖區成功路三段166號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5902266,25.0803038]},"properties":{"id":2316,"name":"有情門設計家具 內湖門市","lat":25.0803038,"lng":121.5902266,"address":"114台灣台北市內湖區成功路三段160號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5899416,25.0800474]},"properties":{"id":2317,"name":"歐德系統傢俱連鎖事業(內湖店)","lat":25.0800474,"lng":121.5899416,"address":"114台灣台北市成功路三段152號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.587689,25.082064]},"properties":{"id":2318,"name":"楊永欣建築師事務所","lat":25.082064,"lng":121.587689,"address":"114台灣台北市內湖區內湖路二段179巷3弄6號2樓","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.59016,25.080453]},"properties":{"id":2319,"name":"杰逸工程公司","lat":25.080453,"lng":121.59016,"address":"114台灣台北市內湖區成功路三段162號5樓","FL":5,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.590288,25.0804496]},"properties":{"id":2320,"name":"家和廚具","lat":25.0804496,"lng":121.590288,"address":"114台灣台北市內湖區成功路三段166號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5924489,25.080983]},"properties":{"id":2321,"name":"羅棟設計有限公司","lat":25.080983,"lng":121.5924489,"address":"114台灣台北市內湖區成功路四段61巷9弄10之1號3樓","FL":3,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5929674,25.0828847]},"properties":{"id":2322,"name":"鐘紗室內設計工房有限公司","lat":25.0828847,"lng":121.5929674,"address":"114台灣內湖區成功路四段68號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.59137,25.0833809]},"properties":{"id":2323,"name":"千代宮社計室","lat":25.0833809,"lng":121.59137,"address":"114台灣台北市內湖區內湖路二段339巷10弄8號5樓","FL":5,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5930127,25.0829171]},"properties":{"id":2324,"name":"季舫室內設計工程有限公司","lat":25.0829171,"lng":121.5930127,"address":"114台灣內湖區成功路四段70號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5953859,25.079992]},"properties":{"id":2325,"name":"雙木林人文系統設計","lat":25.079992,"lng":121.5953859,"address":"114台灣台北市內湖區星雲街146號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5966188,25.0826875]},"properties":{"id":2326,"name":"程軒設計有限公司E34 Design","lat":25.0826875,"lng":121.5966188,"address":"114台灣台北市內湖區金湖路40號1 樓","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.59644,25.0836709]},"properties":{"id":2327,"name":"答答藝術玻璃有限公司","lat":25.0836709,"lng":121.59644,"address":"114台灣台北市內湖區成功路四段223巷15弄4號4樓","FL":4,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.607784,25.075307]},"properties":{"id":2328,"name":"耘宏設計有限公司","lat":25.075307,"lng":121.607784,"address":"114台灣內湖區成功路五段420巷11號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.511159,25.0850154]},"properties":{"id":2344,"name":"鎮翔室內設計/鎮翔鋁窗工程","lat":25.0850154,"lng":121.511159,"address":"111台灣台北市士林區重慶北路四段215號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.511352,25.084401]},"properties":{"id":2345,"name":"正寶工程顧問有限公司","lat":25.084401,"lng":121.511352,"address":"111台灣台北市士林區重慶北路四段193號3樓","FL":3,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5172909,25.0872279]},"properties":{"id":2346,"name":"喬信工程顧問有限公司","lat":25.0872279,"lng":121.5172909,"address":"111台灣台北市士林區福港街160巷14號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.522486,25.0868769]},"properties":{"id":2347,"name":"日產木器股份有限公司","lat":25.0868769,"lng":121.522486,"address":"111台灣台北市士林區承德路四段182號12樓","FL":12,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5528362,25.0858716]},"properties":{"id":2348,"name":"國際牌廚具衛浴","lat":25.0858716,"lng":121.5528362,"address":"10464台灣台北市中山區北安路761號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5568122,25.0849527]},"properties":{"id":2349,"name":"百有文創設計有限公司","lat":25.0849527,"lng":121.5568122,"address":"10491台灣台北市中山區北安路821巷1弄10號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5569399,25.0847179]},"properties":{"id":2350,"name":"莊氏股份有限公司","lat":25.0847179,"lng":121.5569399,"address":"104台灣台北市中山區北安路833號3樓","FL":3,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5650164,25.0861713]},"properties":{"id":2351,"name":"大雄設計","lat":25.0861713,"lng":121.5650164,"address":"114台灣台北市內湖區文湖街82號2樓","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.567703,25.0862689]},"properties":{"id":2352,"name":"施明德建築師事務所","lat":25.0862689,"lng":121.567703,"address":"114台灣台北市內湖區環山路一段53號3樓","FL":3,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5709204,25.0862496]},"properties":{"id":2353,"name":"濟鴻室內裝修設計工程有限公司","lat":25.0862496,"lng":121.5709204,"address":"號, No. 11環山路二段內湖區台北市台灣 114","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.579284,25.082377]},"properties":{"id":2354,"name":"冠林茶舖","lat":25.082377,"lng":121.579284,"address":"114台灣台北市內湖區內湖路一段737巷91號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5835239,25.084982]},"properties":{"id":2355,"name":"蘇哲學建築師事務所","lat":25.084982,"lng":121.5835239,"address":"114台灣台北市內湖區內湖路二段179巷75弄4號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5879259,25.0874609]},"properties":{"id":2356,"name":"劉振坤建築師事務所","lat":25.0874609,"lng":121.5879259,"address":"114台灣台北市內湖區金龍路203之5號7樓","FL":7,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.587592,25.087806]},"properties":{"id":2357,"name":"閎柏室內設計有限公司","lat":25.087806,"lng":121.587592,"address":"114台灣內湖區金龍路203號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.593623,25.084937]},"properties":{"id":2358,"name":"羿泰有限公司","lat":25.084937,"lng":121.593623,"address":"114台灣台北市內湖區金龍路49號3樓","FL":3,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.593626,25.08494]},"properties":{"id":2359,"name":"永閎工程-專業白磚施作","lat":25.08494,"lng":121.593626,"address":"114台灣台北市內湖區金龍路49號3樓","FL":3,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5959029,25.084183]},"properties":{"id":2360,"name":"趙天佐建築師事務所","lat":25.084183,"lng":121.5959029,"address":"114台灣台北市內湖區成功路四段203號2樓","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.6014659,25.0844431]},"properties":{"id":2361,"name":"東西聯合設計有限公司","lat":25.0844431,"lng":121.6014659,"address":"114台灣台北市內湖區成功路五段32號8樓","FL":8,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.599231,25.084334]},"properties":{"id":2362,"name":"中見機械工程股份有限公司","lat":25.084334,"lng":121.599231,"address":"114台灣台北市內湖區成功路四段323巷14弄7號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.599262,25.084858]},"properties":{"id":2363,"name":"Grace格麗斯成功店(鼎盛嘉)","lat":25.084858,"lng":121.599262,"address":"114台灣台北市內湖區成功路四段336號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.50689,25.08968]},"properties":{"id":2370,"name":"五結工程公司","lat":25.08968,"lng":121.50689,"address":"111台灣台北市士林區延平北路六段150巷1號3樓","FL":3,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5172239,25.0902159]},"properties":{"id":2371,"name":"江南生建築師事務所","lat":25.0902159,"lng":121.5172239,"address":"111台灣台北市士林區承德路四段348號8樓","FL":8,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5179039,25.091081]},"properties":{"id":2372,"name":"志同土地登記專業代理人聯合事務","lat":25.091081,"lng":121.5179039,"address":"111台灣台北市士林區福港街18巷4號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5177414,25.0889462]},"properties":{"id":2373,"name":"致群設計工程有限公司","lat":25.0889462,"lng":121.5177414,"address":"111台灣士林區大南路325號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5201029,25.0879049]},"properties":{"id":2374,"name":"班師設計工程有限公司","lat":25.0879049,"lng":121.5201029,"address":"111台灣台北市士林區大南路251巷16號4樓","FL":4,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.521938,25.090446]},"properties":{"id":2375,"name":"天森室內設計有限公司","lat":25.090446,"lng":121.521938,"address":"111台灣士林區基河路190號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5207309,25.08952]},"properties":{"id":2376,"name":"龔燈彬建築師事務所","lat":25.08952,"lng":121.5207309,"address":"111台灣台北市士林區承德路四段257號7樓","FL":7,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5208879,25.088961]},"properties":{"id":2377,"name":"松聲實業有限公司","lat":25.088961,"lng":121.5208879,"address":"111台灣台北市士林區承德路四段242號5樓","FL":5,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5207599,25.0890329]},"properties":{"id":2378,"name":"葉正興建築師事務所","lat":25.0890329,"lng":121.5207599,"address":"111台灣台北市士林區承德路四段246號7樓","FL":7,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.521546,25.0883279]},"properties":{"id":2379,"name":"卡莫空間設計規劃工程有限公司","lat":25.0883279,"lng":121.521546,"address":"111台灣士林區承德路四段220號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5253959,25.0917779]},"properties":{"id":2380,"name":"李坤英建築師事務所","lat":25.0917779,"lng":121.5253959,"address":"111台灣台北市士林區大東路131號2樓","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5462383,25.0832214]},"properties":{"id":2381,"name":"實踐推廣教育部","lat":25.0832214,"lng":121.5462383,"address":"10491台灣台北市中山區大直街68號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5610899,25.0908409]},"properties":{"id":2382,"name":"富芳工程有限公司","lat":25.0908409,"lng":121.5610899,"address":"114台灣台北市內湖區文湖街21巷100弄23號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.58778,25.0888119]},"properties":{"id":2383,"name":"李浩原建築師事務所","lat":25.0888119,"lng":121.58778,"address":"114台灣台北市內湖區內湖路三段252之1號5樓","FL":5,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5913639,25.087949]},"properties":{"id":2384,"name":"三傑鷹架公司","lat":25.087949,"lng":121.5913639,"address":"114台灣台北市內湖區內湖路三段60巷8弄24號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.6016002,25.0880242]},"properties":{"id":2385,"name":"赫林室內裝修設計工程有限公司","lat":25.0880242,"lng":121.6016002,"address":"114台灣內湖區大湖山莊街173巷6號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5990863,25.0883108]},"properties":{"id":2386,"name":"禾園室內裝修設計工程有限公司","lat":25.0883108,"lng":121.5990863,"address":"114台灣內湖區大湖山莊街225號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.4978079,25.094414]},"properties":{"id":2392,"name":"眾衍工程有限公司","lat":25.094414,"lng":121.4978079,"address":"111台灣台北市士林區延平北路七段8號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5149889,25.0924809]},"properties":{"id":2393,"name":"呂禮謙建築師事務所","lat":25.0924809,"lng":121.5149889,"address":"111台灣台北市士林區通河東街二段20巷7號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.517302,25.094311]},"properties":{"id":2394,"name":"漢瑪室內設計","lat":25.094311,"lng":121.517302,"address":"11165台灣台北市士林區士商路155號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5181761,25.0931472]},"properties":{"id":2395,"name":"泓運企業社/泓運金屬門","lat":25.0931472,"lng":121.5181761,"address":"111台灣台北市士林區士商路123號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5210872,25.0943143]},"properties":{"id":2396,"name":"美麗安系統家具室內設計","lat":25.0943143,"lng":121.5210872,"address":"111台灣台北市士林區中正路392號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.522136,25.093552]},"properties":{"id":2397,"name":"居琦室內裝修設計有限公司","lat":25.093552,"lng":121.522136,"address":"111台灣台北市士林區中正路365巷23號號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.522373,25.09381]},"properties":{"id":2398,"name":"聯宇建築師事務所","lat":25.09381,"lng":121.522373,"address":"111台灣台北市士林區中正路349巷10號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5265071,25.0949587]},"properties":{"id":2399,"name":"大方室內設計有限公司","lat":25.0949587,"lng":121.5265071,"address":"111台灣士林區中正路213巷8號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5240709,25.093977]},"properties":{"id":2400,"name":"阮文成建築師事務所","lat":25.093977,"lng":121.5240709,"address":"111台灣台北市士林區文林路421巷17號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.525506,25.09198]},"properties":{"id":2401,"name":"何長庚建築師事務所","lat":25.09198,"lng":121.525506,"address":"111台灣台北市士林區大東路136號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5278467,25.0941479]},"properties":{"id":2402,"name":"元鎮室內設計有限公司","lat":25.0941479,"lng":121.5278467,"address":"111台灣士林區中山北路五段529號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.527607,25.09353]},"properties":{"id":2403,"name":"歐德系統傢俱連鎖事業(中山店)","lat":25.09353,"lng":121.527607,"address":"111台灣台北市中山北路五段505巷2號號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.528361,25.092753]},"properties":{"id":2404,"name":"百齡農園公司","lat":25.092753,"lng":121.528361,"address":"111台灣台北市士林區中山北路五段482號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5266301,25.0953693]},"properties":{"id":2405,"name":"云鼎設計 陳柏壽建築師事務所","lat":25.0953693,"lng":121.5266301,"address":"111台灣台北市士林區中正路211號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.491835,25.098989]},"properties":{"id":2407,"name":"瑞順建(木)材","lat":25.098989,"lng":121.491835,"address":"111台灣台北市士林區延平北路七段177巷16號號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.505228,25.099417]},"properties":{"id":2408,"name":"燈時代照明 美術燈具燈飾專賣","lat":25.099417,"lng":121.505228,"address":"112台灣台北市北投區洲美街125號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5260449,25.096359]},"properties":{"id":2409,"name":"孫森材建築師事務所","lat":25.096359,"lng":121.5260449,"address":"111台灣台北市士林區中正路212巷5弄1號2樓","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.526457,25.096873]},"properties":{"id":2410,"name":"西塔筑居","lat":25.096873,"lng":121.526457,"address":"111台灣台北市士林區中正路212巷8弄7號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5281107,25.0983287]},"properties":{"id":2411,"name":"三久建築室內設計","lat":25.0983287,"lng":121.5281107,"address":"111台灣台北市士林區福志路113號1 樓","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.527248,25.097359]},"properties":{"id":2412,"name":"峰閣空間設計有限公司","lat":25.097359,"lng":121.527248,"address":"11280台灣台北市士林區中山北路五段689號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5274973,25.09635]},"properties":{"id":2413,"name":"特力幸福家 中山北路店","lat":25.09635,"lng":121.5274973,"address":"111台灣台北市士林區中山北路五段623號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.527685,25.097486]},"properties":{"id":2414,"name":"丹美家飾","lat":25.097486,"lng":121.527685,"address":"111台灣台北市士林區中山北路五段690號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.527382,25.096755]},"properties":{"id":2415,"name":"三商美福 士林門市","lat":25.096755,"lng":121.527382,"address":"111台灣台北市士林區中山北路五段641號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5273657,25.0969646]},"properties":{"id":2416,"name":"綠居室內裝修系統櫃設計","lat":25.0969646,"lng":121.5273657,"address":"111台灣台北市士林區中山北路五段647號號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.532662,25.0988699]},"properties":{"id":2417,"name":"歐克室內設計企業有限公司","lat":25.0988699,"lng":121.532662,"address":"111台灣台北市士林區雨農路30之2號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5320819,25.0977579]},"properties":{"id":2418,"name":"奧斯卡室內設計有限公司","lat":25.0977579,"lng":121.5320819,"address":"111台灣台北市士林區雨農路17之1號2樓","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5343264,25.0980866]},"properties":{"id":2419,"name":"漢格家具設計館","lat":25.0980866,"lng":121.5343264,"address":"111台灣台北市士林區福林路237號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.531777,25.098297]},"properties":{"id":2420,"name":"陳漢儒建築師事務所 / 衍序規劃設計 / BIAS Architects","lat":25.098297,"lng":121.531777,"address":"111台灣台北市士林區台北市士林區福志路11號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5611219,25.0913562]},"properties":{"id":2421,"name":"青團隊 jing group","lat":25.0913562,"lng":121.5611219,"address":"114台灣台北市內湖區文湖街21巷100弄8號4樓","FL":4,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.511825,25.10263]},"properties":{"id":2424,"name":"弘積工程有限公司","lat":25.10263,"lng":121.511825,"address":"112台灣北投區承德路六段333號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5222333,25.1008272]},"properties":{"id":2425,"name":"華爾特企業有限公司","lat":25.1008272,"lng":121.5222333,"address":"111台灣台北市士林區文林路667號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5210761,25.1023257]},"properties":{"id":2426,"name":"大允室內裝修有限公司","lat":25.1023257,"lng":121.5210761,"address":"111台灣士林區文林路708號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5250869,25.103007]},"properties":{"id":2427,"name":"懷比堂企業有限公司","lat":25.103007,"lng":121.5250869,"address":"111台灣台北市士林區中山北路六段13號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5241068,25.101513]},"properties":{"id":2428,"name":"楊格室內裝修設計有限公司","lat":25.101513,"lng":121.5241068,"address":"111台灣士林區中山北路五段829巷38號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5248822,25.1034301]},"properties":{"id":2429,"name":"極品家工程有限公司","lat":25.1034301,"lng":121.5248822,"address":"111台灣士林區中山北路六段31號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5282269,25.102343]},"properties":{"id":2430,"name":"創律工程股份有限公司","lat":25.102343,"lng":121.5282269,"address":"111台灣台北市士林區至誠路二段92巷29號4樓","FL":4,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5275638,25.1034691]},"properties":{"id":2431,"name":"經典建築室內裝修設計工程有限公司","lat":25.1034691,"lng":121.5275638,"address":"111台灣士林區中山北路六段2巷33號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.53431,25.1015219]},"properties":{"id":2432,"name":"梁恩琦建築師事務所","lat":25.1015219,"lng":121.53431,"address":"111台灣台北市士林區至誠路一段144號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.533739,25.101451]},"properties":{"id":2433,"name":"上采傢飾","lat":25.101451,"lng":121.533739,"address":"11142台灣台北市士林區雨聲街207號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.477524,25.105007]},"properties":{"id":2435,"name":"義海家具設計中心 EH-Design 專業訂製家具中心","lat":25.105007,"lng":121.477524,"address":"111台灣台北市士林區延平北路八段281巷22號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.484145,25.105775]},"properties":{"id":2436,"name":"宏達玻璃彩繪雕刻","lat":25.105775,"lng":121.484145,"address":"111台灣台北市士林區延平北路八段87號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.48484,25.105146]},"properties":{"id":2437,"name":"欣志工程股份有限公司","lat":25.105146,"lng":121.48484,"address":"111台灣台北市士林區延平北路八段61號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.4956684,25.1069789]},"properties":{"id":2438,"name":"庭逸室內裝修工程行","lat":25.1069789,"lng":121.4956684,"address":"111台灣台北市士林區延平北路七段106巷334-4號1樓","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5176249,25.105874]},"properties":{"id":2439,"name":"王鎮企業有限公司","lat":25.105874,"lng":121.5176249,"address":"112台灣台北市北投區文林北路106號2樓","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.517244,25.105924]},"properties":{"id":2440,"name":"張煥章建築師事務所","lat":25.105924,"lng":121.517244,"address":"112台灣台北市北投區文林北路116號之1","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.517625,25.105874]},"properties":{"id":2441,"name":"王鎮室內裝修設計工程有限公司","lat":25.105874,"lng":121.517625,"address":"112台灣北投區文林北路106號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.521573,25.105238]},"properties":{"id":2442,"name":"久揚室內裝修&久揚建材磁磚精品","lat":25.105238,"lng":121.521573,"address":"111台灣台北市士林區111 台北市士林區德行西路93巷6弄14號1樓","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5229753,25.1073597]},"properties":{"id":2443,"name":"寓子空間設計","lat":25.1073597,"lng":121.5229753,"address":"111台灣台北市士林區磺溪街55巷1號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5193989,25.1072229]},"properties":{"id":2444,"name":"鄭豐年建築師事務所","lat":25.1072229,"lng":121.5193989,"address":"112台灣台北市北投區文林北路94巷73號3樓","FL":3,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.520059,25.1062999]},"properties":{"id":2445,"name":"陳澤生建築師事務所","lat":25.1062999,"lng":121.520059,"address":"112台灣台北市北投區文林北路80巷90弄12號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5243509,25.10683]},"properties":{"id":2446,"name":"金奐綜合設計工程有限公司","lat":25.10683,"lng":121.5243509,"address":"111台灣台北市士林區中山北路六段157巷7號2樓","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5248139,25.1069929]},"properties":{"id":2447,"name":"慶益工程股份有限公司","lat":25.1069929,"lng":121.5248139,"address":"111台灣台北市士林區中山北路六段161號之2","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.525588,25.105603]},"properties":{"id":2448,"name":"曾人識建築師事務所","lat":25.105603,"lng":121.525588,"address":"111台灣台北市士林區忠誠路一段16巷21之1號5樓","FL":5,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5297,25.107749]},"properties":{"id":2449,"name":"創揚室內裝修企業股份有限公司","lat":25.107749,"lng":121.5297,"address":"111台灣台北市士林區忠誠路一段184-1號1樓","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.528415,25.107592]},"properties":{"id":2450,"name":"阜居x空間創意設計","lat":25.107592,"lng":121.528415,"address":"11147台灣台北市士林區台北市士林區德行東路102-3號2F","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5299088,25.1076961]},"properties":{"id":2451,"name":"漢特藝術設計有限公司","lat":25.1076961,"lng":121.5299088,"address":"111台灣台北市士林區忠誠路一段184號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5290239,25.1049229]},"properties":{"id":2452,"name":"品築企業有限公司","lat":25.1049229,"lng":121.5290239,"address":"111台灣台北市士林區忠誠路一段115號3樓","FL":3,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5303016,25.1073609]},"properties":{"id":2453,"name":"斯美家歐洲進口廚具‧衛浴","lat":25.1073609,"lng":121.5303016,"address":"111台灣台北市士林區忠誠路一段167號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.535214,25.105918]},"properties":{"id":2454,"name":"聖方設計工程有限公司","lat":25.105918,"lng":121.535214,"address":"111台灣台北市士林區芝玉路一段122巷8號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.469949,25.107987]},"properties":{"id":2455,"name":"金碧不銹鋼有限公司","lat":25.107987,"lng":121.469949,"address":"111台灣士林區士林區延平北路九段253巷10號後棟","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.4858798,25.1113775]},"properties":{"id":2456,"name":"丞斌企業公司","lat":25.1113775,"lng":121.4858798,"address":"111台灣台北市士林區","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.484932,25.1089199]},"properties":{"id":2457,"name":"昇業工程股份有限公司","lat":25.1089199,"lng":121.484932,"address":"111台灣台北市士林區延平北路八段2巷151弄23號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.495188,25.108403]},"properties":{"id":2458,"name":"億特室內裝修設計工程有限公司","lat":25.108403,"lng":121.495188,"address":"111台灣士林區延平北路七段106巷355號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.510334,25.1084659]},"properties":{"id":2459,"name":"豪格工程有限公司","lat":25.1084659,"lng":121.510334,"address":"112台灣北投區承德路六段449號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5184441,25.1082929]},"properties":{"id":2460,"name":"百辰工程股份有限公司","lat":25.1082929,"lng":121.5184441,"address":"112台灣台北市北投區明德路65號3樓","FL":3,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5208139,25.1111649]},"properties":{"id":2461,"name":"林尚志室內設計工程有限公司","lat":25.1111649,"lng":121.5208139,"address":"112台灣台北市北投區明德路157之6號7樓","FL":7,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.521123,25.110992]},"properties":{"id":2462,"name":"珈品设计工作室","lat":25.110992,"lng":121.521123,"address":"112台灣台北市北投区明德路164號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5200856,25.1101033]},"properties":{"id":2463,"name":"祜華室內設計工程有限公司","lat":25.1101033,"lng":121.5200856,"address":"112台灣北投區懷德街1號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5195834,25.1106451]},"properties":{"id":2464,"name":"佰居易裝修工廠","lat":25.1106451,"lng":121.5195834,"address":"112台灣台北市北投區懷德街3-7號號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.521119,25.11173]},"properties":{"id":2465,"name":"中甸室內裝修企業股份有限公司","lat":25.11173,"lng":121.521119,"address":"112台灣北投區明德路201號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.525377,25.1079729]},"properties":{"id":2466,"name":"提芙設計工程事業有限公司","lat":25.1079729,"lng":121.525377,"address":"111台灣台北市士林區中山北路六段200號3樓","FL":3,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.525039,25.108439]},"properties":{"id":2467,"name":"有情門設計家具 天母門市","lat":25.108439,"lng":121.525039,"address":"111台灣台北市士林區中山北路六段215號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5202479,25.1085299]},"properties":{"id":2468,"name":"張尚德建築師事務所","lat":25.1085299,"lng":121.5202479,"address":"112台灣台北市北投區東華街一段42之1號3樓","FL":3,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5254106,25.1104357]},"properties":{"id":2469,"name":"尼雅藝術家具有限公司","lat":25.1104357,"lng":121.5254106,"address":"111台灣士林區中山北路六段291號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.523242,25.1093309]},"properties":{"id":2470,"name":"楊雪雲建築師事務所","lat":25.1093309,"lng":121.523242,"address":"111台灣台北市士林區克強路10巷9弄23號4樓","FL":4,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.524114,25.1101069]},"properties":{"id":2471,"name":"吳忠寬建築師事務所","lat":25.1101069,"lng":121.524114,"address":"111台灣台北市士林區中山北路六段277巷18弄5號4樓","FL":4,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5255889,25.1095939]},"properties":{"id":2472,"name":"台灣瀚森股份有限公司","lat":25.1095939,"lng":121.5255889,"address":"111台灣台北市士林區中山北路六段262號2樓","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5267339,25.108699]},"properties":{"id":2473,"name":"京宇企業有限公司","lat":25.108699,"lng":121.5267339,"address":"111台灣台北市士林區中山北路六段290巷36之1號3樓","FL":3,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.525001,25.108326]},"properties":{"id":2474,"name":"誠舍傢飾","lat":25.108326,"lng":121.525001,"address":"111台灣台北市士林區中山北路六段207號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5255592,25.1090395]},"properties":{"id":2475,"name":"傑帝設計工程股份有限公司","lat":25.1090395,"lng":121.5255592,"address":"111台灣士林區中山北路六段238號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.525129,25.109087]},"properties":{"id":2476,"name":"榆廬傢俱設計","lat":25.109087,"lng":121.525129,"address":"111台灣台北市士林區中山北路六段237號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.527236,25.108428]},"properties":{"id":2477,"name":"朔使室內裝修有限公司","lat":25.108428,"lng":121.527236,"address":"111台灣士林區德行東路81巷15弄21號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.532459,25.109826]},"properties":{"id":2478,"name":"感知景觀/室內工程有限公司","lat":25.109826,"lng":121.532459,"address":"111台灣台北市士林區忠誠路二段21巷37號1樓","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.531296,25.10861]},"properties":{"id":2479,"name":"如益玻璃行","lat":25.10861,"lng":121.531296,"address":"111台灣台北市士林區德行東路194-1號1樓","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.531471,25.109849]},"properties":{"id":2480,"name":"寶藝工程有限公司","lat":25.109849,"lng":121.531471,"address":"111台灣台北市士林區忠誠路二段41巷26號3樓","FL":3,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.536463,25.1100429]},"properties":{"id":2481,"name":"創揚企業有限公司","lat":25.1100429,"lng":121.536463,"address":"111台灣台北市士林區德行東路300號3樓","FL":3,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.539652,25.109717]},"properties":{"id":2482,"name":"申虹室內裝修設計有限公司","lat":25.109717,"lng":121.539652,"address":"111台灣士林區德行東路358巷23弄3號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5098415,25.1135272]},"properties":{"id":2483,"name":"彩成室內裝修設計工程有限公司","lat":25.1135272,"lng":121.5098415,"address":"112台灣台北市北投區石牌路一段33巷4弄2-1號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.510303,25.11195]},"properties":{"id":2484,"name":"歐爵室內裝修設計有限公司","lat":25.11195,"lng":121.510303,"address":"112台灣台北市北投區承德路七段98號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5107489,25.1150486]},"properties":{"id":2485,"name":"水水設計","lat":25.1150486,"lng":121.5107489,"address":"號, No. 2實踐街82巷北投區台北市台灣 112","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5077389,25.1157039]},"properties":{"id":2486,"name":"惠工程顧問股份有限公司","lat":25.1157039,"lng":121.5077389,"address":"112台灣台北市北投區尊賢街223號2樓","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5102829,25.113202]},"properties":{"id":2487,"name":"美剛企業公司","lat":25.113202,"lng":121.5102829,"address":"112台灣台北市北投區石牌路一段37號2樓","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.511692,25.1130669]},"properties":{"id":2488,"name":"金湯室內設計有限公司","lat":25.1130669,"lng":121.511692,"address":"112台灣台北市北投區石牌路一段58巷21號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.514991,25.114614]},"properties":{"id":2489,"name":"有泉超耐磨地板","lat":25.114614,"lng":121.514991,"address":"112台灣台北市北投區西安街一段367號台北 市 區號 2F-6","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5163039,25.1118599]},"properties":{"id":2490,"name":"大玓園藝公司","lat":25.1118599,"lng":121.5163039,"address":"112台灣台北市北投區西安街一段281巷6弄1號2樓","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5178819,25.1158199]},"properties":{"id":2491,"name":"劉明滄建築師事務所","lat":25.1158199,"lng":121.5178819,"address":"112台灣台北市北投區裕民一路40巷17號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5184096,25.1144944]},"properties":{"id":2492,"name":"仁愛室內裝修設計工程有限公司","lat":25.1144944,"lng":121.5184096,"address":"112台灣北投區裕民六路114巷27號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5218337,25.1126971]},"properties":{"id":2493,"name":"沐果室內設計","lat":25.1126971,"lng":121.5218337,"address":"號, No. 219明德路北投區台北市台灣 112","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5195339,25.1121324]},"properties":{"id":2494,"name":"浩司室內裝修設計有限公司","lat":25.1121324,"lng":121.5195339,"address":"112台灣台北市北投區懷德街36號2樓","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5268056,25.1136426]},"properties":{"id":2495,"name":"OM ART 歐美藝術生活精品","lat":25.1136426,"lng":121.5268056,"address":"111台灣台北市士林區中山北路六段421號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5284389,25.1133665]},"properties":{"id":2496,"name":"賣思空間好設計工作室","lat":25.1133665,"lng":121.5284389,"address":"111台灣台北市士林區中山北路6段450巷21號4樓","FL":4,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.530911,25.1152739]},"properties":{"id":2497,"name":"大竹室內裝修設計工程有限公司","lat":25.1152739,"lng":121.530911,"address":"111台灣士林區天母東路8巷71號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.531765,25.1143209]},"properties":{"id":2498,"name":"橙白室內設計","lat":25.1143209,"lng":121.531765,"address":"111台灣台北市士林區忠誠路二段130巷8號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5314026,25.1141679]},"properties":{"id":2499,"name":"維陽系統櫥櫃有限公司","lat":25.1141679,"lng":121.5314026,"address":"111台灣台北市士林區忠誠路二段130巷12號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5310909,25.112843]},"properties":{"id":2500,"name":"廖祖望建築師事務所","lat":25.112843,"lng":121.5310909,"address":"111台灣台北市士林區忠誠路二段92號8樓","FL":8,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.537303,25.112818]},"properties":{"id":2501,"name":"台灣大裝修(天母店)","lat":25.112818,"lng":121.537303,"address":"25.112818, 121.537303, No. 15士東路266巷3弄士林區台北市台灣 111","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5385919,25.112062]},"properties":{"id":2502,"name":"崇信工程顧問公司","lat":25.112062,"lng":121.5385919,"address":"111台灣台北市士林區德行東路331巷36弄11號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5386159,25.112741]},"properties":{"id":2503,"name":"石滋建築師事務所","lat":25.112741,"lng":121.5386159,"address":"111台灣台北市士林區德行東路331巷52弄9號3樓","FL":3,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.537488,25.113151]},"properties":{"id":2504,"name":"品巡室內設計工程","lat":25.113151,"lng":121.537488,"address":"111台灣士林區士東路286巷1-10號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.500572,25.11943]},"properties":{"id":2507,"name":"六福工程股份有限公司","lat":25.11943,"lng":121.500572,"address":"112台灣台北市北投區承德路七段401巷36號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5029559,25.118552]},"properties":{"id":2508,"name":"長鼎工程股份有限公司","lat":25.118552,"lng":121.5029559,"address":"112台灣台北市北投區承德路七段376號4樓","FL":4,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.510173,25.1168959]},"properties":{"id":2509,"name":"銳匠室內設計","lat":25.1168959,"lng":121.510173,"address":"112台灣台北市北投區石牌路一段39巷120弄5號2樓","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.50831,25.118577]},"properties":{"id":2510,"name":"居間設計","lat":25.118577,"lng":121.50831,"address":"11273台灣台北市北投區吉利街152號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.515087,25.1185439]},"properties":{"id":2511,"name":"志群建築師事務所","lat":25.1185439,"lng":121.515087,"address":"112台灣台北市北投區立農街二段258之1號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.519852,25.1159069]},"properties":{"id":2512,"name":"一源機械鑿井工程行","lat":25.1159069,"lng":121.519852,"address":"112台灣台北市北投區明德路331巷3號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5292401,25.1184122]},"properties":{"id":2513,"name":"全能屋室內設計","lat":25.1184122,"lng":121.5292401,"address":"號 3 樓 之 8, No. 3天母西路士林區台北市台灣 111","FL":3,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5271219,25.1185984]},"properties":{"id":2514,"name":"楷居設計工程有限公司","lat":25.1185984,"lng":121.5271219,"address":"111台灣士林區天母西路45號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5324619,25.1182149]},"properties":{"id":2515,"name":"歐得有限公司","lat":25.1182149,"lng":121.5324619,"address":"111台灣台北市士林區天母東路45號6樓","FL":6,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.533505,25.118249]},"properties":{"id":2516,"name":"歐德系統傢俱連鎖事業(天母店)","lat":25.118249,"lng":121.533505,"address":"111台灣台北市天母東路57號號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.46563,25.1210789]},"properties":{"id":2518,"name":"宜門實業有限公司","lat":25.1210789,"lng":121.46563,"address":"112台灣台北市北投區大度路三段301巷82號2樓","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.4671872,25.1226501]},"properties":{"id":2519,"name":"澄田家具有限公司","lat":25.1226501,"lng":121.4671872,"address":"112台灣台北市北投區知行路318號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.496722,25.1230949]},"properties":{"id":2520,"name":"榕吉企業有限公司","lat":25.1230949,"lng":121.496722,"address":"112台灣台北市北投區大業路65巷66號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.4958356,25.1214683]},"properties":{"id":2521,"name":"林耕州室內設計有限公司","lat":25.1214683,"lng":121.4958356,"address":"112台灣北投區大度路一段","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5028621,25.1198674]},"properties":{"id":2522,"name":"築禾室內設計有限公司","lat":25.1198674,"lng":121.5028621,"address":"112台灣北投區公舘路423巷8弄15號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5244169,25.121034]},"properties":{"id":2523,"name":"老圃造園工程公司","lat":25.121034,"lng":121.5244169,"address":"112台灣台北市北投區天母西路117巷46號4樓","FL":4,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.526625,25.121381]},"properties":{"id":2524,"name":"萬長斌建築師事務所","lat":25.121381,"lng":121.526625,"address":"111台灣台北市士林區天母北路56之1號7樓","FL":7,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5284407,25.1212527]},"properties":{"id":2525,"name":"大物演藝品牌設計","lat":25.1212527,"lng":121.5284407,"address":"111台灣台北市士林區天玉街25號4樓之1","FL":4,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.532946,25.123421]},"properties":{"id":2526,"name":"世群室內設計工程有限公司","lat":25.123421,"lng":121.532946,"address":"111台灣士林區中山北路七段154巷6號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.536177,25.118477]},"properties":{"id":2527,"name":"太一國際設計工程有限公司","lat":25.118477,"lng":121.536177,"address":"111台灣士林區天母東路99號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.539114,25.115685]},"properties":{"id":2528,"name":"台北市古董文物協會","lat":25.115685,"lng":121.539114,"address":"111台灣台北市士林区東山路27-1號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5560749,25.120731]},"properties":{"id":2529,"name":"元球造型工程公司","lat":25.120731,"lng":121.5560749,"address":"111台灣台北市士林區永公路235巷4弄12號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.469278,25.126695]},"properties":{"id":2530,"name":"奧樸空間創作","lat":25.126695,"lng":121.469278,"address":"112台灣台北市北投區中央北路四段515巷62號3樓","FL":3,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.4731789,25.1266818]},"properties":{"id":2531,"name":"卡卡頌歐洲跳蚤市場/西洋古董沙龍","lat":25.1266818,"lng":121.4731789,"address":"114台灣台北市內湖區瑞光路110號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5002078,25.127261]},"properties":{"id":2532,"name":"翰旻工程有限公司","lat":25.127261,"lng":121.5002078,"address":"112台灣台北市北投區中央南路二段12號之 12 號 7 樓","FL":7,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.500472,25.124959]},"properties":{"id":2533,"name":"安協室內裝修設計有限公司","lat":25.124959,"lng":121.500472,"address":"112台灣北投區中央南路二段33號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.502175,25.127321]},"properties":{"id":2534,"name":"同祿工程公司","lat":25.127321,"lng":121.502175,"address":"112台灣台北市北投區清江路207巷2號3樓","FL":3,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.502549,25.124533]},"properties":{"id":2535,"name":"青殷室內裝修設計有限公司","lat":25.124533,"lng":121.502549,"address":"112台灣北投區崇仁路一段131巷10弄8號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5259589,25.124295]},"properties":{"id":2536,"name":"張李賢建築師事務所","lat":25.124295,"lng":121.5259589,"address":"112台灣台北市北投區行義路7號3樓","FL":3,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.527747,25.124504]},"properties":{"id":2537,"name":"潮觀室內設計有限公司","lat":25.124504,"lng":121.527747,"address":"11285台灣台北市北投區同德街40巷14號四樓","FL":4,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.533342,25.1274279]},"properties":{"id":2538,"name":"許宏智建築師事務所","lat":25.1274279,"lng":121.533342,"address":"111台灣台北市士林區中山北路七段228之1號5樓","FL":5,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5337819,25.124879]},"properties":{"id":2539,"name":"明煌建築師事務所","lat":25.124879,"lng":121.5337819,"address":"111台灣台北市士林區中山北路七段190巷12弄6號2樓","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.4726788,25.1285139]},"properties":{"id":2541,"name":"雅登廚飾","lat":25.1285139,"lng":121.4726788,"address":"112台灣台北市北投區立德路157號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.4975953,25.1298512]},"properties":{"id":2542,"name":"尚邑國際室內裝修","lat":25.1298512,"lng":121.4975953,"address":"112台灣台北市北投區大興街5號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.497127,25.130135]},"properties":{"id":2543,"name":"即物設計","lat":25.130135,"lng":121.497127,"address":"11268台灣台北市北投區大業路400號1F","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.4988971,25.1299742]},"properties":{"id":2544,"name":"丰彤設計工程有限公司","lat":25.1299742,"lng":121.4988971,"address":"112台灣北投區大興街36號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.4972897,25.1297515]},"properties":{"id":2545,"name":"lingo-interior","lat":25.1297515,"lng":121.4972897,"address":"112台灣台北市北投區大業路384號4樓","FL":4,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.529031,25.129224]},"properties":{"id":2546,"name":"安凱戎建築師事務所","lat":25.129224,"lng":121.529031,"address":"112台灣台北市北投區行義路130巷6之2號2樓","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.528923,25.131554]},"properties":{"id":2547,"name":"榮馨股份有限公司","lat":25.131554,"lng":121.528923,"address":"112台灣台北市北投區行義路170巷3之1號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5276557,25.1294719]},"properties":{"id":2548,"name":"草山堂生活文化藝術館","lat":25.1294719,"lng":121.5276557,"address":"112台灣台北市北投區行義路139號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5740813,25.1314795]},"properties":{"id":2551,"name":"草山窯 CaoShan Pottery","lat":25.1314795,"lng":121.5740813,"address":"111台灣台北市士林區平菁街43巷8號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.49631,25.131871]},"properties":{"id":2552,"name":"JP咖啡輕食•室內設計","lat":25.131871,"lng":121.49631,"address":"112台灣台北市北投區大業路460號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.4957249,25.1340529]},"properties":{"id":2553,"name":"大全帆布企業社","lat":25.1340529,"lng":121.4957249,"address":"112台灣台北市北投區永興路一段33號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.498499,25.135587]},"properties":{"id":2554,"name":"爾雅國際室內裝修設計有限公司","lat":25.135587,"lng":121.498499,"address":"112台灣北投區中央北路一段158號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.497932,25.135626]},"properties":{"id":2555,"name":"賀宸室內裝修設計有限公司","lat":25.135626,"lng":121.497932,"address":"112台灣北投區中央北路一段177號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.502243,25.135128]},"properties":{"id":2556,"name":"邱進發建築師事務所","lat":25.135128,"lng":121.502243,"address":"112台灣台北市北投區光明路151巷4號2樓","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5252023,25.1320396]},"properties":{"id":2557,"name":"大鎮室內設計有限公司","lat":25.1320396,"lng":121.5252023,"address":"112台灣北投區行義路155巷50號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.490352,25.1386289]},"properties":{"id":2562,"name":"興榮室內裝璜行","lat":25.1386289,"lng":121.490352,"address":"112台灣台北市北投區中央北路二段294號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.498592,25.137347]},"properties":{"id":2563,"name":"圓行室內設計","lat":25.137347,"lng":121.498592,"address":"112台灣台北市北投區大業路631-2號1 樓","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.498553,25.137364]},"properties":{"id":2564,"name":"境庭室內裝修工程有限公司","lat":25.137364,"lng":121.498553,"address":"112台灣台北市北投區大業路631號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5003749,25.1380069]},"properties":{"id":2565,"name":"博頡設計工程有限公司","lat":25.1380069,"lng":121.5003749,"address":"112台灣台北市北投區永興路一段32巷15弄2號3樓","FL":3,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.500783,25.1375389]},"properties":{"id":2566,"name":"北投工程股份有限公司","lat":25.1375389,"lng":121.500783,"address":"112台灣台北市北投區雙全街64號6樓","FL":6,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5036417,25.1358933]},"properties":{"id":2567,"name":"李正宇創意美學室內設計","lat":25.1358933,"lng":121.5036417,"address":"112台灣台北市北投區光明路200號號 7f-25","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.512553,25.136954]},"properties":{"id":2568,"name":"Any Asshole Can Do It (The Hand Job)","lat":25.136954,"lng":121.512553,"address":"112台灣台北市北投區溫泉路132-14號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.51249,25.1380239]},"properties":{"id":2569,"name":"葉榮嘉建築師事務所","lat":25.1380239,"lng":121.51249,"address":"112台灣台北市北投區溫泉路142之1號2樓","FL":2,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.547344,25.136273]},"properties":{"id":2570,"name":"lifelike","lat":25.136273,"lng":121.547344,"address":"號, No. 23格致路20巷士林區台北市台灣 111","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.483385,25.141497]},"properties":{"id":2571,"name":"大珈室內設計有限公司","lat":25.141497,"lng":121.483385,"address":"112台灣台北市北投區中央北路三段40巷49-7號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.4865669,25.1407129]},"properties":{"id":2572,"name":"良築工程有限公司","lat":25.1407129,"lng":121.4865669,"address":"112台灣台北市北投區崗山路9巷2號3樓","FL":3,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5065549,25.1414659]},"properties":{"id":2573,"name":"陳榮周建築師事務所","lat":25.1414659,"lng":121.5065549,"address":"112台灣台北市北投區泉源路39之19號3樓","FL":3,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.499113,25.143123]},"properties":{"id":2574,"name":"福門建築模型公司","lat":25.143123,"lng":121.499113,"address":"112台灣台北市北投區中和街382巷6號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5141059,25.14816]},"properties":{"id":2575,"name":"力群造園公司","lat":25.14816,"lng":121.5141059,"address":"112台灣台北市北投區登山路61號","FL":0,"type":"interior"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.531522,25.057835]},"properties":{"id":0,"name":"FIREXIT design 星火設計","lat":25.057835,"lng":121.531522,"address":"10467台灣台北市中山区民生東路二段120號3樓","FL":3,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5287722,25.0591942]},"properties":{"id":1,"name":"威臣設計有限公司","lat":25.0591942,"lng":121.5287722,"address":"10469台灣台北市中山区中原街78號1樓","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5291054,25.0572511]},"properties":{"id":2,"name":"彼諾斯設計","lat":25.0572511,"lng":121.5291054,"address":"10491台灣台北市中山區吉林路174巷13號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.523146,25.05973]},"properties":{"id":3,"name":"設計漫遊 Design Roaming","lat":25.05973,"lng":121.523146,"address":"10448台灣台北市中山區中山北路二段103號號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5237191,25.0594467]},"properties":{"id":4,"name":"小大創意有限公司","lat":25.0594467,"lng":121.5237191,"address":"10491台灣台北市中山區中山北路二段93巷7號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5330149,25.0597527]},"properties":{"id":5,"name":"紅海創意","lat":25.0597527,"lng":121.5330149,"address":"10491台灣台北市中山區松江路274號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5319843,25.0509019]},"properties":{"id":6,"name":"騑盟彩色實業有限公司","lat":25.0509019,"lng":121.5319843,"address":"10491台灣台北市中山區松江路100巷2-1號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.522868,25.052082]},"properties":{"id":7,"name":"璞力網路創意行銷","lat":25.052082,"lng":121.522868,"address":"10491台灣台北市中山區南京東路二段160號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5263878,25.0559536]},"properties":{"id":8,"name":"千方百計創意多媒體","lat":25.0559536,"lng":121.5263878,"address":"10491台灣台北市中山區長春路61巷20號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5328522,25.0572809]},"properties":{"id":9,"name":"傑克創意工作室","lat":25.0572809,"lng":121.5328522,"address":"105台灣台北市松山區南京東路四段93號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5348953,25.05312]},"properties":{"id":10,"name":"丰田聯合設計有限公司","lat":25.05312,"lng":121.5348953,"address":"10491台灣台北市中山區伊通街97號號 2 樓","FL":2,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.522828,25.053113]},"properties":{"id":11,"name":"Westside Union","lat":25.053113,"lng":121.522828,"address":"10491台灣台北市中山區中山北路二段45巷23號4樓","FL":4,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.534977,25.059466]},"properties":{"id":12,"name":"森亞藝術-畫廊裱框裝置藝術設計","lat":25.059466,"lng":121.534977,"address":"10491台灣台北市中山區建國北路二段186巷26號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.556352,24.9803839]},"properties":{"id":32,"name":"洋蔥設計 Onion Design","lat":24.9803839,"lng":121.556352,"address":"116台灣台北市文山區木新路三段327號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5697116,24.9831931]},"properties":{"id":33,"name":"杰林室內裝修設計股份有限公司","lat":24.9831931,"lng":121.5697116,"address":"116台灣台北市文山區木新路二段111巷12弄3號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.570755,24.984496]},"properties":{"id":37,"name":"也是設計有限公司","lat":24.984496,"lng":121.570755,"address":"116台灣台北市文山區木新路二段79巷6弄11號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5829921,24.9861309]},"properties":{"id":38,"name":"政大三街臨時平面停車場","lat":24.9861309,"lng":121.5829921,"address":"116台灣台北市文山區政大三街99號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5398066,24.9910259]},"properties":{"id":44,"name":"佐拉行銷創意有限公司","lat":24.9910259,"lng":121.5398066,"address":"116台灣台北市文山區羅斯福路六段292號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5422407,24.9907545]},"properties":{"id":45,"name":"覓得設計傢俬行","lat":24.9907545,"lng":121.5422407,"address":"106台灣台北市文山區景後街164號1樓","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5580317,24.9886437]},"properties":{"id":46,"name":"壹點整合行銷-.商業設計.網站建置.網路行銷.攝影插畫","lat":24.9886437,"lng":121.5580317,"address":"116台灣台北市文山區木柵路二段6號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.558039,24.988559]},"properties":{"id":47,"name":"壹點整合行銷有限公司-網站.行銷.設計.廣告","lat":24.988559,"lng":121.558039,"address":"116台灣台北市文山区木柵路二段100巷6號14樓","FL":14,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.566581,24.988686]},"properties":{"id":48,"name":"葛雷特平面設計工作室","lat":24.988686,"lng":121.566581,"address":"116台灣台北市文山區木柵路三段65號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5383634,24.9956249]},"properties":{"id":56,"name":"加色彩設計印刷廣告LED","lat":24.9956249,"lng":121.5383634,"address":"116台灣台北市文山區溪口街89號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5454497,24.9954419]},"properties":{"id":57,"name":"廣告王","lat":24.9954419,"lng":121.5454497,"address":"11685台灣台北市文山區景興路97巷10號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.571016,24.992319]},"properties":{"id":58,"name":"翊立設計有限公司 willystudio","lat":24.992319,"lng":121.571016,"address":"116台灣台北市文山區木柵路四段9巷11號9樓","FL":9,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.573868,24.993582]},"properties":{"id":59,"name":"Prodigy Studio - 行銷設計和攝影","lat":24.993582,"lng":121.573868,"address":"No.183, Sec. 1, Xinguang Rd., 文山區台北市台灣 11652","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.543071,24.9973499]},"properties":{"id":77,"name":"禾荷有限公司","lat":24.9973499,"lng":121.543071,"address":"116台灣台北市文山區景興路42巷6弄7號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5449346,24.9984466]},"properties":{"id":78,"name":"青雲印刷月曆有限公司","lat":24.9984466,"lng":121.5449346,"address":"11680台灣台北市文山區興隆路一段258號6樓之1","FL":6,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5542337,24.9996309]},"properties":{"id":79,"name":"TINGANHO DESIGN","lat":24.9996309,"lng":121.5542337,"address":"號 2 樓, No. 27辛亥路五段文山區台北市台灣 116","FL":2,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5663722,24.9996901]},"properties":{"id":80,"name":"希爾設計有限公司","lat":24.9996901,"lng":121.5663722,"address":"116台灣文山區萬利街9號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.556875,25.000109]},"properties":{"id":98,"name":"赫頂多媒體 FlashRIA 網頁達人 呼救站","lat":25.000109,"lng":121.556875,"address":"116台灣台北市文山區興隆路三段111號臺北市立萬芳醫院","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5375838,25.0043358]},"properties":{"id":127,"name":"風樂互動","lat":25.0043358,"lng":121.5375838,"address":"116台灣台北市文山區羅斯福路五段176巷12號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5392303,25.0058188]},"properties":{"id":128,"name":"伊登廣告工程有限公司-招牌-設計-大圖輸出","lat":25.0058188,"lng":121.5392303,"address":"11681台灣台北市文山區文山區羅斯福路五段95號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5367773,25.0103543]},"properties":{"id":139,"name":"飛圖設計工作室","lat":25.0103543,"lng":121.5367773,"address":"116台灣台北市文山区汀州路四段3號1樓","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.533952,25.0137699]},"properties":{"id":149,"name":"星澄設計工作室","lat":25.0137699,"lng":121.533952,"address":"100台灣台北市中正區台北市汀州路三段142號4樓","FL":4,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5414676,25.0142709]},"properties":{"id":150,"name":"工商業設計系","lat":25.0142709,"lng":121.5414676,"address":"106台灣台北市大安區","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.494312,25.017284]},"properties":{"id":154,"name":"東園平面停車場","lat":25.017284,"lng":121.494312,"address":"108台灣台北市萬華區台北市萬華區(環河南路三段327號對面)","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.54837,25.018212]},"properties":{"id":157,"name":"墨寶書法精緻禮品㧍","lat":25.018212,"lng":121.54837,"address":"106台灣台北市大安區台北市大安區和平東路安居街129號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5517851,25.0180759]},"properties":{"id":158,"name":"墨寶書法精緻禮品","lat":25.0180759,"lng":121.5517851,"address":"106台灣台北市大安區安居街129號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5549864,25.0187753]},"properties":{"id":159,"name":"O.OO Risograph & Design ROOM","lat":25.0187753,"lng":121.5549864,"address":"106台灣台北市大安區臥龍街263號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.558108,25.018831]},"properties":{"id":160,"name":"禾捷/禾創室內設計有限公司","lat":25.018831,"lng":121.558108,"address":"10676台灣台北市大安區和平東路三段396號1樓","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5738023,25.0193968]},"properties":{"id":161,"name":"集集國際設計有限公司","lat":25.0193968,"lng":121.5738023,"address":"110台灣信義區景雲街","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.493398,25.022916]},"properties":{"id":169,"name":"慶達工藝社","lat":25.022916,"lng":121.493398,"address":"108台灣萬華區德昌街185巷12弄51號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.497085,25.021464]},"properties":{"id":170,"name":"立野設計有限公司","lat":25.021464,"lng":121.497085,"address":"108台灣台北市萬華區萬大路424巷26號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5253149,25.0216158]},"properties":{"id":171,"name":"三省堂設計","lat":25.0216158,"lng":121.5253149,"address":"100台灣台北市中正區羅斯福路三段84巷12弄10號1樓","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.528037,25.023012]},"properties":{"id":172,"name":"無二設計整合有限公司","lat":25.023012,"lng":121.528037,"address":"106台灣台北市大安區師大路86巷2號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.528037,25.023012]},"properties":{"id":173,"name":"新網廣告有限公司","lat":25.023012,"lng":121.528037,"address":"106台灣大安區師大路86巷2號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.543826,25.023496]},"properties":{"id":174,"name":"Workis 工作是 (Coworking Space)","lat":25.023496,"lng":121.543826,"address":"106台灣台北市大安區復興南路二段337巷6弄2號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5436236,25.0225242]},"properties":{"id":175,"name":"宏信數位有限公司","lat":25.0225242,"lng":121.5436236,"address":"106台灣台北市大安區復興南路二段373號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5479051,25.0232988]},"properties":{"id":176,"name":"雙十公園有限公司","lat":25.0232988,"lng":121.5479051,"address":"106台灣大安區敦化南路二段172巷8弄15號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5535394,25.0200281]},"properties":{"id":177,"name":"每一口人 Everyone Design","lat":25.0200281,"lng":121.5535394,"address":"號, No. 4安居街60巷大安區台北市台灣 106","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.554532,25.021855]},"properties":{"id":178,"name":"一米設計工作室","lat":25.021855,"lng":121.554532,"address":"106台灣台北市大安區安居街8巷19號B1","FL":-1,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5575515,25.0199496]},"properties":{"id":179,"name":"Asian-archi亞洲建築專業網","lat":25.0199496,"lng":121.5575515,"address":"11057台灣台北市信义区和平東路三段385號11樓","FL":11,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5546845,25.0226533]},"properties":{"id":180,"name":"傑立資訊事業有限公司","lat":25.0226533,"lng":121.5546845,"address":"110台灣台北市信義區和平東路三段257號6樓","FL":6,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.490163,25.026127]},"properties":{"id":186,"name":"清藝企業有限公司","lat":25.026127,"lng":121.490163,"address":"10865台灣台北市萬華區環河南路三段59號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.496792,25.024154]},"properties":{"id":187,"name":"Believer彩設流","lat":25.024154,"lng":121.496792,"address":"號, No. 121德昌街萬華區台北市台灣 108","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5022202,25.0251599]},"properties":{"id":188,"name":"泰勒攝影 TylerStudio","lat":25.0251599,"lng":121.5022202,"address":"108台灣台北市萬華區萬大路277巷44弄4號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5083928,25.0257913]},"properties":{"id":189,"name":"振興發科技有限公司","lat":25.0257913,"lng":121.5083928,"address":"10067台灣台北市中正區中華路二段413號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5169997,25.0265662]},"properties":{"id":190,"name":"六角創藝","lat":25.0265662,"lng":121.5169997,"address":"10077台灣台北市中正區重慶南路三段65巷6弄4號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5180421,25.0265688]},"properties":{"id":191,"name":"大墩設計有限公司 品牌設計/店面設計/招牌設計製作/開店裝潢","lat":25.0265688,"lng":121.5180421,"address":"100台灣台北市中正區和平西路一段98號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5216407,25.0277349]},"properties":{"id":192,"name":"演色印刷事業有限公司","lat":25.0277349,"lng":121.5216407,"address":"100台灣台北市中正區羅斯福路二段50號B1","FL":-1,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.519315,25.026304]},"properties":{"id":193,"name":"牧貓設計","lat":25.026304,"lng":121.519315,"address":"100台灣台北市中正區和平西路一段66號12樓","FL":12,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.52466,25.027159]},"properties":{"id":194,"name":"2think 想想設計","lat":25.027159,"lng":121.52466,"address":"106台灣台北市大安區和平東路一段67號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.524522,25.023837]},"properties":{"id":195,"name":"樂典設計有限公司","lat":25.023837,"lng":121.524522,"address":"100台灣中正區南昌路二段222號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5232339,25.0256806]},"properties":{"id":196,"name":"商印整合行銷股份有限公司","lat":25.0256806,"lng":121.5232339,"address":"100台灣台北市中正區羅斯福路二段150號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5417646,25.0249378]},"properties":{"id":197,"name":"第一街數位影像有限公司","lat":25.0249378,"lng":121.5417646,"address":"106台灣台北市大安區和平東路二段102號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5450531,25.0249009]},"properties":{"id":198,"name":"純識覺 True Sense Branding Design","lat":25.0249009,"lng":121.5450531,"address":"No. 307 Section 2 Heping E Rd, 大安區台北市台灣 106","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5432756,25.0247233]},"properties":{"id":199,"name":"宏馬數位科技股份有限公司(Taiwan-ebooks)","lat":25.0247233,"lng":121.5432756,"address":"106台灣台北市大安區復興南路二段268號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5439135,25.025502]},"properties":{"id":200,"name":"無象限有限公司","lat":25.025502,"lng":121.5439135,"address":"10667台灣台北市大安區和平東路二段265巷18號號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.547523,25.025873]},"properties":{"id":201,"name":"HOUTH","lat":25.025873,"lng":121.547523,"address":"106台灣台北市大安區四維路216巷6號2樓","FL":2,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.553426,25.024881]},"properties":{"id":202,"name":"三普建設機構愛飛生文創事業-社群行銷、設計印刷服務、商標、LOGO、名片、設計、DM、傳單、商品去背、印名片、大圖輸出、海報輸出、數位看板、FB粉絲專頁經營、FB代操經營、活動規劃製作","lat":25.024881,"lng":121.553426,"address":"110台灣台北市信義區基隆路二段189號號 14 樓 之 7","FL":14,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.55167,25.0252343]},"properties":{"id":203,"name":"詮鴻廣告有限公司","lat":25.0252343,"lng":121.55167,"address":"106台灣台北市大安區樂利路86巷6號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5511604,25.0248281]},"properties":{"id":204,"name":"The Diamond Shots 朗棋有限公司","lat":25.0248281,"lng":121.5511604,"address":"106台灣台北市大安區和平東路三段119巷10弄10號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.568766,25.024857]},"properties":{"id":205,"name":"西米創意設計有限公司","lat":25.024857,"lng":121.568766,"address":"110台灣信義區松仁路228巷7弄12號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5685077,25.0249958]},"properties":{"id":206,"name":"綺寓空間設計有限公司","lat":25.0249958,"lng":121.5685077,"address":"110台灣台北市信義區松仁路228巷9弄5號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.499957,25.028104]},"properties":{"id":210,"name":"元品設計-品牌設計/店面設計/裝潢設計/商空設計/廣告設計/招牌設計","lat":25.028104,"lng":121.499957,"address":"108台灣台北市萬華區西藏路199巷37號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.499544,25.031312]},"properties":{"id":211,"name":"La Fou Design 樂福設計","lat":25.031312,"lng":121.499544,"address":"108台灣台北市萬華區108莒光路252-1號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5007327,25.0300174]},"properties":{"id":212,"name":"恆碩數位影像有限公司","lat":25.0300174,"lng":121.5007327,"address":"108台灣台北市萬華區萬大路105號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.507516,25.029218]},"properties":{"id":213,"name":"kawatodesign 川人設計","lat":25.029218,"lng":121.507516,"address":"100台灣台北市中正區汀州路一段140巷29號1樓","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5154808,25.0296622]},"properties":{"id":214,"name":"產經網廣告有限公司","lat":25.0296622,"lng":121.5154808,"address":"100台灣台北市中正區重慶南路三段1號11樓","FL":11,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5217898,25.03054]},"properties":{"id":215,"name":"快轉創意設計有限公司","lat":25.03054,"lng":121.5217898,"address":"10093台灣台北市中正區羅斯福路一段119巷14號4F","FL":4,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.519265,25.0310425]},"properties":{"id":216,"name":"數碼港專業影像中心 FOTO Studio","lat":25.0310425,"lng":121.519265,"address":"100台灣台北市中正區羅斯福路一段46號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5193834,25.0316586]},"properties":{"id":217,"name":"走走創意","lat":25.0316586,"lng":121.5193834,"address":"100台灣台北市中正區羅斯福路一段61號台灣 9 樓","FL":9,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5220644,25.0305218]},"properties":{"id":218,"name":"淇奧友善股份有限公司","lat":25.0305218,"lng":121.5220644,"address":"100台灣台北市中正區杭州南路二段52號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.527027,25.028256]},"properties":{"id":219,"name":"方格子文化事業有限公司","lat":25.028256,"lng":121.527027,"address":"106台灣台北市大安區金山南路二段185巷14號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.529363,25.030595]},"properties":{"id":220,"name":"設計師的咖啡館","lat":25.030595,"lng":121.529363,"address":"106台灣台北市大安區麗水街9巷13號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5299306,25.0305529]},"properties":{"id":221,"name":"8F-10.COM","lat":25.0305529,"lng":121.5299306,"address":"106台灣台北市大安區永康街41巷15-3號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5443327,25.0283223]},"properties":{"id":222,"name":"2Plus桌遊設計工作室","lat":25.0283223,"lng":121.5443327,"address":"106台灣台北市大安區復興南路二段151巷8號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5445963,25.0309712]},"properties":{"id":223,"name":"貳房苑.雙好設計","lat":25.0309712,"lng":121.5445963,"address":"106台灣台北市大安區瑞安街23巷14號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.54466,25.031031]},"properties":{"id":224,"name":"雙好實業有限公司","lat":25.031031,"lng":121.54466,"address":"106台灣台北市大安區瑞安街23巷14號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.544487,25.031508]},"properties":{"id":225,"name":"MR. BOX 袖珍藝術創作空間","lat":25.031508,"lng":121.544487,"address":"106台灣台北市大安區信義路四段30巷60號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5525815,25.0307681]},"properties":{"id":226,"name":"我我設計工作室","lat":25.0307681,"lng":121.5525815,"address":"106台灣台北市大安區安和路二段63號9F之ㄧ","FL":9,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5521085,25.0303536]},"properties":{"id":227,"name":"ADC Studio","lat":25.0303536,"lng":121.5521085,"address":"10680台灣台北市大安區安和路二段64號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5520702,25.0288965]},"properties":{"id":228,"name":"Red Pocket Design","lat":25.0288965,"lng":121.5520702,"address":"Lane 5, Leli Road, 18号號, 4楼, 大安區台北市台灣 106","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5571677,25.0286661]},"properties":{"id":229,"name":"依利特整合行銷有限公司 ELITE Creative Marketing CO., Ltd.","lat":25.0286661,"lng":121.5571677,"address":"11053台灣台北市信義區基隆路二段115號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.555733,25.030683]},"properties":{"id":230,"name":"Egal Trend Studio","lat":25.030683,"lng":121.555733,"address":"106台灣台北市大安區106 臺灣省臺北市大安區通化街39巷52號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5600038,25.0299456]},"properties":{"id":231,"name":"基美設計有限公司","lat":25.0299456,"lng":121.5600038,"address":"110台灣台北市信義區吳興街118巷26弄15號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5581789,25.0303168]},"properties":{"id":232,"name":"巨石創意行銷設計","lat":25.0303168,"lng":121.5581789,"address":"106台灣台北市大安區基隆路二段77號10樓之3","FL":10,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5639148,25.0284807]},"properties":{"id":233,"name":"YUP雅活設計印刷","lat":25.0284807,"lng":121.5639148,"address":"110台灣台北市信義區莊敬路325巷17號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5659785,25.0281319]},"properties":{"id":234,"name":"YOW!design","lat":25.0281319,"lng":121.5659785,"address":"110台灣台北市信義區莊敬路391巷16弄2號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.492393,25.035635]},"properties":{"id":236,"name":"寶藝廣告招牌設計中心","lat":25.035635,"lng":121.492393,"address":"108台灣台北市萬華區台北市萬華區和平西路三段341號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.491852,25.035298]},"properties":{"id":237,"name":"新月形象設計","lat":25.035298,"lng":121.491852,"address":"108台灣台北市萬華區和平西路三段368號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.491979,25.035674]},"properties":{"id":238,"name":"一元禮禮盒有限公司","lat":25.035674,"lng":121.491979,"address":"10854台灣台北市萬華區和平西路三段355號3F","FL":3,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.4951178,25.0343619]},"properties":{"id":239,"name":"kole可利設計","lat":25.0343619,"lng":121.4951178,"address":"號, No. 12大理街175巷萬華區台北市台灣 108","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.529092,25.034722]},"properties":{"id":240,"name":"Robert Hacala Brand Design","lat":25.034722,"lng":121.529092,"address":"100台灣台北市中正區","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.535275,25.0341053]},"properties":{"id":241,"name":"好極了設計","lat":25.0341053,"lng":121.535275,"address":"106台灣台北市大安區新生南路一段165巷26號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5351914,25.0338567]},"properties":{"id":242,"name":"好極了廣告設計有限公司","lat":25.0338567,"lng":121.5351914,"address":"106台灣大安區新生南路一段165巷26號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5441842,25.0331622]},"properties":{"id":243,"name":"風尚創意股份有限公司","lat":25.0331622,"lng":121.5441842,"address":"106台灣台北市大安區信義路四段6號15樓之11","FL":15,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5468565,25.0355777]},"properties":{"id":244,"name":"THINK OFFICE","lat":25.0355777,"lng":121.5468565,"address":"106台灣台北市大安區四維路44巷17號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.551946,25.033047]},"properties":{"id":245,"name":"YDC INC. 瑞特顧問有限公司","lat":25.033047,"lng":121.551946,"address":"106台灣台北市大安區信義路四段214號 3 樓","FL":3,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5512318,25.03499]},"properties":{"id":246,"name":"色瞇瞇海報龍","lat":25.03499,"lng":121.5512318,"address":"10685台灣台北市大安區安和路一段78巷16號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.554865,25.033369]},"properties":{"id":247,"name":"Spring Art and Design Consulting Company Limited","lat":25.033369,"lng":121.554865,"address":"11 Floor, Xinyi Building, 281, Section 4, Xinyi Rd, Da’an District, Taipei, City, 106, 大安區台北市台灣 10681","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5578278,25.0320066]},"properties":{"id":248,"name":"躍點國際有限公司 - Akey Group","lat":25.0320066,"lng":121.5578278,"address":"100台灣台北市信義區文昌街316號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5578565,25.0320763]},"properties":{"id":249,"name":"宗尖創意有限公司Unipoint Creative Co., Ltd.","lat":25.0320763,"lng":121.5578565,"address":"110台灣台北市信義區光復南路495號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5574203,25.0345105]},"properties":{"id":250,"name":"經綸數位行銷/數位管理系統 - Online88 線上客服系統","lat":25.0345105,"lng":121.5574203,"address":"106台灣台北市大安區光復南路556號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.55958,25.033754]},"properties":{"id":251,"name":"唐潮文創設計有限公司","lat":25.033754,"lng":121.55958,"address":"11051台灣台北市信義區基隆路一段432號6樓600室","FL":6,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.560122,25.035623]},"properties":{"id":252,"name":"許書河LOGO設計","lat":25.035623,"lng":121.560122,"address":"110台灣台北市信义区基隆一段364巷13號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5036962,25.0391715]},"properties":{"id":256,"name":"可諾里廣告設計","lat":25.0391715,"lng":121.5036962,"address":"82 巷 號 3 樓, No. 11貴陽街二段萬華區台北市台灣 108","FL":3,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5189527,25.0334549]},"properties":{"id":257,"name":"柏納斐設計有限公司","lat":25.0334549,"lng":121.5189527,"address":"100台灣中正區林森南路127號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5281018,25.0361638]},"properties":{"id":258,"name":"藍色風箏企劃工作室","lat":25.0361638,"lng":121.5281018,"address":"100台灣台北市中正區金山南路一段89巷5號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5296183,25.0387082]},"properties":{"id":259,"name":"Atelier Fookai 富康創藝有限公司","lat":25.0387082,"lng":121.5296183,"address":"100台灣台北市中正區臨沂街51號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5321355,25.0375176]},"properties":{"id":260,"name":"東喜設計工作室","lat":25.0375176,"lng":121.5321355,"address":"100台灣台北市中正區連雲街4-5號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5339168,25.0385478]},"properties":{"id":261,"name":"左右設計│左右國際股份有限公司","lat":25.0385478,"lng":121.5339168,"address":"106台灣台北市大安區仁愛路三段17號3樓","FL":3,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5317036,25.0397615]},"properties":{"id":262,"name":"Consciouseed Ltd","lat":25.0397615,"lng":121.5317036,"address":"100台灣台北市中正區臨沂街33巷38號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5320416,25.0376342]},"properties":{"id":263,"name":"連雲街肆之伍號","lat":25.0376342,"lng":121.5320416,"address":"10063台灣台北市中正區連雲街4-5號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.532484,25.035992]},"properties":{"id":264,"name":"夏天廣告有限公司","lat":25.035992,"lng":121.532484,"address":"100台灣台北市中正區新生南路一段142號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.538953,25.037568]},"properties":{"id":265,"name":"捷思整合行銷有限公司","lat":25.037568,"lng":121.538953,"address":"106台灣台北市大安區仁愛路82-2號3 樓","FL":3,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.542352,25.039132]},"properties":{"id":266,"name":"PLUS DESIGN 創值整合設計","lat":25.039132,"lng":121.542352,"address":"106台灣台北市大安區仁愛路三段123巷9弄5號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5439017,25.0367299]},"properties":{"id":267,"name":"Studio M┃磨影像整合工作室","lat":25.0367299,"lng":121.5439017,"address":"106台灣台北市大安區復興南路一段253巷2號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5510047,25.0387101]},"properties":{"id":268,"name":"HUEMON 奇夢籽社計公司","lat":25.0387101,"lng":121.5510047,"address":"10688台灣台北市大安區安和路一段33號7樓","FL":7,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.552099,25.037477]},"properties":{"id":269,"name":"尊廚廚具","lat":25.037477,"lng":121.552099,"address":"106台灣台北市大安區仁愛路四段230號9F-4","FL":9,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5571827,25.0373657]},"properties":{"id":270,"name":"凡歐特視覺設計有限公司Violet Visual Concept Corp.","lat":25.0373657,"lng":121.5571827,"address":"10693台灣台北市大安區仁愛路四段414號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.559597,25.037333]},"properties":{"id":271,"name":"像素設計︱網頁.廣告.多媒體","lat":25.037333,"lng":121.559597,"address":"No. 464, Section 4, Ren-Ai Rd, 信義區台北市台灣 110","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.57747,25.039623]},"properties":{"id":272,"name":"簡報設計PPT Design - Justars具新整合行銷有限公司","lat":25.039623,"lng":121.57747,"address":"110台灣台北市信義區松德路12號6樓","FL":6,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5772666,25.0393784]},"properties":{"id":273,"name":"北士設計","lat":25.0393784,"lng":121.5772666,"address":"110台灣台北市信義區松德路18號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5756419,25.0385209]},"properties":{"id":274,"name":"寶瓶廣告有限公司","lat":25.0385209,"lng":121.5756419,"address":"110台灣台北市信義區虎林街164巷34號1樓","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.577438,25.038368]},"properties":{"id":275,"name":"聯橫創意整合行銷有限公司","lat":25.038368,"lng":121.577438,"address":"110台灣信義區松德路25巷40號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.581384,25.03722]},"properties":{"id":276,"name":"時冶設計","lat":25.03722,"lng":121.581384,"address":"110台灣台北市信義區福德街82號2樓","FL":2,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5895951,25.0386804]},"properties":{"id":277,"name":"羅絲蔓花藝設計","lat":25.0386804,"lng":121.5895951,"address":"115台灣台北市南港區福德街339巷5弄15號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5084805,25.0414633]},"properties":{"id":278,"name":"愛發科技有限公司","lat":25.0414633,"lng":121.5084805,"address":"100台灣台北市中正區中華路一段59號3樓","FL":3,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.512206,25.042402]},"properties":{"id":279,"name":"FINPO 菲舶設計","lat":25.042402,"lng":121.512206,"address":"100台灣中正區中正區衡陽路51號8樓之3","FL":8,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.513357,25.04372]},"properties":{"id":280,"name":"夢蝶園 Butterfly Arts District","lat":25.04372,"lng":121.513357,"address":"100台灣台北市中正區重慶南路一段83號6樓","FL":6,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.512514,25.042175]},"properties":{"id":281,"name":"研色企業有限公司","lat":25.042175,"lng":121.512514,"address":"100台灣台北市中正區衡陽路36號5之5","FL":5,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5287833,25.0422794]},"properties":{"id":282,"name":"晴鉐設計 CINIS DESIGN","lat":25.0422794,"lng":121.5287833,"address":"100台灣台北市中正區齊東街82巷25號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.530537,25.042844]},"properties":{"id":283,"name":"四點設計有限公司","lat":25.042844,"lng":121.530537,"address":"100台灣台北市中正区忠孝東路二段100號2樓之5","FL":2,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5322622,25.0407924]},"properties":{"id":284,"name":"龍氏圖像廣告有限公司","lat":25.0407924,"lng":121.5322622,"address":"100台灣台北市中正區新生南路一段58巷6號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5311027,25.0415177]},"properties":{"id":285,"name":"維克數位創意有限公司 規劃中心","lat":25.0415177,"lng":121.5311027,"address":"10059台灣台北市中正區臨沂街25巷11號2樓","FL":2,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5340257,25.040771]},"properties":{"id":286,"name":"將聞整合行銷有限公司","lat":25.040771,"lng":121.5340257,"address":"106台灣台北市大安區新生南路一段103巷9號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.545034,25.042709]},"properties":{"id":287,"name":"撰思文創事業有限公司","lat":25.042709,"lng":121.545034,"address":"106台灣台北市大安區復興南路一段135巷15號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5456975,25.0413271]},"properties":{"id":288,"name":"艾式塔羅工作室","lat":25.0413271,"lng":121.5456975,"address":"100台灣台北市大安区忠孝東路四段76號9F-1","FL":9,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.544248,25.0406116]},"properties":{"id":289,"name":"勃佳(瑞泰)印刷文具有限公司","lat":25.0406116,"lng":121.544248,"address":"106台灣台北市大安區復興南路一段177巷10弄2號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.547665,25.042784]},"properties":{"id":290,"name":"Cocoblue 商業攝影+設計","lat":25.042784,"lng":121.547665,"address":"10691台灣台北市大安區敦化南路1段190巷21號4樓","FL":4,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5483954,25.0421211]},"properties":{"id":291,"name":"頑石文創","lat":25.0421211,"lng":121.5483954,"address":"106台灣台北市大安區忠孝東路四段148號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5493906,25.0413091]},"properties":{"id":292,"name":"民巨企業有限公司","lat":25.0413091,"lng":121.5493906,"address":"106台灣台北市大安區忠孝東路四段142號4樓之7","FL":4,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5484626,25.042168]},"properties":{"id":293,"name":"水雲羽昊數位視覺有限公司","lat":25.042168,"lng":121.5484626,"address":"106台灣台北市大安區忠孝東路四段148號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.548298,25.042974]},"properties":{"id":294,"name":"Daichi Wakui Photography and Design","lat":25.042974,"lng":121.548298,"address":"106台灣台北市大安區忠孝東路四段205巷29弄29號3F","FL":3,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5512189,25.0426167]},"properties":{"id":295,"name":"DreamWorks Photo Studio 夢工廠攝影工作室","lat":25.0426167,"lng":121.5512189,"address":"106台灣台北市大安區新生南路一段103巷52號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5528834,25.0416543]},"properties":{"id":296,"name":"兩打半互動","lat":25.0416543,"lng":121.5528834,"address":"106台灣台北市大安區忠孝東路四段221號8樓","FL":8,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.55743,25.041477]},"properties":{"id":297,"name":"集合創意品牌行銷有限公司 JSC","lat":25.041477,"lng":121.55743,"address":"106台灣台北市大安區忠孝東路四段341號9樓之1","FL":9,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.562487,25.040877]},"properties":{"id":298,"name":"名象品牌形象策略股份有限公司","lat":25.040877,"lng":121.562487,"address":"110台灣台北市信義區忠孝東路四段512號4樓","FL":4,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5607109,25.0433571]},"properties":{"id":299,"name":"中華平面設計協會S2空間","lat":25.0433571,"lng":121.5607109,"address":"號, No. 133光復南路信義區台北市台灣 110","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5638583,25.0409985]},"properties":{"id":300,"name":"PMD 斐斯行銷設計有限公司","lat":25.0409985,"lng":121.5638583,"address":"110台灣台北市信義區忠孝東路四段560號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5646532,25.0419663]},"properties":{"id":301,"name":"兩腳設計","lat":25.0419663,"lng":121.5646532,"address":"105台灣台北市信義區基隆路一段","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5658601,25.043125]},"properties":{"id":302,"name":"鉅京國際貿易事業有限公司","lat":25.043125,"lng":121.5658601,"address":"110台灣台北市信義區基隆路一段141號11樓之6","FL":11,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.565758,25.042895]},"properties":{"id":303,"name":"種子數位整合行銷 Seed-Design","lat":25.042895,"lng":121.565758,"address":"110台灣台北市信義區基隆路一段143號7樓之6","FL":7,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5642269,25.0420808]},"properties":{"id":304,"name":"步布里拼布教室","lat":25.0420808,"lng":121.5642269,"address":"11072台灣台北市信義區基隆路一段190巷3號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.566982,25.040492]},"properties":{"id":305,"name":"布魯諾國際品牌顧問 BRUNO BRANDING","lat":25.040492,"lng":121.566982,"address":"11065台灣台北市信義區忠孝東路五段 68 號 29 樓","FL":29,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5620696,25.0405876]},"properties":{"id":306,"name":"原也國際設計有限公司 / RootDesign","lat":25.0405876,"lng":121.5620696,"address":"110台灣台北市信義區逸仙路50巷6號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.570012,25.041509]},"properties":{"id":307,"name":"無有設計","lat":25.041509,"lng":121.570012,"address":"110台灣台北市信義區忠孝東路五段165巷3弄36號2F","FL":2,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.569998,25.0416229]},"properties":{"id":308,"name":"圓智創意有限公司","lat":25.0416229,"lng":121.569998,"address":"110台灣台北市信義區永吉路30巷177弄33號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.572803,25.042175]},"properties":{"id":309,"name":"深白設計有限公司","lat":25.042175,"lng":121.572803,"address":"110台灣台北市信义区虎林街120巷46號1F","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5747724,25.0411081]},"properties":{"id":310,"name":"陽訊工作室","lat":25.0411081,"lng":121.5747724,"address":"11061台灣台北市信義區忠孝東路五段369號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5756,25.042103]},"properties":{"id":311,"name":"深白設計有限公司","lat":25.042103,"lng":121.5756,"address":"110台灣台北市信義區虎林街120巷46號1F","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.577606,25.043755]},"properties":{"id":312,"name":"設計部創意事務所","lat":25.043755,"lng":121.577606,"address":"110台灣台北市信義區松山路278號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.575554,25.042103]},"properties":{"id":313,"name":"深白設計有限公司","lat":25.042103,"lng":121.575554,"address":"11089台灣台北市信義區虎林街120巷46號1F","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.578681,25.0410718]},"properties":{"id":314,"name":"祈邑設計有限公司","lat":25.0410718,"lng":121.578681,"address":"110台灣台北市信義區忠孝東路五段508號3樓之11","FL":3,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.578971,25.041154]},"properties":{"id":315,"name":"次方創意設計有限公司","lat":25.041154,"lng":121.578971,"address":"110台灣台北市信義區忠孝東路五段510號15樓","FL":15,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.578093,25.040732]},"properties":{"id":316,"name":"韋伯設計整合行銷公司","lat":25.040732,"lng":121.578093,"address":"110台灣台北市信義區忠孝東路五段488號號 2 樓","FL":2,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5865123,25.0407115]},"properties":{"id":317,"name":"昂德古浪創意視覺有限公司","lat":25.0407115,"lng":121.5865123,"address":"110台灣台北市信義區福德街300巷39號4F","FL":4,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.500688,25.0419909]},"properties":{"id":324,"name":"室美綜合設計公司","lat":25.0419909,"lng":121.500688,"address":"108台灣台北市萬華區西昌街58號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.504678,25.043949]},"properties":{"id":325,"name":"卡好屋工作室","lat":25.043949,"lng":121.504678,"address":"108台灣台北市萬華區峨嵋街49號1樓之10","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.507069,25.044146]},"properties":{"id":326,"name":"J Design Studio","lat":25.044146,"lng":121.507069,"address":"108台灣台北市萬華區漢中街50巷11號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.50887,25.045975]},"properties":{"id":327,"name":"集緻設計","lat":25.045975,"lng":121.50887,"address":"108台灣台北市萬華區中華路一段68號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5107577,25.0451685]},"properties":{"id":328,"name":"水母數位創意","lat":25.0451685,"lng":121.5107577,"address":"100台灣台北市中正區漢口街一段110號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.513367,25.046253]},"properties":{"id":329,"name":"瑞致","lat":25.046253,"lng":121.513367,"address":"100台灣台北市中正區重慶南路一段11-1號2樓","FL":2,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5123547,25.0445508]},"properties":{"id":330,"name":"耘成科技有限公司_台北設計中心","lat":25.0445508,"lng":121.5123547,"address":"10491台灣台北市中山區松江路283號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.513275,25.044629]},"properties":{"id":331,"name":"西伯里品牌形象設計","lat":25.044629,"lng":121.513275,"address":"100台灣台北市中正區重慶南路一段57號台灣 12 樓 之 15 號","FL":12,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.511497,25.045454]},"properties":{"id":332,"name":"九日國際有限公司","lat":25.045454,"lng":121.511497,"address":"10044台灣台北市中正區博愛路25號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.513367,25.046253]},"properties":{"id":333,"name":"Vetica - Taiwan Branch","lat":25.046253,"lng":121.513367,"address":"11-1 Chongqing South Road Section 1, 中正區台北市台灣 10046","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.514362,25.0459201]},"properties":{"id":334,"name":"美紗創意設計","lat":25.0459201,"lng":121.514362,"address":"100台灣台北市中正區開封街一段2號9 樓 之 8","FL":9,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.514363,25.046021]},"properties":{"id":335,"name":"衣美兒專業團體服有限公司","lat":25.046021,"lng":121.514363,"address":"100台灣台北市中正區開封街一段2號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.516795,25.044353]},"properties":{"id":336,"name":"飛肯設計學苑","lat":25.044353,"lng":121.516795,"address":"100台灣台北市中正區公園路30-1號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.517752,25.045038]},"properties":{"id":337,"name":"惠文設計印刷","lat":25.045038,"lng":121.517752,"address":"100台灣台北市中正區青島西路11號7樓","FL":7,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.516174,25.044976]},"properties":{"id":338,"name":"赫綵電腦設計培訓學院-站前學院","lat":25.044976,"lng":121.516174,"address":"100台灣台北市中正區南陽街13號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5184327,25.0462005]},"properties":{"id":339,"name":"郭九設計育成中心","lat":25.0462005,"lng":121.5184327,"address":"100台灣台北市中正區忠孝西路一段41號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.521695,25.044042]},"properties":{"id":340,"name":"坤豐營造股份有限公司","lat":25.044042,"lng":121.521695,"address":"100台灣台北市中正區青島東路3-3號3樓","FL":3,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.525222,25.0458855]},"properties":{"id":341,"name":"風格設計藝術有限公司","lat":25.0458855,"lng":121.525222,"address":"100台灣台北市中正區北平東路26-1號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5252352,25.0453056]},"properties":{"id":342,"name":"乙二設計有限公司","lat":25.0453056,"lng":121.5252352,"address":"100台灣台北市中正區100台北市中正區紹興北街8號6樓之一","FL":6,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5260058,25.0450702]},"properties":{"id":343,"name":"参加貳創意整合有限公司","lat":25.0450702,"lng":121.5260058,"address":"100台灣中正區紹興北街31巷17號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5303415,25.0440462]},"properties":{"id":344,"name":"入境設計┊inside design","lat":25.0440462,"lng":121.5303415,"address":"100台灣台北市中正區金山北路1號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.530429,25.04388]},"properties":{"id":345,"name":"維克數位創意有限公司","lat":25.04388,"lng":121.530429,"address":"100台灣台北市中正區八德路一段5號7F","FL":7,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5334236,25.0467239]},"properties":{"id":346,"name":"OURS森林好朋友","lat":25.0467239,"lng":121.5334236,"address":"渭水路3巷44號, 3樓(參觀需預約), 中山區台北市台灣 104","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5315472,25.0477709]},"properties":{"id":347,"name":"北極星實業有限公司","lat":25.0477709,"lng":121.5315472,"address":"10491台灣台北市中山區長安東路二段36巷9號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.533355,25.044129]},"properties":{"id":348,"name":"順基國際有限公司","lat":25.044129,"lng":121.533355,"address":"106台灣台北市大安區忠孝東路3段1號光華館2樓213室","FL":2,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5327572,25.0464617]},"properties":{"id":349,"name":"艾克影像 iK Image Studio","lat":25.0464617,"lng":121.5327572,"address":"10491台灣台北市中山區松江路8號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5407276,25.0469183]},"properties":{"id":350,"name":"做事設計","lat":25.0469183,"lng":121.5407276,"address":"10491台灣台北市中山區八德路二段239號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.542589,25.045408]},"properties":{"id":351,"name":"転転 Tenten - (轉轉創意)","lat":25.045408,"lng":121.542589,"address":"號 1 樓, No. 70八德路二段300巷中山區台北市台灣 10492","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5437189,25.0463414]},"properties":{"id":352,"name":"映鴻設計有限公司","lat":25.0463414,"lng":121.5437189,"address":"10491台灣台北市中山區復興南路一段32號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5441832,25.0465686]},"properties":{"id":353,"name":"漢肯會議展場活動企劃公關公司","lat":25.0465686,"lng":121.5441832,"address":"105台灣台北市松山區復興南路一段27號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.545008,25.046727]},"properties":{"id":354,"name":"東京正宗拍立得專賣2號微風店","lat":25.046727,"lng":121.545008,"address":"105台灣台北市松山區八德路二段346巷7弄2號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5433987,25.0442356]},"properties":{"id":355,"name":"心象工作室","lat":25.0442356,"lng":121.5433987,"address":"234台灣新北市永和區中正路40號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5610237,25.0473559]},"properties":{"id":356,"name":"蛋昇文化Lawson Business Inc.(B&EGG)","lat":25.0473559,"lng":121.5610237,"address":"105台灣台北市松山區八德路四段106巷6弄2號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5693269,25.045027]},"properties":{"id":357,"name":"荃淇視覺室內裝修有限公司","lat":25.045027,"lng":121.5693269,"address":"110台灣台北市信義區松隆路69號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5748839,25.04537]},"properties":{"id":358,"name":"虢統設計","lat":25.04537,"lng":121.5748839,"address":"11068台灣台北市信义区永吉路302號4樓之5","FL":4,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.57156,25.044615]},"properties":{"id":359,"name":"Ajis Design","lat":25.044615,"lng":121.57156,"address":"號, No. 27永吉路180巷信義區台北市台灣 110","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5822062,25.0448117]},"properties":{"id":360,"name":"雅渥國際有限公司","lat":25.0448117,"lng":121.5822062,"address":"115台灣台北市南港區忠孝東路五段811號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5832487,25.0452555]},"properties":{"id":361,"name":"葛羅米資訊設計","lat":25.0452555,"lng":121.5832487,"address":"11575台灣台北市南港區忠孝東路六段6號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5841259,25.0440948]},"properties":{"id":362,"name":"全球旗幟企業有限公司","lat":25.0440948,"lng":121.5841259,"address":"115台灣台北市南港區玉成街176巷12號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5913788,25.045756]},"properties":{"id":363,"name":"南港公園平面停車場","lat":25.045756,"lng":121.5913788,"address":"115台灣台北市南港區東新街170號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.6157664,25.0449869]},"properties":{"id":364,"name":"印刷橘子數位(有)","lat":25.0449869,"lng":121.6157664,"address":"10565台灣台北市南港區研究院路二段39-6號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.502875,25.044896]},"properties":{"id":370,"name":"符合設計有限公司","lat":25.044896,"lng":121.502875,"address":"108台灣萬華區康定路24號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5265489,25.0492469]},"properties":{"id":371,"name":"那象創意","lat":25.0492469,"lng":121.5265489,"address":"10491台灣台北市中山區長安東路一段53巷1之5號3樓","FL":3,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5325303,25.0483529]},"properties":{"id":372,"name":"小水滴國際商貿有限公司","lat":25.0483529,"lng":121.5325303,"address":"10491台灣台北市中山區長安東路二段52號7樓","FL":7,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.53419,25.048594]},"properties":{"id":373,"name":"天使攝影有限公司","lat":25.048594,"lng":121.53419,"address":"104台灣台北市中山區中山區長安東路二段73號之1、1樓","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.533132,25.0482721]},"properties":{"id":374,"name":"眾能數位行銷股份有限公司","lat":25.0482721,"lng":121.533132,"address":"10491台灣台北市中山區松江路51號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.531175,25.048614]},"properties":{"id":375,"name":"台北網頁設計公司-[康曜資訊]商務網站整合專家-網站*APP*行銷","lat":25.048614,"lng":121.531175,"address":"10491台灣台北市中山區長安東路二段31 號6樓之3","FL":6,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.540771,25.048794]},"properties":{"id":376,"name":"卵形 OVAL","lat":25.048794,"lng":121.540771,"address":"10491台灣台北市中山區龍江路37巷9號1F","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.544387,25.050351]},"properties":{"id":377,"name":"自然思考創意設計有限公司","lat":25.050351,"lng":121.544387,"address":"105台灣台北市松山區復興北路57號11樓之1","FL":11,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.546094,25.047942]},"properties":{"id":378,"name":"墨點設計有限公司","lat":25.047942,"lng":121.546094,"address":"105台灣台北市松山區八德路二段374號6樓之6","FL":6,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.546946,25.048327]},"properties":{"id":379,"name":"平面設計事業有限公司","lat":25.048327,"lng":121.546946,"address":"105台灣台北市松山區八德路二段439號3樓","FL":3,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.548126,25.051507]},"properties":{"id":380,"name":"傅合式行銷傳播工坊","lat":25.051507,"lng":121.548126,"address":"105台灣台北市松山區南京東路三段346號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5561555,25.0487474]},"properties":{"id":381,"name":"水越設計","lat":25.0487474,"lng":121.5561555,"address":"105台灣台北市松山区八德路三段199巷4弄6號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.557651,25.051323]},"properties":{"id":382,"name":"迷母國際股份有限公司","lat":25.051323,"lng":121.557651,"address":"105台灣台北市松山區南京東路四段186號3F-5","FL":3,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5588287,25.0513242]},"properties":{"id":383,"name":"齊力整合行销有限公司","lat":25.0513242,"lng":121.5588287,"address":"105台灣台北市松山區南京東路五段16號12樓之2","FL":12,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5582738,25.0490564]},"properties":{"id":384,"name":"奇創形象策略有限公司","lat":25.0490564,"lng":121.5582738,"address":"105台灣台北市松山區光復北路9號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5617449,25.0487159]},"properties":{"id":385,"name":"竤洋傳媒設計有限公司","lat":25.0487159,"lng":121.5617449,"address":"105台灣台北市松山區八德路四段123號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5606841,25.0497367]},"properties":{"id":386,"name":"卡之屋南京店","lat":25.0497367,"lng":121.5606841,"address":"105台灣台北市松山區南京東路五段66巷20號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5605487,25.0494282]},"properties":{"id":387,"name":"零八柒創意視覺有限公司","lat":25.0494282,"lng":121.5605487,"address":"號 1 樓, No. 1南京東路五段66巷22弄松山區台北市台灣 105","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.56442,25.049617]},"properties":{"id":388,"name":"齊禾設計有限公司","lat":25.049617,"lng":121.56442,"address":"105台灣台北市松山區八德路四段245巷32弄18號1樓","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.565746,25.0499899]},"properties":{"id":389,"name":"草創根生形象設計(世界商務國際獅子會)","lat":25.0499899,"lng":121.565746,"address":"100台灣台北市中正區羅斯福路二段70號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.568076,25.051082]},"properties":{"id":390,"name":"異象設計有限公司","lat":25.051082,"lng":121.568076,"address":"10551台灣台北市松山區南京東路5段316號8F-6","FL":8,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.569442,25.051509]},"properties":{"id":391,"name":"GoodSpace 好空間天達","lat":25.051509,"lng":121.569442,"address":"105台灣台北市松山區南京東路五段393號號 2 樓","FL":2,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.571954,25.0503999]},"properties":{"id":392,"name":"Reverse 樂活工作坊","lat":25.0503999,"lng":121.571954,"address":"號 6 樓 之 2, No. 19塔悠路松山區台北市台灣 105","FL":6,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.575419,25.04994]},"properties":{"id":393,"name":"飛是藍點子工坊","lat":25.04994,"lng":121.575419,"address":"10566台灣台北市松山區八德路四段656號4樓","FL":4,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5807453,25.0509658]},"properties":{"id":394,"name":"Wings XIII 翼十三聯合設計工作室","lat":25.0509658,"lng":121.5807453,"address":"11577台灣台北市南港區八德路四段895號二樓之二","FL":2,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.594517,25.0510314]},"properties":{"id":395,"name":"佰士佶有限公司","lat":25.0510314,"lng":121.594517,"address":"115台灣南港區忠孝東路六段467號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.509279,25.053426]},"properties":{"id":399,"name":"PHDC","lat":25.053426,"lng":121.509279,"address":"103台灣台北市大同區南京西路279號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.512993,25.054084]},"properties":{"id":400,"name":"多摩創意工作室","lat":25.054084,"lng":121.512993,"address":"103台灣台北市大同區南京西路165號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.514885,25.05273]},"properties":{"id":401,"name":"森核文化創意","lat":25.05273,"lng":121.514885,"address":"103台灣台北市大同區重慶北路一段83巷20號4樓","FL":4,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5105178,25.0524369]},"properties":{"id":402,"name":"白紙創意設計有限公司","lat":25.0524369,"lng":121.5105178,"address":"103台灣台北市大同區台灣台北市大同區塔城街39號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5186071,25.0518995]},"properties":{"id":403,"name":"凌曜設計","lat":25.0518995,"lng":121.5186071,"address":"103台灣台北市大同區長安西路177巷38號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.521105,25.054267]},"properties":{"id":404,"name":"Labsology 法博思品牌管理與策略設計顧問公司","lat":25.054267,"lng":121.521105,"address":"10491台灣台北市中山區中山北路二段36巷28號2樓","FL":2,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.522866,25.052061]},"properties":{"id":405,"name":"鹿果數位溝通有限公司","lat":25.052061,"lng":121.522866,"address":"10491台灣 Taipei City, Zhongshan District, 南京東路一段2號5樓之4","FL":5,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5377622,25.0546407]},"properties":{"id":406,"name":"安琪米克數位有限公司","lat":25.0546407,"lng":121.5377622,"address":"10491台灣台北市中山區長春路220號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.541048,25.054355]},"properties":{"id":407,"name":"汎羽品牌企劃設計有限公司","lat":25.054355,"lng":121.541048,"address":"10491台灣台北市中山區龍江路155巷11號6樓","FL":6,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5443476,25.0530735]},"properties":{"id":408,"name":"威比數位有限公司","lat":25.0530735,"lng":121.5443476,"address":"105台灣台北市松山區復興北路101號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5566944,25.052951]},"properties":{"id":409,"name":"逸昇設計包妝整合股份有限公司","lat":25.052951,"lng":121.5566944,"address":"105台灣台北市松山區光復北路160號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5597991,25.053432]},"properties":{"id":410,"name":"Thirteen Design","lat":25.053432,"lng":121.5597991,"address":"105台灣台北市松山區No. 12, Alley 31, Lane 59, Section 5, Nanjing E Rd,","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5687083,25.0527297]},"properties":{"id":411,"name":"iK S' - ice Kream STUDIO { 艾克斯 - 設計。品牌。行銷 }","lat":25.0527297,"lng":121.5687083,"address":"10585台灣台北市松山區寶清街101巷26號3樓","FL":3,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5841757,25.0481647]},"properties":{"id":412,"name":"星蟲子數位科技股份有限公司","lat":25.0481647,"lng":121.5841757,"address":"115台灣台北市南港區忠孝東路六段81巷14號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5966184,25.054847]},"properties":{"id":413,"name":"亞奇數位印刷(南港印刷設計)","lat":25.054847,"lng":121.5966184,"address":"115台灣南港區向陽路120巷2弄7號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.510625,25.056141]},"properties":{"id":416,"name":"U&S Studio 叔叔與妹妹 (Chimoz赤毛族)","lat":25.056141,"lng":121.510625,"address":"103台灣台北市大同區民生西路362巷23號2F","FL":2,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5126695,25.0598317]},"properties":{"id":417,"name":"點睛設計有限公司","lat":25.0598317,"lng":121.5126695,"address":"103台灣台北市大同區甘州街48號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.511496,25.058307]},"properties":{"id":418,"name":"浚芥美術設計 syukei artistic design","lat":25.058307,"lng":121.511496,"address":"103台灣台北市大同區延平北路二段","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5208753,25.0565976]},"properties":{"id":419,"name":"oma studio design","lat":25.0565976,"lng":121.5208753,"address":"10491台灣台北市中山區中山北路二段62巷36號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5382449,25.0591133]},"properties":{"id":420,"name":"本本國際有限公司","lat":25.0591133,"lng":121.5382449,"address":"10491台灣台北市中山區合江街116巷20號1041 樓","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.542036,25.056304]},"properties":{"id":421,"name":"泰象空間設計公司《店面規劃|專櫃裝潢|展覽工程|室內整修|公仔設計|3D列印》","lat":25.056304,"lng":121.542036,"address":"10481台灣台北市中山區遼寧街218號三樓","FL":3,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5433033,25.0559633]},"properties":{"id":422,"name":"普太創意","lat":25.0559633,"lng":121.5433033,"address":"10491台灣台北市中山區興安街100號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5444343,25.059795]},"properties":{"id":423,"name":"巴洛克整合行銷","lat":25.059795,"lng":121.5444343,"address":"105台灣台北市松山區復興北路333號8樓","FL":8,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.548833,25.058469]},"properties":{"id":424,"name":"瑜悅設計 transform design","lat":25.058469,"lng":121.548833,"address":"105台灣台北市松山區敦化北路220號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.548607,25.056486]},"properties":{"id":425,"name":"dóts|活粒有限公司","lat":25.056486,"lng":121.548607,"address":"105台灣台北市松山區敦化北路170號號 3 樓","FL":3,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.553877,25.0578059]},"properties":{"id":426,"name":"Dotted Design Company 逗點創制有限公司","lat":25.0578059,"lng":121.553877,"address":"105台灣松山區民生東路四段80巷1弄13號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.554312,25.0577919]},"properties":{"id":427,"name":"Barcode Creation 巴可創建","lat":25.0577919,"lng":121.554312,"address":"105台灣台北市松山區民生東路4段80巷1弄21號1樓","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.551822,25.058835]},"properties":{"id":428,"name":"麥傑廣告設計有限公司","lat":25.058835,"lng":121.551822,"address":"105台灣松山區民生東路四段97巷7弄1號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5565256,25.0562383]},"properties":{"id":429,"name":"JC Design 設計工作室","lat":25.0562383,"lng":121.5565256,"address":"105台灣台北市松山區延壽街420號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.557805,25.0588509]},"properties":{"id":430,"name":"Chance Bike | Chance-MS","lat":25.0588509,"lng":121.557805,"address":"105台灣台北市松山區民生東路五段69巷1弄14號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5604088,25.0573648]},"properties":{"id":431,"name":"藍禹設計工作室","lat":25.0573648,"lng":121.5604088,"address":"105台灣台北市松山區民生東路五段36巷8弄23號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.586859,25.057585]},"properties":{"id":432,"name":"語海創意有限公司 SayHi Creation Office","lat":25.057585,"lng":121.586859,"address":"114台灣台北市內湖區新明路253號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5907792,25.056241]},"properties":{"id":433,"name":"圓緣專業喜帖有限公司","lat":25.056241,"lng":121.5907792,"address":"115台灣台北市南港區南港路三段50巷25號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.6137914,25.0560336]},"properties":{"id":434,"name":"歐原形象設計股份有限公司","lat":25.0560336,"lng":121.6137914,"address":"115台灣台北市南港區三重路19號-6號10樓","FL":10,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.6120864,25.0589059]},"properties":{"id":435,"name":"原物創意有限公司","lat":25.0589059,"lng":121.6120864,"address":"10491台灣台北市中山區北安路518巷14弄8號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5097947,25.0634012]},"properties":{"id":443,"name":"艾述創意設計有限公司","lat":25.0634012,"lng":121.5097947,"address":"號, No. 273民權西路大同區台北市台灣 103","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5137686,25.0606496]},"properties":{"id":444,"name":"翰中有限公司","lat":25.0606496,"lng":121.5137686,"address":"103台灣台北市大同區重慶北路二段207號2樓","FL":2,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.516751,25.063687]},"properties":{"id":445,"name":"飛象創意有限公司","lat":25.063687,"lng":121.516751,"address":"103台灣台北市大同區台北市大同區承德路三段8巷14號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.518041,25.060315]},"properties":{"id":446,"name":"筑是藝術專業畫室","lat":25.060315,"lng":121.518041,"address":"103台灣台北市大同區錦西街41號2樓","FL":2,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5211653,25.0607776]},"properties":{"id":447,"name":"樸緻國際有限公司","lat":25.0607776,"lng":121.5211653,"address":"10491台灣台北市中山區天祥路3號4樓","FL":4,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.521606,25.0618639]},"properties":{"id":448,"name":"畫工場圖像輸出","lat":25.0618639,"lng":121.521606,"address":"10491台灣台北市中山區中山北路二段128巷7號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.524589,25.062847]},"properties":{"id":449,"name":"可艾婚禮小物喜帖專家","lat":25.062847,"lng":121.524589,"address":"10491台灣台北市中山區台北市中山區民權東路一段45號9樓之1","FL":9,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.529873,25.061155]},"properties":{"id":450,"name":"大象設計整合有限公司","lat":25.061155,"lng":121.529873,"address":"10491台灣台北市中山區新生北路二段137巷58號1樓","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5296393,25.0599092]},"properties":{"id":451,"name":"乙曼資訊科技有限公司","lat":25.0599092,"lng":121.5296393,"address":"10491台灣台北市中山區新生北路二段127巷37號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5323955,25.0630187]},"properties":{"id":452,"name":"OHM 跨界所","lat":25.0630187,"lng":121.5323955,"address":"10491台灣台北市中山區松江路372巷16號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5333574,25.060695]},"properties":{"id":453,"name":"Trio Design","lat":25.060695,"lng":121.5333574,"address":"10491台灣台北市中山區松江路289號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.538728,25.061497]},"properties":{"id":454,"name":"荷陽創意行銷整合有限公司","lat":25.061497,"lng":121.538728,"address":"104台灣台北市中山區合江街188巷7號1樓","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5391356,25.061211]},"properties":{"id":455,"name":"NQF Mobile Studio 無限方塊有限公司","lat":25.061211,"lng":121.5391356,"address":"10491台灣台北市中山區合江街182號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5391286,25.0611878]},"properties":{"id":456,"name":"Jane's Tattoo","lat":25.0611878,"lng":121.5391286,"address":"10477台灣台北市中山區合江街182號 B1","FL":-1,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5481668,25.0605]},"properties":{"id":457,"name":"永德川有限公司","lat":25.0605,"lng":121.5481668,"address":"105台灣台北市松山區敦化北路238巷26號2F","FL":2,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.548349,25.061428]},"properties":{"id":458,"name":"瑞捷思印舖","lat":25.061428,"lng":121.548349,"address":"105台灣台北市松山區民權東路三段106巷3弄55-1號1樓","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.557248,25.060016]},"properties":{"id":459,"name":"沈志忠聯合設計","lat":25.060016,"lng":121.557248,"address":"105台灣台北市松山區民生東路五段69巷21弄14-1號1樓","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5583296,25.0610486]},"properties":{"id":460,"name":"元平設計 Y&P Design International","lat":25.0610486,"lng":121.5583296,"address":"10583台灣台北市松山區富錦街359巷2弄4號2樓","FL":2,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5623304,25.0607613]},"properties":{"id":461,"name":"設計x鼓掌","lat":25.0607613,"lng":121.5623304,"address":"105台灣台北市松山區富錦街464號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5772474,25.0602308]},"properties":{"id":462,"name":"紐約家具設計中心台北內湖館","lat":25.0602308,"lng":121.5772474,"address":"11494台灣台北市內湖區新湖一路128巷15號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.51915,25.067612]},"properties":{"id":472,"name":"EARLYBIRDS DESIGN 早鳥形象設計","lat":25.067612,"lng":121.51915,"address":"103台灣台北市大同區承德路三段143巷16號2樓","FL":2,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5218567,25.0641585]},"properties":{"id":473,"name":"Six Spoke Media 思博媒體有限公司","lat":25.0641585,"lng":121.5218567,"address":"10491台灣台北市中山區中山北路二段8號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5253756,25.0654305]},"properties":{"id":474,"name":"西北影像股份有限公司","lat":25.0654305,"lng":121.5253756,"address":"10491台灣台北市中山區雙城街19巷21號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5242572,25.0653035]},"properties":{"id":475,"name":"夢幻工程 整合行銷","lat":25.0653035,"lng":121.5242572,"address":"10460台灣台北市中山區雙城街16-2號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5233319,25.0666051]},"properties":{"id":476,"name":"王象廣告事業有限公司","lat":25.0666051,"lng":121.5233319,"address":"10491台灣台北市中山區德惠街6號2樓","FL":2,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5295099,25.066255]},"properties":{"id":477,"name":"逸視覺設計_廣告_行銷/Evision Design/Marketing/AD","lat":25.066255,"lng":121.5295099,"address":"10491台灣台北市中山區農安街77巷9弄37號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.527514,25.063989]},"properties":{"id":478,"name":"新季攝影印刷公司","lat":25.063989,"lng":121.527514,"address":"10491台灣台北市中山區新生北路三段42號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5287623,25.0652141]},"properties":{"id":479,"name":"靖碩科技企業有限公司","lat":25.0652141,"lng":121.5287623,"address":"10491台灣台北市中山區農安街77巷1弄12號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5310049,25.0652132]},"properties":{"id":480,"name":"不毛","lat":25.0652132,"lng":121.5310049,"address":"10491台灣台北市中山區吉林路379巷8號1樓","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5309604,25.0666174]},"properties":{"id":481,"name":"鎮鑫廣告工程有限公司","lat":25.0666174,"lng":121.5309604,"address":"236台灣新北市土城區中華路一段56巷24-9號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5401698,25.0671127]},"properties":{"id":482,"name":"Westside Union Studio","lat":25.0671127,"lng":121.5401698,"address":"10491台灣台北市中山區龍江路394巷24號3樓","FL":3,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5422499,25.0663464]},"properties":{"id":483,"name":"格式|設計展策 InFormat Design Curating","lat":25.0663464,"lng":121.5422499,"address":"10491台灣台北市中山區龍江路415巷20號1樓","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.581354,25.066015]},"properties":{"id":484,"name":"彩雲藝術空間","lat":25.066015,"lng":121.581354,"address":"114台灣台北市內湖區新湖三路270號2樓","FL":2,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5925514,25.0670649]},"properties":{"id":485,"name":"MCESS Inc.(是光科技有限公司)","lat":25.0670649,"lng":121.5925514,"address":"11490台灣 Taipei City, Neihu District, 民權東路6段180巷54號6樓","FL":6,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5094772,25.0678384]},"properties":{"id":493,"name":"鴻埕有限公司(鴻埕印刷)","lat":25.0678384,"lng":121.5094772,"address":"103台灣台北市大同區迪化街二段146巷22號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5148587,25.0687176]},"properties":{"id":494,"name":"印急便印刷","lat":25.0687176,"lng":121.5148587,"address":"10369台灣台北市大同區民族西路189號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.515067,25.0684846]},"properties":{"id":495,"name":"方包設計(禾堂企業有限公司)","lat":25.0684846,"lng":121.515067,"address":"10369台灣台北市大同區民族西路174號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.518681,25.069167]},"properties":{"id":496,"name":"源做視覺整合設計","lat":25.069167,"lng":121.518681,"address":"103台灣台北市大同區承德路三段179號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5789636,25.0649777]},"properties":{"id":497,"name":"方米廣告設計工程有限公司","lat":25.0649777,"lng":121.5789636,"address":"114台灣台北市內湖區新湖三路198號2樓","FL":2,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.580069,25.070165]},"properties":{"id":498,"name":"秀威資訊科技股份有限公司","lat":25.070165,"lng":121.580069,"address":"114台灣台北市內湖區瑞光路76巷65號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.603,25.0704]},"properties":{"id":499,"name":"冶鑄建築+設計工坊","lat":25.0704,"lng":121.603,"address":"11483台灣台北市內湖區民權東路六段407號1樓","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.6133321,25.0674592]},"properties":{"id":500,"name":"安康公車調度站臨時平面停車場","lat":25.0674592,"lng":121.6133321,"address":"114台灣台北市內湖區五分街12號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.617419,25.068125]},"properties":{"id":501,"name":"沛雨室內設計工程公司","lat":25.068125,"lng":121.617419,"address":"號 2 樓, No. 153東湖路內湖區台北市台灣 114","FL":2,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5103969,25.072093]},"properties":{"id":508,"name":"att吸引力廣告","lat":25.072093,"lng":121.5103969,"address":"103台灣台北市大同區酒泉街208號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.511841,25.073996]},"properties":{"id":509,"name":"志祥木型行","lat":25.073996,"lng":121.511841,"address":"103台灣台北市大同區迪化街二段422號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5309418,25.0681437]},"properties":{"id":510,"name":"帕士達設計工程有限公司","lat":25.0681437,"lng":121.5309418,"address":"10471台灣台北市中山區民族東路210號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.576125,25.075756]},"properties":{"id":511,"name":"時刻創意 Stunden Creative Agency","lat":25.075756,"lng":121.576125,"address":"No. 295, Ruiguang Road, 3F., 內湖區台北市台灣 114","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5787001,25.0741294]},"properties":{"id":512,"name":"木昜人","lat":25.0741294,"lng":121.5787001,"address":"114台灣台北市內湖區瑞光路225號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.612433,25.072389]},"properties":{"id":513,"name":"淇豪企業有限公司","lat":25.072389,"lng":121.612433,"address":"114台灣台北市內湖區康寧路三段189巷75號1樓","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.6176156,25.0741374]},"properties":{"id":514,"name":"博瑞網頁設計","lat":25.0741374,"lng":121.6176156,"address":"11477台灣台北市內湖區安泰街49巷3號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5170677,25.0720704]},"properties":{"id":522,"name":"文偉說 文創事業","lat":25.0720704,"lng":121.5170677,"address":"103台灣台北市大同區庫倫街3號3樓","FL":3,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5195366,25.075143]},"properties":{"id":523,"name":"創億印刷設計","lat":25.075143,"lng":121.5195366,"address":"103台灣台北市大同區敦煌路24巷1號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5446581,25.0791025]},"properties":{"id":524,"name":"Freecolor","lat":25.0791025,"lng":121.5446581,"address":"No. 15, 北安路458巷中山區台北市台灣 10491","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5446581,25.0791025]},"properties":{"id":525,"name":"自由色平面設計有限公司","lat":25.0791025,"lng":121.5446581,"address":"10491台灣台北市中山區北安路458巷15號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5479195,25.0775268]},"properties":{"id":526,"name":"築點設計 archicake design","lat":25.0775268,"lng":121.5479195,"address":"10491台灣台北市中山區明水路401號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5505726,25.0783404]},"properties":{"id":527,"name":"十字手設計 / HIPSIONG照相雜貨","lat":25.0783404,"lng":121.5505726,"address":"10491台灣台北市中山區明水路397巷7弄53號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5519412,25.0787248]},"properties":{"id":528,"name":"春田創意 springfield.tw","lat":25.0787248,"lng":121.5519412,"address":"10491台灣台北市中山區明水路543-1號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5585586,25.0780546]},"properties":{"id":529,"name":"eptá studio","lat":25.0780546,"lng":121.5585586,"address":"10491台灣台北市中山區敬業三路162巷48號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.589203,25.073626]},"properties":{"id":530,"name":"寬是即境台北室內設計公司","lat":25.073626,"lng":121.589203,"address":"11472台灣台北市內湖區成功路二段498巷7號1樓","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.605295,25.0723419]},"properties":{"id":531,"name":"永源建設股份有限公司","lat":25.0723419,"lng":121.605295,"address":"114台灣台北市內湖區民權東路六段288號5樓","FL":5,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5451897,25.0813137]},"properties":{"id":538,"name":"麥瑟創意策略有限公司","lat":25.0813137,"lng":121.5451897,"address":"10491台灣台北市中山區大直街20巷17號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.54579,25.081784]},"properties":{"id":539,"name":"六十度有限公司","lat":25.081784,"lng":121.54579,"address":"10491台灣台北市中山區大直街34巷5號3樓","FL":3,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5502078,25.0836739]},"properties":{"id":540,"name":"螞蟻創意有限公司","lat":25.0836739,"lng":121.5502078,"address":"10491台灣台北市中山區北安路630巷25弄18號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.562761,25.0833709]},"properties":{"id":541,"name":"triangler 三名治設計","lat":25.0833709,"lng":121.562761,"address":"114台灣台北市內湖區內湖路一段88號4 樓","FL":4,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.56311,25.081765]},"properties":{"id":542,"name":"聯策行銷 Uni-Spirit Marketing","lat":25.081765,"lng":121.56311,"address":"114台灣台北市內湖區內湖路一段120巷15弄8號4樓","FL":4,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5656291,25.0827916]},"properties":{"id":543,"name":"達希亞視覺顧問有限公司","lat":25.0827916,"lng":121.5656291,"address":"114台灣台北市內湖區環山路一段3號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5689307,25.0823702]},"properties":{"id":544,"name":"酒瓶雕刻專家-loving style藝冠有限公司","lat":25.0823702,"lng":121.5689307,"address":"114台灣台北市內湖區內湖路一段345號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.577672,25.08016]},"properties":{"id":545,"name":"上齊影像輸出","lat":25.08016,"lng":121.577672,"address":"114台灣台北市內湖區港墘路103號2F","FL":2,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.586708,25.081164]},"properties":{"id":546,"name":"彩堂設計有限公司 DARKTOY Design","lat":25.081164,"lng":121.586708,"address":"114台灣台北市內湖區內湖路二段","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5953859,25.079992]},"properties":{"id":547,"name":"雙木林人文系統設計","lat":25.079992,"lng":121.5953859,"address":"114台灣台北市內湖區星雲街146號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5053383,25.0865036]},"properties":{"id":550,"name":"吉多力網路開店","lat":25.0865036,"lng":121.5053383,"address":"111台灣台北市士林區環河北路三段151號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5219359,25.0839785]},"properties":{"id":551,"name":"好力客創意有限公司","lat":25.0839785,"lng":121.5219359,"address":"111台灣台北市士林區後港街42巷18號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5256898,25.0842114]},"properties":{"id":552,"name":"學流風工作室有現公司","lat":25.0842114,"lng":121.5256898,"address":"111台灣台北市士林區中山北路五段92號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5581226,25.085235]},"properties":{"id":553,"name":"DZC STUDIO","lat":25.085235,"lng":121.5581226,"address":"114台灣台北市內湖區114台北市內湖區內湖路三段326巷3弄1號5F","FL":5,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5618501,25.0843497]},"properties":{"id":554,"name":"趣金魚設計","lat":25.0843497,"lng":121.5618501,"address":"號 4 樓, No. 111內湖路一段內湖區台北市台灣 114","FL":4,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.567348,25.086587]},"properties":{"id":555,"name":"這邊音樂那邊設計工作室 HereThere Studio","lat":25.086587,"lng":121.567348,"address":"114台灣台北市內湖區環山路一段88號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5923633,25.0856567]},"properties":{"id":556,"name":"曉聞工藝有限公司","lat":25.0856567,"lng":121.5923633,"address":"114台灣台北市內湖區內湖路三段45-1號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.601801,25.087057]},"properties":{"id":557,"name":"畢冊王文化事業 BCWow-Design","lat":25.087057,"lng":121.601801,"address":"114台灣台北市內湖區大湖山莊街151巷5號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5198281,25.0878689]},"properties":{"id":561,"name":"LOGOless","lat":25.0878689,"lng":121.5198281,"address":"號, No. 192華齡街士林區台北市台灣 111","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5611219,25.0913562]},"properties":{"id":562,"name":"青團隊 jing group","lat":25.0913562,"lng":121.5611219,"address":"114台灣台北市內湖區文湖街21巷100弄8號4樓","FL":4,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5992906,25.0881461]},"properties":{"id":563,"name":"艾森形象設計顧問有限公司","lat":25.0881461,"lng":121.5992906,"address":"114台灣內湖區大湖山莊街221號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5017644,25.0933318]},"properties":{"id":566,"name":"台灣通路股份有限公司","lat":25.0933318,"lng":121.5017644,"address":"111台灣士林區倫等街54巷1號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5089138,25.091849]},"properties":{"id":567,"name":"開始設計工作室","lat":25.091849,"lng":121.5089138,"address":"11164台灣台北市士林區社中街156巷49號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5243528,25.0917587]},"properties":{"id":568,"name":"達格網頁設計公司","lat":25.0917587,"lng":121.5243528,"address":"111台灣台北市士林區福德路31-1號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5278467,25.0941479]},"properties":{"id":569,"name":"元鎮室內設計有限公司","lat":25.0941479,"lng":121.5278467,"address":"111台灣士林區中山北路五段529號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5913639,25.087949]},"properties":{"id":570,"name":"三傑鷹架公司","lat":25.087949,"lng":121.5913639,"address":"114台灣台北市內湖區內湖路三段60巷8弄24號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.532344,25.097388]},"properties":{"id":571,"name":"風紅亞太影像股份有限公司","lat":25.097388,"lng":121.532344,"address":"11142台灣台北市士林區雨農路8號1樓","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5300282,25.1006212]},"properties":{"id":572,"name":"之間視覺事務所","lat":25.1006212,"lng":121.5300282,"address":"100台灣台北市士林區雨聲街2巷1號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.522976,25.105411]},"properties":{"id":573,"name":"大力量權威行銷","lat":25.105411,"lng":121.522976,"address":"111台灣台北市士林區德行西路40號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5134703,25.1090283]},"properties":{"id":574,"name":"品京科技有限公司","lat":25.1090283,"lng":121.5134703,"address":"112台灣台北市北投區文林北路256號1樓","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5297,25.107749]},"properties":{"id":575,"name":"創揚室內裝修企業股份有限公司","lat":25.107749,"lng":121.5297,"address":"111台灣台北市士林區忠誠路一段184-1號1樓","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.531724,25.10812]},"properties":{"id":576,"name":"STC 勝勢科技股份有限公司 Sense-tech Innovation company","lat":25.10812,"lng":121.531724,"address":"111台灣台北市士林區忠誠路一段173巷22號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5623927,25.1086506]},"properties":{"id":577,"name":"熊族設計股份有限公司","lat":25.1086506,"lng":121.5623927,"address":"111台灣台北市士林區中社路二段11號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5098415,25.1135272]},"properties":{"id":578,"name":"彩成室內裝修設計工程有限公司","lat":25.1135272,"lng":121.5098415,"address":"112台灣台北市北投區石牌路一段33巷4弄2-1號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.519552,25.113467]},"properties":{"id":579,"name":"fleurir lab 開花生活實驗室","lat":25.113467,"lng":121.519552,"address":"112台灣台北市北投區懷德街71號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.532477,25.114549]},"properties":{"id":580,"name":"EasonDesign 壹慎設計","lat":25.114549,"lng":121.532477,"address":"111台灣台北市士林區忠誠路二段144號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.537303,25.112818]},"properties":{"id":581,"name":"台灣大裝修(天母店)","lat":25.112818,"lng":121.537303,"address":"25.112818, 121.537303, No. 15士東路266巷3弄士林區台北市台灣 111","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.506839,25.116608]},"properties":{"id":582,"name":"萬事達668","lat":25.116608,"lng":121.506839,"address":"112台灣台北市北投區承德路七段280巷32號3樓","FL":3,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.467857,25.121026]},"properties":{"id":584,"name":"知行路平面停車場","lat":25.121026,"lng":121.467857,"address":"112台灣台北市北投區台北市北投區","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5032794,25.1211599]},"properties":{"id":585,"name":"ViVi PARK公館路平面停車場","lat":25.1211599,"lng":121.5032794,"address":"112台灣台北市北投區公館路","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5182343,25.1152935]},"properties":{"id":586,"name":"振華公園旁平面停車場","lat":25.1152935,"lng":121.5182343,"address":"112台灣台北市北投區明德路331巷29號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5223887,25.1231557]},"properties":{"id":587,"name":"知本形象廣告有限公司","lat":25.1231557,"lng":121.5223887,"address":"112台灣北投區石牌路二段315巷28弄5號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5284407,25.1212527]},"properties":{"id":588,"name":"大物演藝品牌設計","lat":25.1212527,"lng":121.5284407,"address":"111台灣台北市士林區天玉街25號4樓之1","FL":4,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.532108,25.118019]},"properties":{"id":589,"name":"台灣北輪有限公司","lat":25.118019,"lng":121.532108,"address":"11153台灣台北市士林區天母東路31號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.469278,25.126695]},"properties":{"id":590,"name":"奧樸空間創作","lat":25.126695,"lng":121.469278,"address":"112台灣台北市北投區中央北路四段515巷62號3樓","FL":3,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5322379,25.1217599]},"properties":{"id":591,"name":"葳尼獨創婚禮","lat":25.1217599,"lng":121.5322379,"address":"111台灣台北市士林區中山北路七段100巷4號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.4726788,25.1285139]},"properties":{"id":592,"name":"雅登廚飾","lat":25.1285139,"lng":121.4726788,"address":"112台灣台北市北投區立德路157號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.4975953,25.1298512]},"properties":{"id":593,"name":"尚邑國際室內裝修","lat":25.1298512,"lng":121.4975953,"address":"112台灣台北市北投區大興街5號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.498815,25.130497]},"properties":{"id":594,"name":"意致視覺設計 (itisDesign)","lat":25.130497,"lng":121.498815,"address":"112台灣台北市北投區112台北市北投區北投路二段9號12樓之3","FL":12,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5740813,25.1314795]},"properties":{"id":595,"name":"草山窯 CaoShan Pottery","lat":25.1314795,"lng":121.5740813,"address":"111台灣台北市士林區平菁街43巷8號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.544438,25.134945]},"properties":{"id":596,"name":"67ideas","lat":25.134945,"lng":121.544438,"address":"No 28 Jiantan Road, Floor 2, 士林區台北市台灣 111","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.4903682,25.1385827]},"properties":{"id":598,"name":"皮納斯設計 Phoenix307 Design","lat":25.1385827,"lng":121.4903682,"address":"112台灣台北市北投區中央北路二段292號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.494921,25.137296]},"properties":{"id":599,"name":"JP Design","lat":25.137296,"lng":121.494921,"address":"No. 60, 350巷, 中央北路二段, 北投區台北市台灣 112","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.499323,25.1353759]},"properties":{"id":600,"name":"寬寬設計整合有限公司","lat":25.1353759,"lng":121.499323,"address":"112台灣北投區大同街138巷7號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5415051,25.1376196]},"properties":{"id":601,"name":"學事所輸出影印中心-文化店","lat":25.1376196,"lng":121.5415051,"address":"111台灣台北市士林區華岡路47巷1之3號","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.4986866,25.1437198]},"properties":{"id":602,"name":"永騰設計--專業設計與網站製作","lat":25.1437198,"lng":121.4986866,"address":"23445台灣新北市北投區中和街398巷","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5044832,25.1406103]},"properties":{"id":603,"name":"復興平面停車場","lat":25.1406103,"lng":121.5044832,"address":"112台灣台北市北投區","FL":0,"type":"graphic"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5564486,24.9786705]},"properties":{"id":13,"name":"林輝進建築師事務所","lat":24.9786705,"lng":121.5564486,"address":"116台灣文山區一壽街41號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5546669,24.9824424]},"properties":{"id":22,"name":"吳政聰建築師事務所","lat":24.9824424,"lng":121.5546669,"address":"116台灣文山區辛亥路七段69巷17號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5590825,24.9806756]},"properties":{"id":23,"name":"盧芬芬建築師事務所","lat":24.9806756,"lng":121.5590825,"address":"116台灣文山區木新路三段243巷3弄3號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5630892,24.9822287]},"properties":{"id":24,"name":"邱永章建築師事務所","lat":24.9822287,"lng":121.5630892,"address":"116台灣台北市文山區木新路三段87號2 樓","FL":2,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5631502,24.982425]},"properties":{"id":25,"name":"林輝進建築師事務所","lat":24.982425,"lng":121.5631502,"address":"116台灣文山區木新路三段86號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.555011,24.9840699]},"properties":{"id":29,"name":"林木雨建築師事務所","lat":24.9840699,"lng":121.555011,"address":"116台灣台北市文山區光輝路50巷3弄20號2樓","FL":2,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.558057,24.987487]},"properties":{"id":30,"name":"諸葛慧建築師事務所","lat":24.987487,"lng":121.558057,"address":"116台灣文山區木柵路一段378巷44號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5702148,24.9855591]},"properties":{"id":31,"name":"盛啟義建築師事務所","lat":24.9855591,"lng":121.5702148,"address":"116台灣文山區永安街48巷50號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5709579,24.9853639]},"properties":{"id":32,"name":"瑪晉建築師事務所","lat":24.9853639,"lng":121.5709579,"address":"116台灣台北市文山區木新路二段71巷8號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5396391,24.9903039]},"properties":{"id":37,"name":"戴嘉惠建築師事務所","lat":24.9903039,"lng":121.5396391,"address":"116台灣文山區羅斯福路六段378號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.543104,24.991611]},"properties":{"id":38,"name":"李承洋建築師事務所","lat":24.991611,"lng":121.543104,"address":"116台灣文山區景興路202巷13號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.543184,24.991458]},"properties":{"id":39,"name":"許烈嘉建築師事務所","lat":24.991458,"lng":121.543184,"address":"116台灣文山區景興路202巷11號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.537575,24.9943099]},"properties":{"id":46,"name":"劉同誠建築師事務所","lat":24.9943099,"lng":121.537575,"address":"116台灣文山區萬慶街64號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.538339,24.9954249]},"properties":{"id":47,"name":"蔡茂森建築師事務所","lat":24.9954249,"lng":121.538339,"address":"116台灣台北市文山區溪口街85巷4號3樓","FL":3,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.541409,24.9921011]},"properties":{"id":48,"name":"黃明智建築師事務所","lat":24.9921011,"lng":121.541409,"address":"號, No. 41景文街文山區台北市台灣 116","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.541399,24.993805]},"properties":{"id":49,"name":"許明義建築師事務所","lat":24.993805,"lng":121.541399,"address":"116台灣文山區羅斯福路六段321號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5478467,24.9950455]},"properties":{"id":50,"name":"盧聖曄建築師事務所","lat":24.9950455,"lng":121.5478467,"address":"116台灣文山區景華街128巷25號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5700825,24.9896399]},"properties":{"id":51,"name":"臺北市文山區戶政事務所","lat":24.9896399,"lng":121.5700825,"address":"116台灣台北市文山區木柵路三段220號2樓","FL":2,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5365169,24.995974]},"properties":{"id":64,"name":"楊志健建築師事務所","lat":24.995974,"lng":121.5365169,"address":"116台灣台北市文山區景福街133巷18號3樓","FL":3,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.540219,24.9983218]},"properties":{"id":65,"name":"中國興業建築師事務所","lat":24.9983218,"lng":121.540219,"address":"116台灣台北市文山區羅斯福路六段88號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5420969,24.9959219]},"properties":{"id":66,"name":"許慶堉建築師事務所","lat":24.9959219,"lng":121.5420969,"address":"116台灣台北市文山區三福街4巷14號3樓","FL":3,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.544546,24.997606]},"properties":{"id":67,"name":"張義震建築師事務所","lat":24.997606,"lng":121.544546,"address":"號, No. 24景興路文山區台北市台灣 116","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5483239,24.9992269]},"properties":{"id":68,"name":"吳敏男建築師事務所","lat":24.9992269,"lng":121.5483239,"address":"116台灣台北市文山區興隆路二段78巷4弄25號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5531059,24.9984179]},"properties":{"id":69,"name":"符宏仁建築事務所","lat":24.9984179,"lng":121.5531059,"address":"116台灣台北市文山區辛亥路五段94之1號6樓","FL":6,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5569454,24.9995594]},"properties":{"id":70,"name":"陳昶良建築師事務所/天人土木技師事務所","lat":24.9995594,"lng":121.5569454,"address":"116台灣台北市文山區興隆路三段94號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.560544,24.995905]},"properties":{"id":71,"name":"盧朝明建築師事務所","lat":24.995905,"lng":121.560544,"address":"116台灣文山區興隆路三段185巷1弄8號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.574813,24.9987419]},"properties":{"id":72,"name":"陳鵬欽結構技師事務所","lat":24.9987419,"lng":121.574813,"address":"116台灣文山區木柵路四段149巷1號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.552695,25.0016809]},"properties":{"id":83,"name":"陶運昌建築師事務所","lat":25.0016809,"lng":121.552695,"address":"116台灣台北市文山區興隆路二段279號5樓","FL":5,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5638799,25.0007639]},"properties":{"id":84,"name":"許烈嘉建築師事務所","lat":25.0007639,"lng":121.5638799,"address":"116台灣台北市文山區萬利街59巷12號2樓","FL":2,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.571733,25.000885]},"properties":{"id":85,"name":"鄭復綱建築師事務所","lat":25.000885,"lng":121.571733,"address":"116台灣文山區萬安街103號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.573377,25.001363]},"properties":{"id":86,"name":"鼎申結構技師事務所","lat":25.001363,"lng":121.573377,"address":"116台灣台北市文山區116台北市文山區和平東路四段295巷5號7F","FL":7,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.536905,25.001535]},"properties":{"id":107,"name":"青水室內裝修設計有限公司","lat":25.001535,"lng":121.536905,"address":"116台灣台北市文山區萬隆街80號5樓","FL":5,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.53915,25.004626]},"properties":{"id":108,"name":"徐福仁建築師事務所","lat":25.004626,"lng":121.53915,"address":"116台灣台北市文山區羅斯福路五段129號8樓","FL":8,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.537781,25.011387]},"properties":{"id":143,"name":"劉可強建築師事務所","lat":25.011387,"lng":121.537781,"address":"106台灣台北市大安區台北市大安區基隆路四段148號4樓","FL":4,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.533408,25.0150369]},"properties":{"id":158,"name":"紫峰建築師事務所","lat":25.0150369,"lng":121.533408,"address":"100台灣台北市中正區羅斯福路四段40巷2號2樓","FL":2,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5361749,25.0123932]},"properties":{"id":159,"name":"黃長美建築師事務所","lat":25.0123932,"lng":121.5361749,"address":"100台灣中正區羅斯福路四段162號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.4946789,25.0179149]},"properties":{"id":168,"name":"環宇建築師事務所","lat":25.0179149,"lng":121.4946789,"address":"108台灣台北市萬華區萬大路618巷34號2樓","FL":2,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.4947649,25.0172519]},"properties":{"id":169,"name":"陳學重建築師事務所","lat":25.0172519,"lng":121.4947649,"address":"108台灣台北市萬華區環河南路三段347號3樓","FL":3,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.529101,25.0182259]},"properties":{"id":171,"name":"倪鴻溟建築師事務所","lat":25.0182259,"lng":121.529101,"address":"100台灣台北市中正區羅斯福路三段210巷8弄6號5樓","FL":5,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5296779,25.0196379]},"properties":{"id":172,"name":"董家範石企孟聯合建築師事務所","lat":25.0196379,"lng":121.5296779,"address":"106台灣台北市大安區羅斯福路三段227號之2","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.52993,25.0193809]},"properties":{"id":173,"name":"裕重建築師事務所","lat":25.0193809,"lng":121.52993,"address":"106台灣大安區羅斯福路三段241號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.531117,25.018236]},"properties":{"id":174,"name":"澤群建築師事務所","lat":25.018236,"lng":121.531117,"address":"106台灣台北市大安區羅斯福路三段277號8樓","FL":8,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.532209,25.017152]},"properties":{"id":175,"name":"劉致錚建築師事務所","lat":25.017152,"lng":121.532209,"address":"106台灣大安區羅斯福路三段325號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5405239,25.0189226]},"properties":{"id":176,"name":"建築與城鄉研究所","lat":25.0189226,"lng":121.5405239,"address":"106台灣台北市大安區羅斯福路四段1號315室工學院綜合大樓","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5546399,25.01928]},"properties":{"id":177,"name":"李清仁建築師事務所","lat":25.01928,"lng":121.5546399,"address":"106台灣台北市大安區樂業街169巷9號4樓","FL":4,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5176071,25.0218962]},"properties":{"id":189,"name":"久聯建築師事務所","lat":25.0218962,"lng":121.5176071,"address":"100台灣中正區廈門街141號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5191199,25.0218659]},"properties":{"id":190,"name":"蔣蔚良建築師事務所","lat":25.0218659,"lng":121.5191199,"address":"100台灣台北市中正區牯嶺街165號6樓","FL":6,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5199759,25.0234969]},"properties":{"id":191,"name":"慶賓建築師事務所","lat":25.0234969,"lng":121.5199759,"address":"100台灣台北市中正區廈門街113巷27號3樓","FL":3,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5223934,25.0205851]},"properties":{"id":192,"name":"張榮麟建築師事務所","lat":25.0205851,"lng":121.5223934,"address":"100台灣台北市中正區金門街39號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5255002,25.0212124]},"properties":{"id":193,"name":"林智灝建築師事務所","lat":25.0212124,"lng":121.5255002,"address":"100台灣台北市中正區師大路170號3 樓 之 7","FL":3,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5261456,25.0228184]},"properties":{"id":194,"name":"李訓中建築師事務所","lat":25.0228184,"lng":121.5261456,"address":"號 11 樓, No. 77羅斯福路三段大安區台北市台灣 106","FL":11,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.527362,25.0234729]},"properties":{"id":195,"name":"李振境建築師事務所","lat":25.0234729,"lng":121.527362,"address":"106台灣大安區師大路80巷23號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5304987,25.0198846]},"properties":{"id":196,"name":"陳名能建築師事務所","lat":25.0198846,"lng":121.5304987,"address":"106台灣大安區羅斯福路三段269巷26號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5322299,25.021404]},"properties":{"id":197,"name":"蕭長城建築師事務所","lat":25.021404,"lng":121.5322299,"address":"106台灣台北市大安區溫州街48巷16號2樓","FL":2,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5339589,25.021196]},"properties":{"id":198,"name":"台灣技術建築師事務所","lat":25.021196,"lng":121.5339589,"address":"106台灣台北市大安區新生南路三段52號5樓","FL":5,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5364389,25.022867]},"properties":{"id":199,"name":"鍾治平建築師事務所","lat":25.022867,"lng":121.5364389,"address":"106台灣台北市大安區辛亥路二段43號之2","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.536406,25.02351]},"properties":{"id":200,"name":"林東益建築師事務所","lat":25.02351,"lng":121.536406,"address":"106台灣大安區和平東路二段18巷3弄29-2號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.540593,25.0217009]},"properties":{"id":201,"name":"武林建築師事務所","lat":25.0217009,"lng":121.540593,"address":"106台灣台北市大安區辛亥路二段157號12樓","FL":12,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.540849,25.023411]},"properties":{"id":202,"name":"偉程建築師事務所","lat":25.023411,"lng":121.540849,"address":"106台灣台北市大安區和平東路二段96巷10弄2號6樓","FL":6,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.54086,25.023103]},"properties":{"id":203,"name":"曹源龍建築師事務所","lat":25.023103,"lng":121.54086,"address":"106台灣台北市大安區和平東路二段96巷12之2號2樓","FL":2,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.54086,25.023103]},"properties":{"id":204,"name":"華英建築師事務所","lat":25.023103,"lng":121.54086,"address":"106台灣台北市大安區和平東路二段96巷12之2號3樓","FL":3,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.540602,25.023077]},"properties":{"id":205,"name":"朱午潮建築師事務所","lat":25.023077,"lng":121.540602,"address":"106台灣大安區和平東路二段76巷17弄9號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5436659,25.0238049]},"properties":{"id":206,"name":"郭亙榮建築師事務所","lat":25.0238049,"lng":121.5436659,"address":"106台灣台北市大安區復興南路二段327號8樓","FL":8,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5482961,25.023595]},"properties":{"id":207,"name":"Q-LAB 曾永信建築師事務所","lat":25.023595,"lng":121.5482961,"address":"106台灣台北市大安區敦化南路二段182號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5500681,25.0218988]},"properties":{"id":208,"name":"廖志桓建築師事務所","lat":25.0218988,"lng":121.5500681,"address":"106台灣台北市大安區基隆路二段281號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.551029,25.0233019]},"properties":{"id":209,"name":"吳聖洪建築師事務所","lat":25.0233019,"lng":121.551029,"address":"106台灣台北市大安區基隆路二段230號6樓","FL":6,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.548329,25.023699]},"properties":{"id":210,"name":"蔡錦勝建築師事務所","lat":25.023699,"lng":121.548329,"address":"106台灣大安區敦化南路二段180號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5479129,25.0237269]},"properties":{"id":211,"name":"林晨曄地政士事務所","lat":25.0237269,"lng":121.5479129,"address":"106台灣台北市大安區敦化南路二段172巷8弄3號4樓","FL":4,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5478605,25.023735]},"properties":{"id":212,"name":"蘇富源建築師事務所","lat":25.023735,"lng":121.5478605,"address":"106台灣台北市大安區敦化南路二段172巷8弄3號號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5545949,25.0210911]},"properties":{"id":213,"name":"魯君威建築師事務所","lat":25.0210911,"lng":121.5545949,"address":"106台灣大安區安居街8巷6弄7號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5583205,25.0201486]},"properties":{"id":214,"name":"弘一建築師事務所","lat":25.0201486,"lng":121.5583205,"address":"110台灣台北市信義區和平東路3段391巷15號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5693413,25.0230607]},"properties":{"id":215,"name":"吳進山建築師事務所","lat":25.0230607,"lng":121.5693413,"address":"110台灣信義區吳興街500巷4號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.500288,25.0258669]},"properties":{"id":221,"name":"中天地政士事務所","lat":25.0258669,"lng":121.500288,"address":"108台灣台北市萬華區萬大路268號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5091399,25.025843]},"properties":{"id":222,"name":"林仁宏建築師事務所","lat":25.025843,"lng":121.5091399,"address":"100台灣台北市中正區中華路二段441巷12號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.514078,25.0248479]},"properties":{"id":223,"name":"沈乃瑞建築師事務所","lat":25.0248479,"lng":121.514078,"address":"100台灣台北市中正區詔安街46號之3","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5131975,25.0273258]},"properties":{"id":224,"name":"上滕設計","lat":25.0273258,"lng":121.5131975,"address":"號, No. 238三元街中正區台北市台灣 100","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5157653,25.0253456]},"properties":{"id":225,"name":"大方建築師事務所","lat":25.0253456,"lng":121.5157653,"address":"100台灣中正區汀州路二段6巷15號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.521596,25.027827]},"properties":{"id":226,"name":"萬邦建築師事務所","lat":25.027827,"lng":121.521596,"address":"100台灣台北市中正區羅斯福路二段50號之1","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5229369,25.025806]},"properties":{"id":227,"name":"劉鳴驥建築師事務所","lat":25.025806,"lng":121.5229369,"address":"100台灣台北市中正區羅斯福路二段140號之2","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5210719,25.025711]},"properties":{"id":228,"name":"林琮淳建築師事務所","lat":25.025711,"lng":121.5210719,"address":"100台灣台北市中正區晉江街18巷5之2號3樓","FL":3,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5216114,25.0251936]},"properties":{"id":229,"name":"林隆成建築師事務所","lat":25.0251936,"lng":121.5216114,"address":"100台灣中正區中正區牯嶺街95巷103號1樓","FL":1,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.52285,25.0259429]},"properties":{"id":230,"name":"方光建築師事務所","lat":25.0259429,"lng":121.52285,"address":"100台灣台北市中正區羅斯福路二段136號2樓","FL":2,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.522166,25.0278009]},"properties":{"id":231,"name":"聯春建築師事務所","lat":25.0278009,"lng":121.522166,"address":"106台灣大安區羅斯福路二段33號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.52383,25.0255569]},"properties":{"id":232,"name":"馮月忠建築師事務所","lat":25.0255569,"lng":121.52383,"address":"106台灣大安區羅斯福路二段93號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.52344,25.026171]},"properties":{"id":233,"name":"張國禎建築師事務所--(快樂樹蛙繪圖教室)","lat":25.026171,"lng":121.52344,"address":"106台灣台北市大安區羅斯福路二段79號5樓之1","FL":5,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.524522,25.023837]},"properties":{"id":234,"name":"大成建築師事務所","lat":25.023837,"lng":121.524522,"address":"100台灣中正區南昌路二段222號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5234174,25.0253763]},"properties":{"id":235,"name":"陳永森建築師事務所","lat":25.0253763,"lng":121.5234174,"address":"100台灣中正區羅斯福路二段168號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5240973,25.0242321]},"properties":{"id":236,"name":"陳逸倫建築師事務所","lat":25.0242321,"lng":121.5240973,"address":"100台灣中正區南昌路二段200號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.524522,25.024608]},"properties":{"id":237,"name":"曾人識建築師事務所","lat":25.024608,"lng":121.524522,"address":"106台灣台北市大安區台北市大安區羅斯福路二段105號11樓之1","FL":11,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5253914,25.0270925]},"properties":{"id":238,"name":"溫卓炫建築師事務所","lat":25.0270925,"lng":121.5253914,"address":"106台灣大安區大安區和平東路一段83號4樓之1","FL":4,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5300959,25.024939]},"properties":{"id":239,"name":"劉奕權建築師事務所","lat":25.024939,"lng":121.5300959,"address":"106台灣台北市大安區泰順街26巷24號4樓","FL":4,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.529753,25.026285]},"properties":{"id":240,"name":"黃裕欽建築師事務所","lat":25.026285,"lng":121.529753,"address":"106台灣大安區和平東路一段182號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.529875,25.0250549]},"properties":{"id":241,"name":"曹羅羿建築師事務所","lat":25.0250549,"lng":121.529875,"address":"106台灣台北市大安區泰順街26巷39號2 樓","FL":2,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.52266,25.026095]},"properties":{"id":242,"name":"安星國際室內裝修設計工程有限公司","lat":25.026095,"lng":121.52266,"address":"100台灣台北市中正區羅斯福路二段126號之2","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.534531,25.025746]},"properties":{"id":243,"name":"郭志宏建築師事務所","lat":25.025746,"lng":121.534531,"address":"106台灣台北市大安區新生南路三段2號之2","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.533859,25.0255779]},"properties":{"id":244,"name":"許樺建築師事務所","lat":25.0255779,"lng":121.533859,"address":"106台灣台北市大安區溫州街11巷3號5樓","FL":5,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5344939,25.027465]},"properties":{"id":245,"name":"友聯建築師事務所","lat":25.027465,"lng":121.5344939,"address":"106台灣台北市大安區新生南路二段78號7樓","FL":7,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5350039,25.025259]},"properties":{"id":246,"name":"李東清建築師事務所","lat":25.025259,"lng":121.5350039,"address":"106台灣台北市大安區新生南路三段11之1號3樓","FL":3,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5333709,25.0256592]},"properties":{"id":247,"name":"何頡有限公司","lat":25.0256592,"lng":121.5333709,"address":"106台灣大安區溫州街12巷1號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.541558,25.025329]},"properties":{"id":248,"name":"敏德建築師事務所","lat":25.025329,"lng":121.541558,"address":"106台灣台北市大安區和平東路二段163號12樓","FL":12,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.542709,25.026158]},"properties":{"id":249,"name":"徐易聖建築師事務所","lat":25.026158,"lng":121.542709,"address":"106台灣台北市大安区臺北大安區和平東路三段391巷20弄72號B1-3臺北市文山區新光路一段159巷16號","FL":-1,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5418569,25.025286]},"properties":{"id":250,"name":"郭國慶建築師事務所","lat":25.025286,"lng":121.5418569,"address":"106台灣台北市大安區和平東路二段177號之1","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5400471,25.025571]},"properties":{"id":251,"name":"何仁群建築師事務所","lat":25.025571,"lng":121.5400471,"address":"106台灣大安區大安區和平東路二段101號6樓","FL":6,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5447209,25.02497]},"properties":{"id":252,"name":"邱垂睿建築師事務所","lat":25.02497,"lng":121.5447209,"address":"106台灣台北市大安區和平東路二段295號9樓","FL":9,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5465479,25.025839]},"properties":{"id":253,"name":"陳健建築師事務所","lat":25.025839,"lng":121.5465479,"address":"106台灣台北市大安區和平東路二段311巷43弄21號15樓","FL":15,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5432179,25.024015]},"properties":{"id":254,"name":"張清棋建築師事務所","lat":25.024015,"lng":121.5432179,"address":"106台灣台北市大安區復興南路二段288號10樓","FL":10,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5458829,25.026453]},"properties":{"id":255,"name":"池體演建築師事務所","lat":25.026453,"lng":121.5458829,"address":"106台灣台北市大安區四維路198巷38弄9號9樓","FL":9,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.546998,25.0249029]},"properties":{"id":256,"name":"林重陽建築師事務所","lat":25.0249029,"lng":121.546998,"address":"106台灣台北市大安區和平東路三段9號6樓","FL":6,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.543129,25.0250559]},"properties":{"id":257,"name":"林志宏建築師事務所","lat":25.0250559,"lng":121.543129,"address":"106台灣大安區復興南路二段236號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5442926,25.0249362]},"properties":{"id":258,"name":"黃健敏建築師事務所","lat":25.0249362,"lng":121.5442926,"address":"106台灣大安區大安區和平東路二段277號10樓","FL":10,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.543737,25.024982]},"properties":{"id":259,"name":"楊明山建築師事務所","lat":25.024982,"lng":121.543737,"address":"106台灣大安區復興南路二段293號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5470169,25.0248941]},"properties":{"id":260,"name":"張克昌建築師事務所","lat":25.0248941,"lng":121.5470169,"address":"106台灣大安區大安區和平東路三段9號12樓","FL":12,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5492049,25.0247859]},"properties":{"id":261,"name":"戚雅各建築師事務所","lat":25.0247859,"lng":121.5492049,"address":"106台灣台北市大安區和平東路三段63號之5","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5484133,25.0260691]},"properties":{"id":262,"name":"林東益建築師事務所","lat":25.0260691,"lng":121.5484133,"address":"106台灣大安區敦化南路二段128號7樓之2","FL":7,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.550414,25.024932]},"properties":{"id":263,"name":"陳聖中建築師事務所","lat":25.024932,"lng":121.550414,"address":"106台灣大安區安和路二段241號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5482842,25.024142]},"properties":{"id":264,"name":"陳章安建築師事務所","lat":25.024142,"lng":121.5482842,"address":"106台灣台北市大安區敦化南路二段168號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5492085,25.024795]},"properties":{"id":265,"name":"許玄明建築師事務所","lat":25.024795,"lng":121.5492085,"address":"106台灣大安區大安區和平東路三段63號6樓之4","FL":6,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5490917,25.0251977]},"properties":{"id":266,"name":"徐瑞彬建築師事務所","lat":25.0251977,"lng":121.5490917,"address":"112台灣台北市大安區敦化南路二段267號4樓","FL":4,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.548261,25.027669]},"properties":{"id":267,"name":"張俊哲建築師事務所","lat":25.027669,"lng":121.548261,"address":"106台灣大安區敦化南路二段106號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.550246,25.0261029]},"properties":{"id":268,"name":"王志祥建築師事務所","lat":25.0261029,"lng":121.550246,"address":"106台灣台北市大安區安和路二段211號台灣","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.551988,25.024111]},"properties":{"id":269,"name":"黃光進建築師事務所","lat":25.024111,"lng":121.551988,"address":"106台灣台北市大安區基隆路二段190號10樓之6","FL":10,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5533906,25.0248257]},"properties":{"id":270,"name":"陳肇勳建築師事務所","lat":25.0248257,"lng":121.5533906,"address":"11054台灣台北市信義區基隆路二段189號20樓","FL":20,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.551988,25.0241109]},"properties":{"id":271,"name":"徐裕健建築師事務所","lat":25.0241109,"lng":121.551988,"address":"106台灣大安區大安區基隆路二段190號3樓之1","FL":3,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.551348,25.024591]},"properties":{"id":272,"name":"陳鴻明建築師事務所","lat":25.024591,"lng":121.551348,"address":"106台灣大安區大安區和平東路三段111號12樓","FL":12,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.55403,25.024425]},"properties":{"id":273,"name":"許中光建築師事務所","lat":25.024425,"lng":121.55403,"address":"110台灣信義區崇德街35號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5534255,25.0248813]},"properties":{"id":274,"name":"黃正銅建築師事務所","lat":25.0248813,"lng":121.5534255,"address":"110台灣信義區信義區基隆路二段189號6樓","FL":6,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5511946,25.0275517]},"properties":{"id":275,"name":"林木榮建築師事務所","lat":25.0275517,"lng":121.5511946,"address":"106台灣大安區樂利路20號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5515526,25.0278152]},"properties":{"id":276,"name":"江宏一建築師事務所","lat":25.0278152,"lng":121.5515526,"address":"106台灣大安區樂利路21巷4號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5534359,25.0248609]},"properties":{"id":277,"name":"吳瑞珠地政士事務所","lat":25.0248609,"lng":121.5534359,"address":"110台灣台北市信義區基隆路二段189號之4","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5573839,25.0277952]},"properties":{"id":278,"name":"陳耀聰建築師事務所","lat":25.0277952,"lng":121.5573839,"address":"110台灣信義區嘉興街175巷3號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.556011,25.02717]},"properties":{"id":279,"name":"劉殿明建築師事務所","lat":25.02717,"lng":121.556011,"address":"110台灣台北市信義區基隆路二段133號6樓","FL":6,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.569807,25.02585]},"properties":{"id":280,"name":"魏漢陽建築師事務所","lat":25.02585,"lng":121.569807,"address":"110台灣信義區信義區松仁路253巷7號1樓","FL":1,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.4972903,25.0312788]},"properties":{"id":285,"name":"洪地政士事務所","lat":25.0312788,"lng":121.4972903,"address":"108台灣台北市萬華區莒光路336號3樓","FL":3,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.514324,25.028039]},"properties":{"id":286,"name":"梁茂貴建築師事務所","lat":25.028039,"lng":121.514324,"address":"100台灣台北市中正區和平西路二段7號B1樓","FL":-1,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5155208,25.0293917]},"properties":{"id":287,"name":"朱偉誠建築師事務所","lat":25.0293917,"lng":121.5155208,"address":"100台灣台北市中正區重慶南路三段1號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.518815,25.029187]},"properties":{"id":288,"name":"中華建築師事務所","lat":25.029187,"lng":121.518815,"address":"100台灣台北市中正區南昌路一段163號4樓","FL":4,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5172099,25.0318349]},"properties":{"id":289,"name":"林天賦建築師事務所","lat":25.0318349,"lng":121.5172099,"address":"100台灣台北市中正區南昌路一段31巷2之2號2樓","FL":2,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5209189,25.029517]},"properties":{"id":290,"name":"大凱建築師事務所","lat":25.029517,"lng":121.5209189,"address":"100台灣台北市中正區羅斯福路二段3號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.52127,25.0291309]},"properties":{"id":291,"name":"賴光善建築師事務所","lat":25.0291309,"lng":121.52127,"address":"100台灣中正區羅斯福路二段7-5號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5241419,25.029358]},"properties":{"id":292,"name":"重耀建築師事務所","lat":25.029358,"lng":121.5241419,"address":"106台灣台北市大安區潮州街57號7樓","FL":7,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5284229,25.0315373]},"properties":{"id":293,"name":"戴嘉惠建築師事務所","lat":25.0315373,"lng":121.5284229,"address":"106台灣大安區愛國東路99號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.528407,25.02853]},"properties":{"id":294,"name":"JC Architecture","lat":25.02853,"lng":121.528407,"address":"106台灣台北市大安區潮州街144號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.531808,25.027991]},"properties":{"id":295,"name":"孫庸傑建築師事務所","lat":25.027991,"lng":121.531808,"address":"106台灣台北市大安區青田街6-2號106 台北 市 大安 區號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.53156,25.028394]},"properties":{"id":296,"name":"明國建築師事務所","lat":25.028394,"lng":121.53156,"address":"106台灣台北市大安區青田街2巷10之4號4樓","FL":4,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5315919,25.02847]},"properties":{"id":297,"name":"美惠建築師事務所","lat":25.02847,"lng":121.5315919,"address":"106台灣台北市大安區青田街2巷10之1號2樓","FL":2,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.538143,25.031084]},"properties":{"id":298,"name":"陳金水建築師事務所","lat":25.031084,"lng":121.538143,"address":"106台灣大安區建國南路二段73號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.542578,25.027897]},"properties":{"id":299,"name":"章舜欽建築師事務所","lat":25.027897,"lng":121.542578,"address":"106台灣台北市大安區復興南路二段160巷9號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5395649,25.0304415]},"properties":{"id":300,"name":"包匡建築師事務所","lat":25.0304415,"lng":121.5395649,"address":"106台灣大安區信義路三段134巷33號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5432785,25.031007]},"properties":{"id":301,"name":"林煒郁、黃郅堯建築師事務所","lat":25.031007,"lng":121.5432785,"address":"10664台灣台北市大安區復興南路二段82號號 13 樓","FL":13,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.543745,25.0281659]},"properties":{"id":302,"name":"楊崇禎建築師事務所","lat":25.0281659,"lng":121.543745,"address":"106台灣台北市大安區復興南路二段157號之1","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.544352,25.0282359]},"properties":{"id":303,"name":"傅紀宏建築師事務所","lat":25.0282359,"lng":121.544352,"address":"106台灣台北市大安區復興南路二段151巷8號之5","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.545514,25.0296363]},"properties":{"id":304,"name":"曾建豪建築師事務所","lat":25.0296363,"lng":121.545514,"address":"1F, No. 7大安路二段142巷大安區台北市台灣 106","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5432891,25.0307049]},"properties":{"id":305,"name":"林煒郁建築師事務所","lat":25.0307049,"lng":121.5432891,"address":"10491台灣台北市中山區復興南路二段82號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5446314,25.0298496]},"properties":{"id":306,"name":"王輝章建築師事務所","lat":25.0298496,"lng":121.5446314,"address":"106台灣大安區大安路二段132巷24號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.549201,25.030284]},"properties":{"id":307,"name":"境向建築師事務所","lat":25.030284,"lng":121.549201,"address":"號, No. 77敦化南路二段大安區台北市台灣 106","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5482969,25.0301759]},"properties":{"id":308,"name":"大矩聯合建築師事務所","lat":25.0301759,"lng":121.5482969,"address":"106台灣台北市大安區敦化南路二段60號之2","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.548328,25.0315479]},"properties":{"id":309,"name":"陳碧潭建築師事務所","lat":25.0315479,"lng":121.548328,"address":"106台灣台北市大安區敦化南路二段32號之1","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5505998,25.0282396]},"properties":{"id":310,"name":"黃烱祥建築師事務所","lat":25.0282396,"lng":121.5505998,"address":"號, No. 17安和路二段171巷大安區台北市台灣 106","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.548225,25.0292319]},"properties":{"id":311,"name":"陳世翔建築師事務所","lat":25.0292319,"lng":121.548225,"address":"106台灣台北市大安區敦化南路二段76號之1","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5432319,25.027958]},"properties":{"id":312,"name":"正昌建築師事務所","lat":25.027958,"lng":121.5432319,"address":"106台灣台北市大安區復興南路二段156之1號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.549201,25.030284]},"properties":{"id":313,"name":"張國傑建築師事務所","lat":25.030284,"lng":121.549201,"address":"106台灣台北市大安區敦化南路二段77號之5","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5505921,25.028585]},"properties":{"id":314,"name":"陳聖中建築師事務所","lat":25.028585,"lng":121.5505921,"address":"106台灣大安區安和路二段147號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5483739,25.0312217]},"properties":{"id":315,"name":"譚俊彥建築師事務所","lat":25.0312217,"lng":121.5483739,"address":"106台灣大安區敦化南路二段46號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.547483,25.02853]},"properties":{"id":316,"name":"台灣建築報導雜誌社","lat":25.02853,"lng":121.547483,"address":"106台灣台北市大安區大安路二段141巷21號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5524137,25.0279421]},"properties":{"id":317,"name":"丁文正建築師事務所","lat":25.0279421,"lng":121.5524137,"address":"106台灣大安區通安街148號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.557196,25.030702]},"properties":{"id":318,"name":"許常吉建築師事務所","lat":25.030702,"lng":121.557196,"address":"106台灣台北市大安區光復南路672號9樓","FL":9,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5586009,25.0309799]},"properties":{"id":319,"name":"台北市建築師公會","lat":25.0309799,"lng":121.5586009,"address":"110台灣台北市信義區基隆路二段51號13樓","FL":13,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5585981,25.0310029]},"properties":{"id":320,"name":"陳子弘建築師事務所","lat":25.0310029,"lng":121.5585981,"address":"110台灣信義區信義區基隆路二段51號3樓之7","FL":3,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5586009,25.0309799]},"properties":{"id":321,"name":"中華民國建築師公會全國聯合會","lat":25.0309799,"lng":121.5586009,"address":"110台灣台北市信義區基隆路二段51號之1","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5576494,25.0315514]},"properties":{"id":322,"name":"集禾聯合建築師事務所","lat":25.0315514,"lng":121.5576494,"address":"110台灣信義區光復南路547號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5559925,25.0284969]},"properties":{"id":323,"name":"廖炳凱建築師事務所","lat":25.0284969,"lng":121.5559925,"address":"106台灣大安區通化街143巷33號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5615059,25.030706]},"properties":{"id":324,"name":"楊仁江建築師事務所","lat":25.030706,"lng":121.5615059,"address":"110台灣台北市信義區莊敬路199號2樓","FL":2,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5574069,25.029142]},"properties":{"id":325,"name":"陳寬修建築師事務所","lat":25.029142,"lng":121.5574069,"address":"110台灣台北市信義區基隆路二段107之5號之1","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5626296,25.0278874]},"properties":{"id":326,"name":"林政賢建築師事務所","lat":25.0278874,"lng":121.5626296,"address":"110台灣信義區吳興街220巷11弄14號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5605593,25.0310032]},"properties":{"id":327,"name":"莫克國際(親子居家生活館)/莫國箴建築師事務所/莫克室內設計","lat":25.0310032,"lng":121.5605593,"address":"110台灣台北市信義區吳興街15-1號118 巷 26 弄","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5599281,25.0299354]},"properties":{"id":328,"name":"莫克國際/莫國箴建築師事務所","lat":25.0299354,"lng":121.5599281,"address":"110台灣台北市信義區吳興街15-1號118 巷 26 弄","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5625942,25.0293984]},"properties":{"id":329,"name":"郭汝炘建築師事務所","lat":25.0293984,"lng":121.5625942,"address":"110台灣信義區莊敬路253號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5605593,25.0310032]},"properties":{"id":330,"name":"莫克國際(親子居家生活館)/莫國箴建築師事務所/莫克室內設計","lat":25.0310032,"lng":121.5605593,"address":"110台灣台北市信義區吳興街118巷26弄15-1號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.569297,25.0282479]},"properties":{"id":331,"name":"賈孝遠建築師事務所","lat":25.0282479,"lng":121.569297,"address":"110台灣信義區信義路五段150巷16弄1號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.570994,25.0281959]},"properties":{"id":332,"name":"黃書恒建築師事務所","lat":25.0281959,"lng":121.570994,"address":"110台灣信義區信義路五段150巷2號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.490026,25.032938]},"properties":{"id":333,"name":"李江山建築師事務所","lat":25.032938,"lng":121.490026,"address":"108台灣萬華區環河南路二段280巷23號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.490666,25.035058]},"properties":{"id":334,"name":"黃永進建築師事務所","lat":25.035058,"lng":121.490666,"address":"108台灣台北市萬華區和平西路三段382巷2弄26號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.501754,25.034844]},"properties":{"id":335,"name":"莊展華建築師事務所","lat":25.034844,"lng":121.501754,"address":"108台灣台北市萬華區和平西路三段92巷12號4樓","FL":4,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.503258,25.034932]},"properties":{"id":336,"name":"【 江榮裕建築師+居逸室內設計 】","lat":25.034932,"lng":121.503258,"address":"108台灣台北市萬華區和平西路三段60號2樓","FL":2,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.505008,25.031974]},"properties":{"id":337,"name":"楊瑞禎建築師事務所","lat":25.031974,"lng":121.505008,"address":"108台灣中正區萬華區大埔街25巷1號2樓","FL":2,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5032691,25.0349267]},"properties":{"id":338,"name":"江榮裕建築師事務所","lat":25.0349267,"lng":121.5032691,"address":"108台灣台北市萬華區和平西路三段60號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5142675,25.0325635]},"properties":{"id":339,"name":"吳昌成建築師事務所","lat":25.0325635,"lng":121.5142675,"address":"100台灣台北市中正區重慶南路二段15號號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5265664,25.0356846]},"properties":{"id":340,"name":"綠野國際建築師事務所","lat":25.0356846,"lng":121.5265664,"address":"100台灣中正區杭州南路一段143巷32號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5259606,25.0336418]},"properties":{"id":341,"name":"賴永恩建築師事務所","lat":25.0336418,"lng":121.5259606,"address":"106台灣大安區金山南路二段10巷29號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.525016,25.0348929]},"properties":{"id":342,"name":"存嚮建築師事務所","lat":25.0348929,"lng":121.525016,"address":"106台灣大安區信義路二段16號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.526935,25.033194]},"properties":{"id":343,"name":"李俊霖建築師事務所","lat":25.033194,"lng":121.526935,"address":"106台灣台北市大安區金山南路二段18號號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5298997,25.0325373]},"properties":{"id":344,"name":"李甫峰建築師事務所","lat":25.0325373,"lng":121.5298997,"address":"106台灣大安區永康街13巷2號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5307573,25.0334369]},"properties":{"id":345,"name":"白肇亮建築師事務所","lat":25.0334369,"lng":121.5307573,"address":"106台灣大安區信義路二段208號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5309537,25.0328388]},"properties":{"id":346,"name":"張思源建築師事務所","lat":25.0328388,"lng":121.5309537,"address":"106台灣大安區永康街13巷15號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.527393,25.0354859]},"properties":{"id":347,"name":"林塗盛建築師事務所","lat":25.0354859,"lng":121.527393,"address":"100台灣台北市中正區金山南路一段108號之1","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.531701,25.0334029]},"properties":{"id":348,"name":"林鑑澄建築師事務所","lat":25.0334029,"lng":121.531701,"address":"106台灣台北市大安區信義路二段230號之2","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.533409,25.035442]},"properties":{"id":349,"name":"萬仞建築師事務所","lat":25.035442,"lng":121.533409,"address":"106台灣台北市大安區新生南路一段151巷5之5號3樓","FL":3,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5337024,25.0352668]},"properties":{"id":350,"name":"謝長宏建築師事務所","lat":25.0352668,"lng":121.5337024,"address":"106台灣台北市大安區新生南路一段151巷8號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5332558,25.0343185]},"properties":{"id":351,"name":"呂大吉建築師事務所","lat":25.0343185,"lng":121.5332558,"address":"106台灣台北市大安區新生南路一段165巷1-2號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5324046,25.0333318]},"properties":{"id":352,"name":"周祖珍建築師事務所","lat":25.0333318,"lng":121.5324046,"address":"號 12 樓 之 一, No. 2新生南路二段大安區台北市台灣 106","FL":12,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.53727,25.0357539]},"properties":{"id":353,"name":"袁藹維建築師事務所","lat":25.0357539,"lng":121.53727,"address":"106台灣台北市大安區建國南路一段304巷1號2樓","FL":2,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5368399,25.035195]},"properties":{"id":354,"name":"胡弘才建築師事務所","lat":25.035195,"lng":121.5368399,"address":"106台灣台北市大安區建國南路一段318巷10號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5367468,25.0350145]},"properties":{"id":355,"name":"陳建志建築事務所","lat":25.0350145,"lng":121.5367468,"address":"106台灣大安區新生南路一段157巷25號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5384149,25.032568]},"properties":{"id":356,"name":"陳德耀建築師事務所","lat":25.032568,"lng":121.5384149,"address":"106台灣台北市大安區建國南路二段25巷7號之1","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.538419,25.033269]},"properties":{"id":357,"name":"陳鳳舉建築師事務所","lat":25.033269,"lng":121.538419,"address":"106台灣台北市大安區信義路三段106號12樓","FL":12,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.539075,25.0355489]},"properties":{"id":358,"name":"郭自強建築師事務所","lat":25.0355489,"lng":121.539075,"address":"106台灣台北市大安區建國南路一段291巷20號4樓","FL":4,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.531597,25.0354299]},"properties":{"id":359,"name":"嘉毅建築師事務所","lat":25.0354299,"lng":121.531597,"address":"100台灣台北市中正區連雲街37巷3之1號2樓","FL":2,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5382627,25.0350249]},"properties":{"id":360,"name":"劉武昌建築師事務所","lat":25.0350249,"lng":121.5382627,"address":"106台灣大安區建國南路一段313號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.539362,25.033944]},"properties":{"id":361,"name":"羅明哲建築師事務所","lat":25.033944,"lng":121.539362,"address":"106台灣台北市大安區信義路三段111巷2號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5416656,25.0332339]},"properties":{"id":362,"name":"郭自強建築師事務所","lat":25.0332339,"lng":121.5416656,"address":"106台灣台北市大安區信義路三段164-3號4樓","FL":4,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.542762,25.032844]},"properties":{"id":363,"name":"共立建築師事務所","lat":25.032844,"lng":121.542762,"address":"106台灣台北市大安區復興南路二段12巷13號7樓","FL":7,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5430694,25.0331643]},"properties":{"id":364,"name":"許澄榮建築師事務所","lat":25.0331643,"lng":121.5430694,"address":"106台灣大安區信義路三段192號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.54469,25.03365]},"properties":{"id":365,"name":"梁正芳建築師事務所","lat":25.03365,"lng":121.54469,"address":"106台灣大安區大安區信義路四段25號6樓","FL":6,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.543263,25.034144]},"properties":{"id":366,"name":"太乙建築師事務所","lat":25.034144,"lng":121.543263,"address":"106台灣台北市大安區復興南路一段380號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5445147,25.0320326]},"properties":{"id":367,"name":"瀚品建築師事務所","lat":25.0320326,"lng":121.5445147,"address":"106台灣台北市大安區信義路四段30巷38號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.543413,25.0354019]},"properties":{"id":368,"name":"李瑞昆建築師事務所","lat":25.0354019,"lng":121.543413,"address":"106台灣台北市大安區復興南路一段360號之3","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.544658,25.033549]},"properties":{"id":369,"name":"陳履義建築師事務所","lat":25.033549,"lng":121.544658,"address":"106台灣台北市大安區信義路四段25號6樓","FL":6,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.543413,25.0354019]},"properties":{"id":370,"name":"廖進雄建築師事務所","lat":25.0354019,"lng":121.543413,"address":"106台灣台北市大安區復興南路一段360號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.544862,25.033546]},"properties":{"id":371,"name":"吳瑞榮建築師事務所","lat":25.033546,"lng":121.544862,"address":"106台灣大安區大安區信義路四段45號4樓之3","FL":4,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5454649,25.0335309]},"properties":{"id":372,"name":"簡丞志建築師事務所","lat":25.0335309,"lng":121.5454649,"address":"106台灣台北市大安區信義路四段59號4樓","FL":4,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5466971,25.0352136]},"properties":{"id":373,"name":"江常沛建築師事務所","lat":25.0352136,"lng":121.5466971,"address":"106台灣大安區四維路52巷27號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5441842,25.0331622]},"properties":{"id":374,"name":"許派崇建築師事務所","lat":25.0331622,"lng":121.5441842,"address":"106台灣大安區大安區信義路四段6號13樓之8","FL":13,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.546767,25.033596]},"properties":{"id":375,"name":"楊劍芬建築師事務所","lat":25.033596,"lng":121.546767,"address":"106台灣大安區信義路四段89號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.54922,25.033624]},"properties":{"id":376,"name":"陳傳宗建築師事務所","lat":25.033624,"lng":121.54922,"address":"106台灣台北市大安區敦化南路一段337號7樓","FL":7,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.549245,25.033043]},"properties":{"id":377,"name":"王德生建築師事務所","lat":25.033043,"lng":121.549245,"address":"106台灣台北市大安區敦化南路二段1號之1","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.550081,25.033489]},"properties":{"id":378,"name":"李義雄建築師事務所","lat":25.033489,"lng":121.550081,"address":"106台灣台北市大安區信義路四段151號之2","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5479449,25.033047]},"properties":{"id":379,"name":"阮慶岳建築師事務所","lat":25.033047,"lng":121.5479449,"address":"106台灣台北市大安區信義路四段98號之1","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5498299,25.034951]},"properties":{"id":380,"name":"江式鴻建築師事務所","lat":25.034951,"lng":121.5498299,"address":"106台灣台北市大安區安和路一段78巷44號2樓","FL":2,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5480648,25.035818]},"properties":{"id":381,"name":"王山頌建築師事務所","lat":25.035818,"lng":121.5480648,"address":"106台灣大安區四維路36號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.549247,25.0326219]},"properties":{"id":382,"name":"侯銘賢建築師事務所","lat":25.0326219,"lng":121.549247,"address":"106台灣大安區敦化南路二段9號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.548429,25.035185]},"properties":{"id":383,"name":"黃永沃建築師事務所","lat":25.035185,"lng":121.548429,"address":"106台灣大安區敦化南路一段332號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5456476,25.0348135]},"properties":{"id":384,"name":"華欣建築師事務所","lat":25.0348135,"lng":121.5456476,"address":"106台灣大安區大安路一段206巷3號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.53819,25.03292]},"properties":{"id":385,"name":"孟繁宏建築師事務所","lat":25.03292,"lng":121.53819,"address":"106台灣大安區建國南路二段9號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5483288,25.0348646]},"properties":{"id":386,"name":"光大建築師事務所","lat":25.0348646,"lng":121.5483288,"address":"106台灣大安區敦化南路一段344號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.549912,25.0335595]},"properties":{"id":387,"name":"陳宗鵠建築師事務所","lat":25.0335595,"lng":121.549912,"address":"106台灣大安區大安區信義路四段151號18樓之1","FL":18,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.550445,25.031839]},"properties":{"id":388,"name":"Concept 北歐建築-竹北門市","lat":25.031839,"lng":121.550445,"address":"302台灣台北市竹北市成功十一街120號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.554726,25.035141]},"properties":{"id":389,"name":"楊瑞禎建築師事務所","lat":25.035141,"lng":121.554726,"address":"106台灣大安區仁愛路四段300巷35弄5號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5531229,25.0333899]},"properties":{"id":390,"name":"葉日明建築師事務所","lat":25.0333899,"lng":121.5531229,"address":"106台灣台北市大安區信義路四段233號8樓","FL":8,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5519344,25.0323077]},"properties":{"id":391,"name":"莊國材建築師事務所","lat":25.0323077,"lng":121.5519344,"address":"106台灣台北市大安區忠孝東路四段278號4樓","FL":4,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5531229,25.0333899]},"properties":{"id":392,"name":"吳明修建築師事務所","lat":25.0333899,"lng":121.5531229,"address":"106台灣台北市大安區信義路四段233號12樓","FL":12,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5525939,25.0328039]},"properties":{"id":393,"name":"侯西泉建築師事務所","lat":25.0328039,"lng":121.5525939,"address":"106台灣台北市大安區安和路二段7號12樓","FL":12,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.551328,25.033037]},"properties":{"id":394,"name":"建成建築師事務所","lat":25.033037,"lng":121.551328,"address":"106台灣台北市大安區信義路四段184號6樓","FL":6,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5526409,25.032877]},"properties":{"id":395,"name":"太漢建築師事務所","lat":25.032877,"lng":121.5526409,"address":"106台灣台北市大安區安和路二段5號之4","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.552764,25.0351779]},"properties":{"id":396,"name":"吳坤興建築師事務所","lat":25.0351779,"lng":121.552764,"address":"106台灣台北市大安區安和路一段113號之4","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5532829,25.034146]},"properties":{"id":397,"name":"莊金生建築師事務所","lat":25.034146,"lng":121.5532829,"address":"106台灣台北市大安區安和路一段135巷10號4樓","FL":4,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.551885,25.032987]},"properties":{"id":398,"name":"何慶祥建築師事務所","lat":25.032987,"lng":121.551885,"address":"106台灣大安區大安區信義路四段208號11樓","FL":11,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5535643,25.0329718]},"properties":{"id":399,"name":"吳丙南建築師事務所","lat":25.0329718,"lng":121.5535643,"address":"106台灣大安區大安區信義路四段250號11樓","FL":11,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5545427,25.0330166]},"properties":{"id":400,"name":"劉學昇建築師事務所","lat":25.0330166,"lng":121.5545427,"address":"106台灣大安區信義路四段296號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.557285,25.034352]},"properties":{"id":401,"name":"邱建興建築師事務所","lat":25.034352,"lng":121.557285,"address":"106台灣台北市大安區光復南路562號11樓","FL":11,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5570474,25.0357747]},"properties":{"id":402,"name":"劉佳鑫建築師事務所","lat":25.0357747,"lng":121.5570474,"address":"106台灣大安區光復南路420巷1弄39號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5577533,25.0333208]},"properties":{"id":403,"name":"李浩原建築師事務所","lat":25.0333208,"lng":121.5577533,"address":"110台灣信義區信義路四段375號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5514949,25.033624]},"properties":{"id":404,"name":"洪明章建築師事務所","lat":25.033624,"lng":121.5514949,"address":"106台灣台北市大安區信義路四段199巷2號之2","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.550581,25.028305]},"properties":{"id":405,"name":"林鎮鯤建築師事務所","lat":25.028305,"lng":121.550581,"address":"106台灣大安區安和路二段171巷17號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.55858,25.032423]},"properties":{"id":406,"name":"黃培瑞建築師事務所","lat":25.032423,"lng":121.55858,"address":"110台灣信義區信義區信義路四段415號12樓","FL":12,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5588024,25.0320236]},"properties":{"id":407,"name":"劉東文建築師事務所","lat":25.0320236,"lng":121.5588024,"address":"110台灣信義區基隆路二段22號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5577117,25.0341914]},"properties":{"id":408,"name":"王金村建築師事務所","lat":25.0341914,"lng":121.5577117,"address":"110台灣信義區光復南路461號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5586173,25.0332573]},"properties":{"id":409,"name":"春福建築師事務所","lat":25.0332573,"lng":121.5586173,"address":"110台灣台北市信義區信義路四段391號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.55858,25.032423]},"properties":{"id":410,"name":"大鑫建築師事務所","lat":25.032423,"lng":121.55858,"address":"110台灣信義區信義路四段450巷","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.559678,25.033703]},"properties":{"id":411,"name":"藍明毅建築師事務所","lat":25.033703,"lng":121.559678,"address":"110台灣台北市信義區基隆路一段432號13樓之一","FL":13,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5522679,25.034158]},"properties":{"id":412,"name":"曾文達建築師事務所","lat":25.034158,"lng":121.5522679,"address":"106台灣台北市大安區安和路一段104號12樓","FL":12,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5596457,25.0336801]},"properties":{"id":413,"name":"冨田構造設計事務所","lat":25.0336801,"lng":121.5596457,"address":"110台灣台北市信義區基隆路一段434號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.559347,25.034753]},"properties":{"id":414,"name":"殷瑋建築師事務所","lat":25.034753,"lng":121.559347,"address":"106台灣信義區基隆路一段380巷12號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5593752,25.0333249]},"properties":{"id":415,"name":"劉大偉建築師事務所","lat":25.0333249,"lng":121.5593752,"address":"110台灣信義區信義路四段415號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5608141,25.0344173]},"properties":{"id":416,"name":"大形聯合建築師事務所","lat":25.0344173,"lng":121.5608141,"address":"110台灣台北市信義區基隆路一段333號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5600097,25.0342075]},"properties":{"id":417,"name":"蘇昭龍建築師事務所","lat":25.0342075,"lng":121.5600097,"address":"110台灣台北市信義區基隆路一段400號9 樓 之 1","FL":9,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5566789,25.0333249]},"properties":{"id":418,"name":"林章鏡建築師事務所","lat":25.0333249,"lng":121.5566789,"address":"106台灣台北市大安區信義路四段341號之2","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5547176,25.0333958]},"properties":{"id":419,"name":"紹洋建築師事務所","lat":25.0333958,"lng":121.5547176,"address":"106台灣大安區大安區信義路四段281號8樓","FL":8,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5690902,25.0318725]},"properties":{"id":420,"name":"黃秀莊建築師事務所","lat":25.0318725,"lng":121.5690902,"address":"110台灣信義區松勤街132號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.573276,25.0332309]},"properties":{"id":421,"name":"徐有忠建築師事務所","lat":25.0332309,"lng":121.573276,"address":"110台灣信義區信義路五段109號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.574865,25.0358]},"properties":{"id":422,"name":"眾律國際法律事務所","lat":25.0358,"lng":121.574865,"address":"110台灣台北市信義區松德路171號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5038656,25.0375055]},"properties":{"id":424,"name":"翁仁發建築師事務所","lat":25.0375055,"lng":121.5038656,"address":"108台灣萬華區昆明街255號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.525323,25.038084]},"properties":{"id":425,"name":"三大聯合建築師事務所","lat":25.038084,"lng":121.525323,"address":"100台灣中正區中正區仁愛路二段2號11樓","FL":11,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5249373,25.0370036]},"properties":{"id":426,"name":"翁鵬傑建築師事務所","lat":25.0370036,"lng":121.5249373,"address":"10060台灣台北市中正區杭州南路一段115號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5235325,25.0393024]},"properties":{"id":427,"name":"周蓮娟建築師事務所","lat":25.0393024,"lng":121.5235325,"address":"100台灣台北市中正區紹興南街20號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5256136,25.0385025]},"properties":{"id":428,"name":"陳信樟建築師事務所","lat":25.0385025,"lng":121.5256136,"address":"100台灣中正區中正區仁愛路二段1號9樓","FL":9,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5250908,25.0369756]},"properties":{"id":429,"name":"楊天柱建築師事務所","lat":25.0369756,"lng":121.5250908,"address":"100台灣中正區杭州南路一段115號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5262844,25.0361724]},"properties":{"id":430,"name":"黃承令建築師事務所","lat":25.0361724,"lng":121.5262844,"address":"100台灣中正區杭州南路一段131巷18號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5257633,25.0368909]},"properties":{"id":431,"name":"謙邑","lat":25.0368909,"lng":121.5257633,"address":"100台灣台北市中正區杭州南路一段111巷20號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5300134,25.0371426]},"properties":{"id":432,"name":"吳坤霖蔡世鏗聯合建築事務所","lat":25.0371426,"lng":121.5300134,"address":"號, No. 17臨沂街59巷中正區台北市台灣 100","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.529557,25.037553]},"properties":{"id":433,"name":"王慶樽建築師事務所","lat":25.037553,"lng":121.529557,"address":"100台灣台北市中正區臨沂街57巷8號2樓","FL":2,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.529044,25.0374319]},"properties":{"id":434,"name":"陳輝煌建築師事務所","lat":25.0374319,"lng":121.529044,"address":"100台灣台北市中正區臨沂街42號3樓","FL":3,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5275589,25.038516]},"properties":{"id":435,"name":"有進建築師事務所","lat":25.038516,"lng":121.5275589,"address":"100台灣台北市中正區仁愛路二段27號之1","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5271693,25.0380758]},"properties":{"id":436,"name":"閤康聯合建築師事務所","lat":25.0380758,"lng":121.5271693,"address":"100台灣中正區中正區仁愛路二段34號12樓之3","FL":12,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5290322,25.0384837]},"properties":{"id":437,"name":"蔡達寬建築師事務所","lat":25.0384837,"lng":121.5290322,"address":"100台灣中正區仁愛路二段43號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5293473,25.0384291]},"properties":{"id":438,"name":"林祺錦建築師事務所","lat":25.0384291,"lng":121.5293473,"address":"100台灣中正區中正區仁愛路二段49號2樓","FL":2,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.53104,25.038532]},"properties":{"id":439,"name":"高而潘建築師事務所","lat":25.038532,"lng":121.53104,"address":"100台灣中正區中正區仁愛路二段71號9樓之1","FL":9,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5292806,25.0376041]},"properties":{"id":440,"name":"康永忠建築師事務所","lat":25.0376041,"lng":121.5292806,"address":"100台灣中正區臨沂街57號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5296192,25.0397648]},"properties":{"id":441,"name":"聶子文建築師事務所","lat":25.0397648,"lng":121.5296192,"address":"100台灣台北市中正區臨沂街32巷1-1號號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5342658,25.0385901]},"properties":{"id":442,"name":"張昌明建築師事務所","lat":25.0385901,"lng":121.5342658,"address":"106台灣大安區仁愛路三段23號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5342114,25.0361104]},"properties":{"id":443,"name":"沈国皓建筑师事务所","lat":25.0361104,"lng":121.5342114,"address":"106台灣台北市大安區新生南路一段143巷18-1號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.534163,25.039362]},"properties":{"id":444,"name":"李灼明建築師事務所","lat":25.039362,"lng":121.534163,"address":"106台灣台北市大安區新生南路一段119巷11之1號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.533511,25.038447]},"properties":{"id":445,"name":"游明國建築師事務所","lat":25.038447,"lng":121.533511,"address":"106台灣台北市大安區仁愛路三段9號6樓","FL":6,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5320093,25.0384143]},"properties":{"id":446,"name":"仲澤還建築師事務所","lat":25.0384143,"lng":121.5320093,"address":"100台灣中正區中正區仁愛路二段97號2樓","FL":2,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5338844,25.0367269]},"properties":{"id":447,"name":"呂煥章建築師事務所","lat":25.0367269,"lng":121.5338844,"address":"106台灣大安區新生南路一段139巷15號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5329971,25.0369343]},"properties":{"id":448,"name":"大地建築師事務所","lat":25.0369343,"lng":121.5329971,"address":"106台灣大安區新生南路一段137-1號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5325726,25.0395273]},"properties":{"id":449,"name":"新光建築師事務所","lat":25.0395273,"lng":121.5325726,"address":"100台灣中正區新生南路一段110號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5342658,25.0385901]},"properties":{"id":450,"name":"仲觀聯合建築師事務所","lat":25.0385901,"lng":121.5342658,"address":"106台灣台北市大安區仁愛路三段23號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5361315,25.0376584]},"properties":{"id":451,"name":"蕭力仁建築師事務所","lat":25.0376584,"lng":121.5361315,"address":"106台灣台北市大安區仁愛路三段26-3號2樓","FL":2,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.536356,25.037583]},"properties":{"id":452,"name":"曹昌歲建築師事務所","lat":25.037583,"lng":121.536356,"address":"106台灣台北市大安區仁愛路三段28號6樓","FL":6,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.538988,25.0373149]},"properties":{"id":453,"name":"潘冀建築師事務所","lat":25.0373149,"lng":121.538988,"address":"106台灣台北市大安區仁愛路三段118巷12弄21號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5353879,25.0386946]},"properties":{"id":454,"name":"陳志宏建築師事務所","lat":25.0386946,"lng":121.5353879,"address":"106台灣大安區仁愛路三段41號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5372456,25.0363335]},"properties":{"id":455,"name":"魏俊晟建築師事務所","lat":25.0363335,"lng":121.5372456,"address":"106台灣大安區建國南路一段274號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.535434,25.038584]},"properties":{"id":456,"name":"境業設計工程有限公司","lat":25.038584,"lng":121.535434,"address":"106台灣台北市大安區仁愛路三段43號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5363744,25.0376147]},"properties":{"id":457,"name":"十彥室內裝修有限公司/林彥穎建築師事務所","lat":25.0376147,"lng":121.5363744,"address":"106台灣台北市大安區仁愛路三段28號10樓之1","FL":10,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5419219,25.0389179]},"properties":{"id":458,"name":"王武烈建築師事務所","lat":25.0389179,"lng":121.5419219,"address":"106台灣台北市大安區仁愛路三段123巷14號5樓","FL":5,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5424336,25.0383499]},"properties":{"id":459,"name":"許宗熙建築師事務所","lat":25.0383499,"lng":121.5424336,"address":"106台灣大安區仁愛路三段133號4樓","FL":4,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.544471,25.0384871]},"properties":{"id":460,"name":"金光裕建築師事務所","lat":25.0384871,"lng":121.544471,"address":"106台灣大安區大安區忠孝東路四段26巷79號4樓","FL":4,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.543926,25.037241]},"properties":{"id":461,"name":"閻辰昌建築師事務所","lat":25.037241,"lng":121.543926,"address":"106台灣台北市大安區復興南路一段243號6樓","FL":6,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.546841,25.0386419]},"properties":{"id":462,"name":"杜金木建築師事務所","lat":25.0386419,"lng":121.546841,"address":"106台灣台北市大安區仁愛路四段91巷21號7樓","FL":7,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.543927,25.037343]},"properties":{"id":463,"name":"江錦財建築師事務所","lat":25.037343,"lng":121.543927,"address":"106台灣台北市大安區復興南路一段239號7樓","FL":7,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.545073,25.039135]},"properties":{"id":464,"name":"李瑋建築師事務所","lat":25.039135,"lng":121.545073,"address":"106台灣大安區仁愛路四段27巷10號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.544671,25.039142]},"properties":{"id":465,"name":"金以容/林弘壹/朱弘楠建築師事務所","lat":25.039142,"lng":121.544671,"address":"106台灣台北市大安區復興南路一段219巷9號1樓","FL":1,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5446866,25.0382447]},"properties":{"id":466,"name":"尤瑋明建築師事務所","lat":25.0382447,"lng":121.5446866,"address":"106台灣大安區仁愛路四段25號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.543916,25.036435]},"properties":{"id":467,"name":"許世芳建築師事務所","lat":25.036435,"lng":121.543916,"address":"106台灣台北市大安區復興南路一段259號之2","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.547215,25.037657]},"properties":{"id":468,"name":"三門建築師事務所","lat":25.037657,"lng":121.547215,"address":"106台灣台北市大安區仁愛路四段64號8樓","FL":8,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5493278,25.0394894]},"properties":{"id":469,"name":"大元聯合建築師事務所","lat":25.0394894,"lng":121.5493278,"address":"號, No. 245敦化南路一段大安區台北市台灣 106","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5392379,25.0360403]},"properties":{"id":470,"name":"杜力新建築師事務所","lat":25.0360403,"lng":121.5392379,"address":"號, No. 28建國南路一段279巷大安區台北市台灣 106","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.549387,25.039193]},"properties":{"id":471,"name":"姚仁喜 | 大元建築工場 KRIS YAO | ARTECH","lat":25.039193,"lng":121.549387,"address":"106台灣台北市大安區敦化南路一段245號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5484241,25.0386697]},"properties":{"id":472,"name":"吳成榮建築師事務所","lat":25.0386697,"lng":121.5484241,"address":"106台灣台北市大安區仁愛敦南圓環101號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5505409,25.038077]},"properties":{"id":473,"name":"彭蔭宣建築師事務所","lat":25.038077,"lng":121.5505409,"address":"106台灣台北市大安區仁愛路四段125號9樓","FL":9,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.550994,25.038649]},"properties":{"id":474,"name":"徐維志建築師事務所","lat":25.038649,"lng":121.550994,"address":"106台灣台北市大安區安和路一段39號2樓","FL":2,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.549284,25.036831]},"properties":{"id":475,"name":"廖慧明建築師事務所","lat":25.036831,"lng":121.549284,"address":"106台灣大安區敦化南路一段259號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5480355,25.0366671]},"properties":{"id":476,"name":"吳彭斌建築師事務所","lat":25.0366671,"lng":121.5480355,"address":"106台灣大安區四維路18號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.548026,25.036607]},"properties":{"id":477,"name":"卓堅萍建築師事務所","lat":25.036607,"lng":121.548026,"address":"106台灣台北市大安區台北市大安區四維路18號4樓","FL":4,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.541617,25.039158]},"properties":{"id":478,"name":"文瑞建築師事務所","lat":25.039158,"lng":121.541617,"address":"106台灣大安區仁愛路三段123巷26弄5號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.546524,25.03815]},"properties":{"id":479,"name":"大尺設計工程股份有限公司","lat":25.03815,"lng":121.546524,"address":"106台灣大安區仁愛路四段37號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.551522,25.038152]},"properties":{"id":480,"name":"上群設計有限公司/上群聯合建築師事務所","lat":25.038152,"lng":121.551522,"address":"106台灣台北市大安區仁愛路四段145號7樓","FL":7,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5538589,25.036203]},"properties":{"id":481,"name":"立偉建築師事務所","lat":25.036203,"lng":121.5538589,"address":"106台灣台北市大安區仁愛路四段300巷20弄10號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.553241,25.036088]},"properties":{"id":482,"name":"林義郎建築師事務所","lat":25.036088,"lng":121.553241,"address":"106台灣台北市大安區仁愛路四段300巷26弄27號7樓","FL":7,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5573349,25.03611]},"properties":{"id":483,"name":"鄭燕和建築師事物所","lat":25.03611,"lng":121.5573349,"address":"106台灣台北市大安區光復南路432號4樓","FL":4,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5565729,25.0366409]},"properties":{"id":484,"name":"許明翹建築師事務所","lat":25.0366409,"lng":121.5565729,"address":"106台灣台北市大安區光復南路420巷10號2樓","FL":2,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.547472,25.0375749]},"properties":{"id":485,"name":"劉可強建築師事務所","lat":25.0375749,"lng":121.547472,"address":"106台灣台北市大安區仁愛路四段50之21號4樓","FL":4,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5567715,25.0380415]},"properties":{"id":486,"name":"古爵誌建築師事務所","lat":25.0380415,"lng":121.5567715,"address":"106台灣大安區仁愛路四段435號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5567217,25.038043]},"properties":{"id":487,"name":"奚茂恩建築師事務所","lat":25.038043,"lng":121.5567217,"address":"106台灣大安區仁愛路四段433號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5571101,25.0380582]},"properties":{"id":488,"name":"許坤南建築師事務所","lat":25.0380582,"lng":121.5571101,"address":"106台灣大安區仁愛路四段445號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.556671,25.037327]},"properties":{"id":489,"name":"翁敏欽建築師事務所","lat":25.037327,"lng":121.556671,"address":"106台灣大安區仁愛路四段396號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5558892,25.0380791]},"properties":{"id":490,"name":"廖志鴻建築師事務所","lat":25.0380791,"lng":121.5558892,"address":"106台灣大安區仁愛路四段409號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.546269,25.0372529]},"properties":{"id":491,"name":"李滄涵建築師事務所","lat":25.0372529,"lng":121.546269,"address":"106台灣大安區大安路一段157巷3號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5588635,25.0360403]},"properties":{"id":492,"name":"清雲建築師事務所","lat":25.0360403,"lng":121.5588635,"address":"110台灣信義區光復南路421巷16號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.555213,25.0345449]},"properties":{"id":493,"name":"力工李健次建築師事務所","lat":25.0345449,"lng":121.555213,"address":"106台灣大安區信義路四段265巷29號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5614177,25.0370899]},"properties":{"id":494,"name":"印記聯合建築師事務所","lat":25.0370899,"lng":121.5614177,"address":"110台灣台北市信義區仁愛路四段520-1號12樓","FL":12,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5616783,25.0369852]},"properties":{"id":495,"name":"黃永誠建築師事務所","lat":25.0369852,"lng":121.5616783,"address":"110台灣台北市基隆路一段350之3號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.560467,25.037059]},"properties":{"id":496,"name":"黃健中建築師事務所","lat":25.037059,"lng":121.560467,"address":"110台灣信義區光復南路415巷218號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5651865,25.0398196]},"properties":{"id":497,"name":"徐嘉宏建築師事務所","lat":25.0398196,"lng":121.5651865,"address":"110台灣台北市信義區松高路9號25 樓","FL":25,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.576906,25.039171]},"properties":{"id":498,"name":"闕河彬建築師事務所","lat":25.039171,"lng":121.576906,"address":"110台灣信義區松德路32號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.576495,25.0363519]},"properties":{"id":499,"name":"錢宏洋建築師事務所","lat":25.0363519,"lng":121.576495,"address":"110台灣信義區虎林街232巷42號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.576699,25.0384449]},"properties":{"id":500,"name":"徐國書建築師事務所","lat":25.0384449,"lng":121.576699,"address":"110台灣台北市信義區松德路65號5樓","FL":5,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5756239,25.03742]},"properties":{"id":501,"name":"張維哲建築師事務所","lat":25.03742,"lng":121.5756239,"address":"110台灣信義區虎林街202巷64號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5780088,25.0380499]},"properties":{"id":502,"name":"謝惠忠建築師事務所","lat":25.0380499,"lng":121.5780088,"address":"110台灣信義區松山路518號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.580406,25.0373616]},"properties":{"id":503,"name":"何中華建築師事務所","lat":25.0373616,"lng":121.580406,"address":"110台灣信義區林口街10巷29號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.592144,25.039469]},"properties":{"id":504,"name":"賴永恩建築師事務所","lat":25.039469,"lng":121.592144,"address":"115台灣台北市南港區福德街373巷61號2樓","FL":2,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.6172013,25.036843]},"properties":{"id":505,"name":"旭展結構技師事務所","lat":25.036843,"lng":121.6172013,"address":"115台灣南港區研究院路二段196號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5015896,25.0417643]},"properties":{"id":506,"name":"許常吉建築師事務所","lat":25.0417643,"lng":121.5015896,"address":"108台灣萬華區內江街87號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.513944,25.042685]},"properties":{"id":507,"name":"喻肇川建築師事務所","lat":25.042685,"lng":121.513944,"address":"100台灣台北市中正區懷寧街92號3樓","FL":3,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5221469,25.039905]},"properties":{"id":508,"name":"林智賢建築師事務所","lat":25.039905,"lng":121.5221469,"address":"100台灣台北市中正區林森南路59號5樓","FL":5,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5259411,25.0403702]},"properties":{"id":509,"name":"大同聯合建築師事務所","lat":25.0403702,"lng":121.5259411,"address":"100台灣台北市中正區杭州南路一段63號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5276252,25.040377]},"properties":{"id":510,"name":"王文安建築師事務所","lat":25.040377,"lng":121.5276252,"address":"之 號 2 樓, No. 4-1泰安街2巷中正區台北市台灣 100","FL":2,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5289979,25.0410089]},"properties":{"id":511,"name":"盧永欽建築師事務所","lat":25.0410089,"lng":121.5289979,"address":"100台灣台北市中正區濟南路二段31之10號3樓","FL":3,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.527487,25.0403853]},"properties":{"id":512,"name":"謝慧玲建築師事務所","lat":25.0403853,"lng":121.527487,"address":"100台灣中正區泰安街2巷4號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5310011,25.0411183]},"properties":{"id":513,"name":"張德霖建築師事務所","lat":25.0411183,"lng":121.5310011,"address":"100台灣中正區臨沂街27巷5-2號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5318059,25.0423709]},"properties":{"id":514,"name":"鴻明建築師事務所","lat":25.0423709,"lng":121.5318059,"address":"100台灣台北市中正區忠孝東路二段130號之6","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.534456,25.040833]},"properties":{"id":515,"name":"十方聯合建築師事務所","lat":25.040833,"lng":121.534456,"address":"106台灣大安區新生南路一段103巷15號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.531577,25.0424589]},"properties":{"id":516,"name":"劉演交建築師事務所","lat":25.0424589,"lng":121.531577,"address":"100台灣中正區忠孝東路二段122號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.531926,25.04135]},"properties":{"id":517,"name":"陳明城建築師事務所","lat":25.04135,"lng":121.531926,"address":"106台灣中正區大安區新生南路一段54巷9號3樓","FL":3,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.533316,25.0410569]},"properties":{"id":518,"name":"黃聖吉建築師事務所","lat":25.0410569,"lng":121.533316,"address":"106台灣大安區忠孝東路三段10巷16號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5320702,25.0409379]},"properties":{"id":519,"name":"孫啟榕建築師事務所","lat":25.0409379,"lng":121.5320702,"address":"100台灣中正區新生南路一段58巷11號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.534725,25.040021]},"properties":{"id":520,"name":"簡國雄建築師事務所","lat":25.040021,"lng":121.534725,"address":"106台灣台北市大安區濟南路三段24之5號2樓","FL":2,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5346771,25.0410462]},"properties":{"id":521,"name":"詹勳次建築師事務所","lat":25.0410462,"lng":121.5346771,"address":"106台灣大安區新生南路一段97巷22號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.534456,25.040833]},"properties":{"id":522,"name":"英標建築師事務所","lat":25.040833,"lng":121.534456,"address":"106台灣大安區新生南路一段103巷15號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5344586,25.0407154]},"properties":{"id":523,"name":"十田設計顧問有限公司(十方建築團隊)","lat":25.0407154,"lng":121.5344586,"address":"106台灣台北市大安區新生南路一段103巷15號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5364469,25.0415689]},"properties":{"id":524,"name":"美東建築師事務所","lat":25.0415689,"lng":121.5364469,"address":"106台灣台北市大安區忠孝東路三段98號5樓","FL":5,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.53861,25.0413]},"properties":{"id":525,"name":"陳木壽建築師事務所","lat":25.0413,"lng":121.53861,"address":"106台灣大安區大安區忠孝東路三段166號2樓","FL":2,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.538643,25.0410459]},"properties":{"id":526,"name":"鄧南建築師事務所","lat":25.0410459,"lng":121.538643,"address":"106台灣大安區建國南路一段175巷25號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.541115,25.0428969]},"properties":{"id":527,"name":"許俊美建築師事務所","lat":25.0428969,"lng":121.541115,"address":"104台灣台北市大安區忠孝東路三段251巷8弄10號6樓","FL":6,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.539208,25.0429279]},"properties":{"id":528,"name":"陳貞彥建築師事務所","lat":25.0429279,"lng":121.539208,"address":"106台灣台北市大安區忠孝東路三段217巷3弄10號3樓","FL":3,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.541441,25.0405499]},"properties":{"id":529,"name":"林喬龍建築師事務所","lat":25.0405499,"lng":121.541441,"address":"106台灣台北市大安區忠孝東路三段248巷15之1號4樓","FL":4,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5419691,25.0436525]},"properties":{"id":530,"name":"簡銘志建築師事務所","lat":25.0436525,"lng":121.5419691,"address":"106台灣台北市大安區忠孝東路三段251巷11弄5號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5410519,25.0414504]},"properties":{"id":531,"name":"張樞建築師事務所","lat":25.0414504,"lng":121.5410519,"address":"106台灣台北市大安區忠孝東路三段242號號 4 樓 之 1","FL":4,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5389169,25.0424168]},"properties":{"id":532,"name":"原器設計規劃有限公司","lat":25.0424168,"lng":121.5389169,"address":"106台灣大安區忠孝東路三段217巷1弄16號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.544488,25.040974]},"properties":{"id":533,"name":"直域建築師事務所","lat":25.040974,"lng":121.544488,"address":"106台灣台北市大安區復興南路一段177巷22號3樓","FL":3,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5458979,25.0417909]},"properties":{"id":534,"name":"林雅峰建築師事務所","lat":25.0417909,"lng":121.5458979,"address":"106台灣台北市大安區忠孝東路四段59號10樓","FL":10,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5459704,25.0411099]},"properties":{"id":535,"name":"丁文祥建築師事務所","lat":25.0411099,"lng":121.5459704,"address":"106台灣大安區大安路一段82號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.545652,25.0398919]},"properties":{"id":536,"name":"陳益民建築師事務所","lat":25.0398919,"lng":121.545652,"address":"106台灣台北市大安區大安路一段116巷5號2樓","FL":2,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5440099,25.041262]},"properties":{"id":537,"name":"趙建中建築師事務所","lat":25.041262,"lng":121.5440099,"address":"106台灣台北市大安區忠孝東路四段2號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5440099,25.041262]},"properties":{"id":538,"name":"張榮屏建築師事務所","lat":25.041262,"lng":121.5440099,"address":"106台灣台北市大安區忠孝東路四段2號之3","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5440099,25.041262]},"properties":{"id":539,"name":"藝馨建築師事務所","lat":25.041262,"lng":121.5440099,"address":"106台灣台北市大安區忠孝東路四段2號之4","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.546256,25.0408539]},"properties":{"id":540,"name":"孫偉德建築師事務所","lat":25.0408539,"lng":121.546256,"address":"106台灣台北市大安區大安路一段85號6樓","FL":6,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.54486,25.04368]},"properties":{"id":541,"name":"于淑婷建築師事務所","lat":25.04368,"lng":121.54486,"address":"106台灣大安區復興南路一段107巷13號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.549308,25.0420039]},"properties":{"id":542,"name":"王嘉蓁建築師事務所","lat":25.0420039,"lng":121.549308,"address":"106台灣大安區敦化南路一段205號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5499369,25.0431789]},"properties":{"id":543,"name":"陳敦欣建築師事務所","lat":25.0431789,"lng":121.5499369,"address":"106台灣台北市大安區敦化南路一段177巷11號2樓","FL":2,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5499423,25.0417413]},"properties":{"id":544,"name":"蕭家福聯合建築師事務所","lat":25.0417413,"lng":121.5499423,"address":"106台灣台北市大安區忠孝東路四段153號11 樓","FL":11,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.552855,25.0418903]},"properties":{"id":545,"name":"許伯元建築師事務所","lat":25.0418903,"lng":121.552855,"address":"106台灣大安區忠孝東路四段223巷5號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.55481,25.041192]},"properties":{"id":546,"name":"林明娥建築師事務所/朵力設計 TL Architects & DL Design","lat":25.041192,"lng":121.55481,"address":"106台灣台北市大安區忠孝東路四段270號13樓","FL":13,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.552638,25.0421729]},"properties":{"id":547,"name":"杜國源建築師事務所","lat":25.0421729,"lng":121.552638,"address":"106台灣台北市大安區忠孝東路四段205巷7弄13號2樓","FL":2,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5511268,25.043607]},"properties":{"id":548,"name":"杜國源建築師事務所","lat":25.043607,"lng":121.5511268,"address":"106台灣大安區敦化南路一段161巷43號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5541909,25.0412031]},"properties":{"id":549,"name":"陳志宏建築師事務所","lat":25.0412031,"lng":121.5541909,"address":"106台灣大安區大安區忠孝東路四段250號6樓之1","FL":6,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5541909,25.0412031]},"properties":{"id":550,"name":"趙世光建築師事務所","lat":25.0412031,"lng":121.5541909,"address":"106台灣大安區大安區忠孝東路四段250號6樓之1","FL":6,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5531676,25.0417024]},"properties":{"id":551,"name":"喜案國際室內裝修設計工程有限公司","lat":25.0417024,"lng":121.5531676,"address":"106台灣台北市大安區忠孝東路四段231號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.556103,25.0422109]},"properties":{"id":552,"name":"林一聲建築師事務所","lat":25.0422109,"lng":121.556103,"address":"106台灣台北市大安區光復南路180巷29之5號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5575199,25.043282]},"properties":{"id":553,"name":"大林聯合建築師事務所","lat":25.043282,"lng":121.5575199,"address":"106台灣台北市大安區光復南路102號之2","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.557068,25.0411219]},"properties":{"id":554,"name":"宗邁建築師事務所","lat":25.0411219,"lng":121.557068,"address":"106台灣台北市大安區忠孝東路四段310號9樓","FL":9,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.555807,25.0416149]},"properties":{"id":555,"name":"大唐建築師事務所","lat":25.0416149,"lng":121.555807,"address":"106台灣台北市大安區忠孝東路四段311號之6","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5561569,25.040853]},"properties":{"id":556,"name":"陳奕鈞建築師事務所","lat":25.040853,"lng":121.5561569,"address":"106台灣台北市大安區光復南路240巷30號6樓","FL":6,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.55541,25.0415999]},"properties":{"id":557,"name":"鄧南建築師事務所","lat":25.0415999,"lng":121.55541,"address":"106台灣台北市大安區忠孝東路四段303號11樓","FL":11,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5574173,25.0435203]},"properties":{"id":558,"name":"黃宏輝建築師事務所","lat":25.0435203,"lng":121.5574173,"address":"10694台灣台北市大安區光復南路102號14樓","FL":14,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5575419,25.039917]},"properties":{"id":559,"name":"李瑋明建築師事務所","lat":25.039917,"lng":121.5575419,"address":"106台灣台北市大安區光復南路268號5樓","FL":5,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5552919,25.040346]},"properties":{"id":560,"name":"佳新建築師事務所","lat":25.040346,"lng":121.5552919,"address":"106台灣台北市大安區光復南路260巷48號4樓","FL":4,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5597041,25.0437228]},"properties":{"id":561,"name":"札哈‧哈蒂建築師事務所 - 全球設計實驗室 特展","lat":25.0437228,"lng":121.5597041,"address":"110台灣台北市信義區光復南路133號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.557133,25.039132]},"properties":{"id":562,"name":"費金漢建築師事務所","lat":25.039132,"lng":121.557133,"address":"106台灣大安區光復南路290巷1號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5658545,25.0429611]},"properties":{"id":563,"name":"巫基福建築師事務所","lat":25.0429611,"lng":121.5658545,"address":"110台灣台北市信義區基隆路一段141號7樓之1","FL":7,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5632886,25.0426464]},"properties":{"id":564,"name":"周泰良建築師事務所","lat":25.0426464,"lng":121.5632886,"address":"11072台灣台北市信義區忠孝東路四段553巷16弄6號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5632682,25.042576]},"properties":{"id":565,"name":"久太聯合建築師事務所","lat":25.042576,"lng":121.5632682,"address":"11072台灣台北市信義區忠孝東路四段553巷16弄6號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.563123,25.041038]},"properties":{"id":566,"name":"沈祖海建築師事務所","lat":25.041038,"lng":121.563123,"address":"110台灣台北市信義區忠孝東路四段550號9樓","FL":9,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5655368,25.042812]},"properties":{"id":567,"name":"洪英哲建築師事務所","lat":25.042812,"lng":121.5655368,"address":"110台灣信義區基隆路一段143號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.565552,25.042464]},"properties":{"id":568,"name":"原啟建築師事務所","lat":25.042464,"lng":121.565552,"address":"110台灣信義區基隆路一段149號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5656539,25.0413717]},"properties":{"id":569,"name":"何柏村建築師事務所","lat":25.0413717,"lng":121.5656539,"address":"110台灣信義區信義區忠孝東路五段19號3樓之1","FL":3,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5634717,25.0426244]},"properties":{"id":570,"name":"L&CS studio","lat":25.0426244,"lng":121.5634717,"address":"110台灣台北市信義區忠孝東路四段553巷16弄10號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5678821,25.0437056]},"properties":{"id":571,"name":"張大華建築師事務所","lat":25.0437056,"lng":121.5678821,"address":"110台灣信義區松隆路38號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.57062,25.042759]},"properties":{"id":572,"name":"孫偉德建築師事務所","lat":25.042759,"lng":121.57062,"address":"110台灣信義區永吉路120巷81弄7號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.570012,25.041509]},"properties":{"id":573,"name":"無有設計","lat":25.041509,"lng":121.570012,"address":"110台灣台北市信義區忠孝東路五段165巷3弄36號2F","FL":2,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.572796,25.040777]},"properties":{"id":574,"name":"何一信建築師事務所","lat":25.040777,"lng":121.572796,"address":"110台灣信義區信義區忠孝東路五段252號7樓","FL":7,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.574767,25.040734]},"properties":{"id":575,"name":"簡文德建築師事務所","lat":25.040734,"lng":121.574767,"address":"11061台灣台北市信义区忠孝東路五段396號3樓","FL":3,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.578042,25.040611]},"properties":{"id":576,"name":"何黛雯建築師事務所","lat":25.040611,"lng":121.578042,"address":"號, No. 482忠孝東路五段信義區台北市台灣 110","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5780935,25.0405722]},"properties":{"id":577,"name":"王瑞民建築師事務所","lat":25.0405722,"lng":121.5780935,"address":"110台灣信義區松山路421號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.578042,25.040611]},"properties":{"id":578,"name":"林雅萍建築師事務所","lat":25.040611,"lng":121.578042,"address":"110台灣信義區信義區忠孝東路五段482號15樓之5","FL":15,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.578514,25.041697]},"properties":{"id":579,"name":"梁貞誠建築師事務所","lat":25.041697,"lng":121.578514,"address":"110台灣信義區松山路393巷12號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.578641,25.0425889]},"properties":{"id":580,"name":"柳輝洲建築師事務所","lat":25.0425889,"lng":121.578641,"address":"110台灣信義區忠孝東路五段703巷1弄42號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.575672,25.041103]},"properties":{"id":581,"name":"廖運修建築師事務所","lat":25.041103,"lng":121.575672,"address":"110台灣信義區信義區忠孝東路五段431號5樓","FL":5,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.578107,25.0411192]},"properties":{"id":582,"name":"葉卿秀建築師事務所","lat":25.0411192,"lng":121.578107,"address":"110台灣信義區信義區忠孝東路五段485號3樓","FL":3,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.576743,25.041445]},"properties":{"id":583,"name":"李宜蓉建築師事務所","lat":25.041445,"lng":121.576743,"address":"110台灣信義區忠孝東路五段423巷4弄33號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.578249,25.040203]},"properties":{"id":584,"name":"呂文榮建築師事務所","lat":25.040203,"lng":121.578249,"address":"110台灣信義區忠孝東路五段492巷16號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.578641,25.0425889]},"properties":{"id":585,"name":"柳慧燕辦公室","lat":25.0425889,"lng":121.578641,"address":"號, No. 42忠孝東路五段703巷1弄信義區台北市台灣 110","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5795368,25.0400861]},"properties":{"id":586,"name":"宏品室內建築事務所","lat":25.0400861,"lng":121.5795368,"address":"號, No. 38松山路465巷信義區台北市台灣 110","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.588723,25.0402]},"properties":{"id":587,"name":"益鵬建築師事務所","lat":25.0402,"lng":121.588723,"address":"115台灣南港區成福路204號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.6186859,25.043469]},"properties":{"id":588,"name":"林木村建築師事務所","lat":25.043469,"lng":121.6186859,"address":"115台灣台北市南港區研究院路二段61巷2弄43號3樓","FL":3,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5080036,25.0445713]},"properties":{"id":590,"name":"張迺樑建築師事務所","lat":25.0445713,"lng":121.5080036,"address":"108台灣台北市萬華區武昌街二段25號3樓","FL":3,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5107542,25.0451139]},"properties":{"id":591,"name":"陳建祥建築師事務所","lat":25.0451139,"lng":121.5107542,"address":"100台灣中正區漢口街一段110號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.511581,25.044428]},"properties":{"id":592,"name":"十一事務所","lat":25.044428,"lng":121.511581,"address":"100台灣台北市中正區博愛路53號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.511358,25.044488]},"properties":{"id":593,"name":"翁戊辰建築師事務所","lat":25.044488,"lng":121.511358,"address":"100台灣台北市中正區博愛路82號3樓","FL":3,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5150772,25.0443369]},"properties":{"id":594,"name":"池體演建築師事務所","lat":25.0443369,"lng":121.5150772,"address":"100台灣中正區館前路65號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.511497,25.045454]},"properties":{"id":595,"name":"唐聖白建築師事務所","lat":25.045454,"lng":121.511497,"address":"100台灣中正區博愛路25號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5188599,25.044734]},"properties":{"id":596,"name":"龍山建築師事務所","lat":25.044734,"lng":121.5188599,"address":"100台灣台北市中正區青島西路3之4號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5230629,25.0443]},"properties":{"id":597,"name":"吳重賢建築師事務所","lat":25.0443,"lng":121.5230629,"address":"100台灣台北市中正區林森南路2號之2","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.519485,25.0460819]},"properties":{"id":598,"name":"余一通建築師事務所","lat":25.0460819,"lng":121.519485,"address":"100台灣台北市中正區中山北路一段2-6號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5258123,25.0456714]},"properties":{"id":599,"name":"周文斌建築師事務所","lat":25.0456714,"lng":121.5258123,"address":"100台灣中正區北平東路30號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.524163,25.0457909]},"properties":{"id":600,"name":"何鳳皋建築師事務所","lat":25.0457909,"lng":121.524163,"address":"100台灣台北市中正區林森北路9巷5號之3","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.524202,25.0448279]},"properties":{"id":601,"name":"岳松建築師事務所","lat":25.0448279,"lng":121.524202,"address":"100台灣台北市中正區忠孝東路一段17號3樓","FL":3,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5253232,25.0455119]},"properties":{"id":602,"name":"聖洪建築師事務所","lat":25.0455119,"lng":121.5253232,"address":"100台灣中正區紹興北街10號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.526352,25.044325]},"properties":{"id":603,"name":"王培儼建築師事務所","lat":25.044325,"lng":121.526352,"address":"100台灣中正區忠孝東路一段83號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.532705,25.0477039]},"properties":{"id":604,"name":"陳梓楹建築師事務所","lat":25.0477039,"lng":121.532705,"address":"104台灣台北市中山區松江路42號之3","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.533209,25.0472505]},"properties":{"id":605,"name":"劉麗玉建築師事務所","lat":25.0472505,"lng":121.533209,"address":"10491台灣中山區松江路27號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.537083,25.0478149]},"properties":{"id":606,"name":"楊長榮建築師事務所","lat":25.0478149,"lng":121.537083,"address":"104台灣台北市中山區建國北路一段35號9樓","FL":9,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5355061,25.0413016]},"properties":{"id":607,"name":"我行建築料理所","lat":25.0413016,"lng":121.5355061,"address":"106台灣台北市大安區新生南路一段97巷19之一號2樓","FL":2,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5358959,25.0416219]},"properties":{"id":608,"name":"品晶設計工程實業有限公司","lat":25.0416219,"lng":121.5358959,"address":"106台灣台北市大安區忠孝東路三段86號2樓","FL":2,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.540901,25.046956]},"properties":{"id":609,"name":"張珩建築師事務所","lat":25.046956,"lng":121.540901,"address":"104台灣台北市中山區八德路二段245號之5","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.539201,25.046825]},"properties":{"id":610,"name":"張錦章建築師事務所","lat":25.046825,"lng":121.539201,"address":"104台灣台北市中山區八德路二段201號2樓","FL":2,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5427614,25.0471173]},"properties":{"id":611,"name":"張倫端建築師事務所","lat":25.0471173,"lng":121.5427614,"address":"10491台灣中山區中山區八德路二段308號14樓","FL":14,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5435919,25.0438889]},"properties":{"id":612,"name":"王才茂建築師事務所","lat":25.0438889,"lng":121.5435919,"address":"106台灣台北市大安區復興南路一段76號之1","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5440619,25.0456769]},"properties":{"id":613,"name":"鄭永興建築師事務所","lat":25.0456769,"lng":121.5440619,"address":"105台灣台北市松山區復興南路一段43號6樓","FL":6,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.544987,25.043493]},"properties":{"id":614,"name":"許俊美建築師事務所","lat":25.043493,"lng":121.544987,"address":"106台灣大安區復興南路一段107巷14號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.544125,25.0452469]},"properties":{"id":615,"name":"吳省三建築師事務所","lat":25.0452469,"lng":121.544125,"address":"105台灣松山區復興南路一段57號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.54746,25.0456359]},"properties":{"id":616,"name":"永立建築師事務所","lat":25.0456359,"lng":121.54746,"address":"105台灣台北市松山區敦化南路一段100巷7弄31號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5506989,25.044173]},"properties":{"id":617,"name":"張仲怡建築師事務所","lat":25.044173,"lng":121.5506989,"address":"106台灣台北市大安區忠孝東路四段181巷42號2樓","FL":2,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.543683,25.0462909]},"properties":{"id":618,"name":"許銘懿建築師事務所","lat":25.0462909,"lng":121.543683,"address":"104台灣台北市中山區復興南路一段34號之1","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.547045,25.0465679]},"properties":{"id":619,"name":"文榮建築師事務所","lat":25.0465679,"lng":121.547045,"address":"105台灣松山區敦化南路一段80巷38號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5499789,25.0418109]},"properties":{"id":620,"name":"九思建築師事務所","lat":25.0418109,"lng":121.5499789,"address":"106台灣大安區大安區忠孝東路四段155號12樓之7","FL":12,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5514679,25.0454039]},"properties":{"id":621,"name":"許梓揚建築師事務所","lat":25.0454039,"lng":121.5514679,"address":"105台灣台北市松山區八德路三段12巷57弄21之2號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5549906,25.0467455]},"properties":{"id":622,"name":"李肇基建築師事務所","lat":25.0467455,"lng":121.5549906,"address":"105台灣松山區光復南路22巷42號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5522619,25.044029]},"properties":{"id":623,"name":"李賜共建築師事務所","lat":25.044029,"lng":121.5522619,"address":"106台灣台北市大安區敦化南路一段161巷69弄8號6樓","FL":6,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5546472,25.045912]},"properties":{"id":624,"name":"昌瑜建築師事務所","lat":25.045912,"lng":121.5546472,"address":"105台灣松山區光復南路46巷43號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5579709,25.0455819]},"properties":{"id":625,"name":"孫文郁建築師事務所","lat":25.0455819,"lng":121.5579709,"address":"105台灣台北市松山區光復南路65號7樓","FL":7,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5568839,25.0451689]},"properties":{"id":626,"name":"黃崧柏建築師事務所","lat":25.0451689,"lng":121.5568839,"address":"105台灣台北市松山區民大道四段301號3樓","FL":3,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5579776,25.0455741]},"properties":{"id":627,"name":"唐吉生建築師事務所","lat":25.0455741,"lng":121.5579776,"address":"105台灣松山區光復南路65號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.557431,25.0460379]},"properties":{"id":628,"name":"陳偉聖建築師事務所","lat":25.0460379,"lng":121.557431,"address":"105台灣松山區光復南路48號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5579709,25.0455819]},"properties":{"id":629,"name":"陳光雄設計規劃有限公司","lat":25.0455819,"lng":121.5579709,"address":"105台灣台北市松山區光復南路65號8樓","FL":8,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5595715,25.0474778]},"properties":{"id":630,"name":"大觀創境空間設計事務所","lat":25.0474778,"lng":121.5595715,"address":"105台灣台北市松山區光復南路17巷40號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5703788,25.0455166]},"properties":{"id":631,"name":"陳建宏建築師事務所","lat":25.0455166,"lng":121.5703788,"address":"110台灣信義區永吉路122號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5748779,25.0453259]},"properties":{"id":632,"name":"三能建築師事務所","lat":25.0453259,"lng":121.5748779,"address":"號, No. 302永吉路信義區台北市台灣 110","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5843539,25.0465939]},"properties":{"id":633,"name":"周劍平建築師事務所","lat":25.0465939,"lng":121.5843539,"address":"115台灣台北市南港區忠孝東路六段70巷5弄15號3樓","FL":3,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5841429,25.0461059]},"properties":{"id":634,"name":"莊和明建築師事務所","lat":25.0461059,"lng":121.5841429,"address":"115台灣台北市南港區忠孝東路六段70巷12號2樓","FL":2,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5853369,25.046909]},"properties":{"id":635,"name":"賈大燮建築師事務所","lat":25.046909,"lng":121.5853369,"address":"115台灣台北市南港區東新街64巷13號4樓","FL":4,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5118859,25.0505329]},"properties":{"id":637,"name":"許明義建築師事務所","lat":25.0505329,"lng":121.5118859,"address":"103台灣台北市大同區延平北路一段22號10樓","FL":10,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5187819,25.0498599]},"properties":{"id":638,"name":"張堂鈺建築師事務所","lat":25.0498599,"lng":121.5187819,"address":"103台灣台北市大同區長安西路78巷4弄4之1號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5191359,25.0499039]},"properties":{"id":639,"name":"啟明建築師事務所","lat":25.0499039,"lng":121.5191359,"address":"103台灣台北市大同區長安西路78巷4弄1號2樓","FL":2,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5229149,25.0503789]},"properties":{"id":640,"name":"詹益忠建築師事務所","lat":25.0503789,"lng":121.5229149,"address":"104台灣台北市中山區中山北路一段83巷5號之15","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5197888,25.0496565]},"properties":{"id":641,"name":"王榮安建築師事務所","lat":25.0496565,"lng":121.5197888,"address":"103台灣大同區長安西路52巷20號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5229273,25.0486545]},"properties":{"id":642,"name":"王守正建築師事務所","lat":25.0486545,"lng":121.5229273,"address":"10491台灣中山區中山區建國南路一段175巷25號7樓","FL":7,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5193868,25.0494338]},"properties":{"id":643,"name":"楊豐溢建築師事務所-台北所","lat":25.0494338,"lng":121.5193868,"address":"103台灣大同區華陰街33號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5191133,25.0502356]},"properties":{"id":644,"name":"黃炳憲建築師事務所","lat":25.0502356,"lng":121.5191133,"address":"103台灣大同區長安西路82號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.525752,25.048387]},"properties":{"id":645,"name":"梅曉飛建築師事務所","lat":25.048387,"lng":121.525752,"address":"10491台灣台北市中山區林森北路67巷39號1樓","FL":1,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.525039,25.051288]},"properties":{"id":646,"name":"林明坤建築師事務所","lat":25.051288,"lng":121.525039,"address":"104台灣台北市中山區林森北路130號7樓","FL":7,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.523387,25.048506]},"properties":{"id":647,"name":"潤山建築師事務所","lat":25.048506,"lng":121.523387,"address":"10491台灣台北市中山區中山北路一段33巷35號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5234269,25.0492689]},"properties":{"id":648,"name":"黃宜章建築師事務所","lat":25.0492689,"lng":121.5234269,"address":"104台灣台北市中山區長安東路一段16號之4","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.526051,25.051212]},"properties":{"id":649,"name":"吳富國建築師事務所","lat":25.051212,"lng":121.526051,"address":"104台灣台北市中山區林森北路145巷24號3樓","FL":3,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5260089,25.0512259]},"properties":{"id":650,"name":"黃秀莊建築師事務所","lat":25.0512259,"lng":121.5260089,"address":"104台灣台北市中山區林森北路145巷22號2樓","FL":2,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5265346,25.048577]},"properties":{"id":651,"name":"林逵焜建築師事務所","lat":25.048577,"lng":121.5265346,"address":"10491台灣中山區長安東路一段36號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.52967,25.0517979]},"properties":{"id":652,"name":"劉同誠建築師事務所","lat":25.0517979,"lng":121.52967,"address":"10491台灣中山區南京東路二段50號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5308335,25.0518014]},"properties":{"id":653,"name":"大可建築師事務所","lat":25.0518014,"lng":121.5308335,"address":"10491台灣中山區南京東路二段72號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.532728,25.0496629]},"properties":{"id":654,"name":"柏森建築師事務所","lat":25.0496629,"lng":121.532728,"address":"104台灣台北市中山區松江路76號6樓","FL":6,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.535716,25.048159]},"properties":{"id":655,"name":"茂達建築師事務所","lat":25.048159,"lng":121.535716,"address":"104台灣台北市中山區長安東路二段112號之3","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.535459,25.048121]},"properties":{"id":656,"name":"吳伯昌建築師事務所","lat":25.048121,"lng":121.535459,"address":"10491台灣中山區中山區長安東路二段110號9樓","FL":9,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.539071,25.0500338]},"properties":{"id":657,"name":"朱有三建築師事務所","lat":25.0500338,"lng":121.539071,"address":"10491台灣中山區朱崙街5號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.535274,25.045086]},"properties":{"id":658,"name":"許景東建築師事務所","lat":25.045086,"lng":121.535274,"address":"10491台灣中山區市民大道三段41號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.540576,25.049845]},"properties":{"id":659,"name":"竹間建築師事務所","lat":25.049845,"lng":121.540576,"address":"104台灣台北市中山區龍江路59號4樓","FL":4,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.541036,25.0484379]},"properties":{"id":660,"name":"李訓良建築師事務所","lat":25.0484379,"lng":121.541036,"address":"104台灣台北市中山區長安東路二段169之6號之2","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.540979,25.0482049]},"properties":{"id":661,"name":"張郁美建築師事務所","lat":25.0482049,"lng":121.540979,"address":"104台灣台北市中山區長安東路二段178之5號7樓","FL":7,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5428479,25.0480798]},"properties":{"id":662,"name":"楊文基建築師事務所","lat":25.0480798,"lng":121.5428479,"address":"10491台灣中山區中山區長安東路二段230號12樓之8","FL":12,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5438239,25.0511929]},"properties":{"id":663,"name":"國峰建築師事務所","lat":25.0511929,"lng":121.5438239,"address":"104台灣台北市中山區復興北路86號6樓","FL":6,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.551044,25.0480002]},"properties":{"id":664,"name":"羅興華建築師事務所","lat":25.0480002,"lng":121.551044,"address":"105台灣松山區八德路三段20號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.545154,25.047998]},"properties":{"id":665,"name":"蘇定根建築師事務所","lat":25.047998,"lng":121.545154,"address":"105台灣台北市松山區八德路二段383號9樓","FL":9,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5412109,25.0517537]},"properties":{"id":666,"name":"Tange Associates","lat":25.0517537,"lng":121.5412109,"address":"南京東路三段168號, 中山區台北市台灣 10491","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.554238,25.0514169]},"properties":{"id":667,"name":"郭怡良建築師事務所","lat":25.0514169,"lng":121.554238,"address":"105台灣台北市松山區南京東路四段100號7樓","FL":7,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.554116,25.0480269]},"properties":{"id":668,"name":"建文建築師事務所","lat":25.0480269,"lng":121.554116,"address":"105台灣台北市松山區八德路三段120號之3","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.557021,25.048255]},"properties":{"id":669,"name":"陳明烈建築師事務所","lat":25.048255,"lng":121.557021,"address":"105台灣台北市松山區八德路三段225號之12","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5557309,25.050025]},"properties":{"id":670,"name":"金明建築師事務所","lat":25.050025,"lng":121.5557309,"address":"105台灣台北市松山區南京東路四段120巷29弄16之3號4樓","FL":4,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5587465,25.0513254]},"properties":{"id":671,"name":"許育鳴建築師事務所","lat":25.0513254,"lng":121.5587465,"address":"105台灣台北市松山區南京東路五段16號之3","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.55659,25.050631]},"properties":{"id":672,"name":"馬康俊建築師事務所","lat":25.050631,"lng":121.55659,"address":"105台灣松山區光復北路100巷31號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.557651,25.0513229]},"properties":{"id":673,"name":"丁茂盛建築師事務所","lat":25.0513229,"lng":121.557651,"address":"105台灣松山區南京東路四段186號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.559702,25.0512439]},"properties":{"id":674,"name":"洪弘隆建築師事務所","lat":25.0512439,"lng":121.559702,"address":"105台灣台北市松山區南京東路五段40之1號18樓","FL":18,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5602286,25.0512836]},"properties":{"id":675,"name":"蔡宗海建築師事務所","lat":25.0512836,"lng":121.5602286,"address":"105台灣松山區松山區南京東路五段54號之1、4樓","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5619162,25.0512558]},"properties":{"id":676,"name":"陳金令建築師事務所","lat":25.0512558,"lng":121.5619162,"address":"105台灣松山區松山區南京東路五段102號7樓之3","FL":7,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5602286,25.0512836]},"properties":{"id":677,"name":"鄧凱雄建築師事務所","lat":25.0512836,"lng":121.5602286,"address":"105台灣松山區松山區南京東路五段54號之1、4樓","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.560568,25.0508309]},"properties":{"id":678,"name":"弘太建築師","lat":25.0508309,"lng":121.560568,"address":"105台灣台北市松山區南京東路五段66巷2弄1-1號號 2 樓","FL":2,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.565951,25.051131]},"properties":{"id":679,"name":"陳志庸建築師事務所","lat":25.051131,"lng":121.565951,"address":"105台灣台北市松山區南京東路五段234號之1","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5669769,25.0492009]},"properties":{"id":680,"name":"永聯建築師事務所","lat":25.0492009,"lng":121.5669769,"address":"105台灣台北市松山區八德路四段321號3樓","FL":3,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.563535,25.0516909]},"properties":{"id":681,"name":"華興聯合建築師事務所","lat":25.0516909,"lng":121.563535,"address":"105台灣松山區松山區南京東路五段171號7樓","FL":7,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.564692,25.051187]},"properties":{"id":682,"name":"國新建築師事務所有限公司","lat":25.051187,"lng":121.564692,"address":"105台灣松山區松山區南京東路五段202號6樓","FL":6,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.563179,25.0511325]},"properties":{"id":683,"name":"林國任建築師事務所","lat":25.0511325,"lng":121.563179,"address":"105台灣松山區松山區南京東路五段166號5樓","FL":5,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.569689,25.0510649]},"properties":{"id":684,"name":"林尚毅建築師事務所","lat":25.0510649,"lng":121.569689,"address":"105台灣台北市松山區南京東路五段356號之2","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.569995,25.0490659]},"properties":{"id":685,"name":"周夢龍建築師事務所","lat":25.0490659,"lng":121.569995,"address":"110台灣信義區基隆路一段11巷16-1號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5618319,25.050377]},"properties":{"id":686,"name":"夏智弘建築師事務所","lat":25.050377,"lng":121.5618319,"address":"105台灣台北市松山區光復北路11巷89號之1","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.569479,25.049954]},"properties":{"id":687,"name":"郭漢隆建築師事務所","lat":25.049954,"lng":121.569479,"address":"105台灣台北市松山區台北市松山區基隆路一段30號8樓之4","FL":8,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5696782,25.0517035]},"properties":{"id":688,"name":"王慶瑞建築師事務所","lat":25.0517035,"lng":121.5696782,"address":"105台灣松山區松山區南京東路五段399號9樓","FL":9,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.58049,25.049919]},"properties":{"id":689,"name":"許常吉建築師事務所","lat":25.049919,"lng":121.58049,"address":"115台灣南港區八德路四段768巷3號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5941014,25.0509269]},"properties":{"id":690,"name":"啟達聯合建築師","lat":25.0509269,"lng":121.5941014,"address":"115台灣台北市南港區忠孝東路六段465號號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5922662,25.0490276]},"properties":{"id":691,"name":"邱富興建築師事務所","lat":25.0490276,"lng":121.5922662,"address":"115台灣南港區忠孝東路六段370巷17號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.50972,25.0532019]},"properties":{"id":696,"name":"林雲龍建築師事務所","lat":25.0532019,"lng":121.50972,"address":"103台灣台北市大同區南京西路410號之2","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5089216,25.0538801]},"properties":{"id":697,"name":"THEE / 惹雅 design group","lat":25.0538801,"lng":121.5089216,"address":"10491台灣台北市大同區南京西路293巷9-11號2F","FL":2,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.511184,25.052145]},"properties":{"id":698,"name":"沈聰仁建築師事務所","lat":25.052145,"lng":121.511184,"address":"103台灣大同區長安西路249號5樓","FL":5,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.511237,25.053964]},"properties":{"id":699,"name":"劉亞邦建築師事務所","lat":25.053964,"lng":121.511237,"address":"103台灣大同區南京西路205號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5256117,25.0518622]},"properties":{"id":700,"name":"熒作建築師事務所","lat":25.0518622,"lng":121.5256117,"address":"104台灣台北市中山區南京東路一段86號7樓","FL":7,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.525065,25.0548919]},"properties":{"id":701,"name":"張成一建築師事務所","lat":25.0548919,"lng":121.525065,"address":"104台灣台北市中山區長春路40號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.52311,25.0536045]},"properties":{"id":702,"name":"羅文森建築師事務所","lat":25.0536045,"lng":121.52311,"address":"10491台灣中山區南京東路一段13巷6弄57號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.528841,25.052595]},"properties":{"id":703,"name":"李方正建築師事務所","lat":25.052595,"lng":121.528841,"address":"104台灣台北市中山區南京東路二段21巷7號2樓","FL":2,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.525065,25.0548919]},"properties":{"id":704,"name":"將作空間設計工作室","lat":25.0548919,"lng":121.525065,"address":"10491台灣中山區長春路40號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5333874,25.054171]},"properties":{"id":705,"name":"元境聯合建築師事務所","lat":25.054171,"lng":121.5333874,"address":"10491台灣中山區松江路131號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5329022,25.0542451]},"properties":{"id":706,"name":"林松生建築師事務所","lat":25.0542451,"lng":121.5329022,"address":"10491台灣中山區松江路152號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.537655,25.052628]},"properties":{"id":707,"name":"廖錦盈建築師事務所","lat":25.052628,"lng":121.537655,"address":"104台灣台北市中山區建國北路二段3巷15號8樓","FL":8,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.541847,25.0525759]},"properties":{"id":708,"name":"劉厥然建築師事務所","lat":25.0525759,"lng":121.541847,"address":"號 7 樓 之 2 號, No. 112遼寧街中山區台北市台灣 10491","FL":7,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5430059,25.0547999]},"properties":{"id":709,"name":"沈榮俊建築師事務所","lat":25.0547999,"lng":121.5430059,"address":"10491台灣台北市中山區長春路313號2樓","FL":2,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.539212,25.0522079]},"properties":{"id":710,"name":"新東建築師事務所","lat":25.0522079,"lng":121.539212,"address":"104台灣台北市中山區南京東路三段91號6樓","FL":6,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.539487,25.055066]},"properties":{"id":711,"name":"建泰建築師事務所","lat":25.055066,"lng":121.539487,"address":"10491台灣台北市中山區合江街17巷6-15號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.544389,25.055282]},"properties":{"id":712,"name":"李俊仁建築師事務所","lat":25.055282,"lng":121.544389,"address":"105台灣台北市松山區復興北路191號之3","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5448899,25.0519467]},"properties":{"id":713,"name":"忠義建築師事務所","lat":25.0519467,"lng":121.5448899,"address":"104台灣台北市松山區南京東路三段259號之1","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.543847,25.053597]},"properties":{"id":714,"name":"黃隊s建築師事務所","lat":25.053597,"lng":121.543847,"address":"10491台灣中山區復興北路166號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5495307,25.0519742]},"properties":{"id":715,"name":"閻辰昌建築師事務所","lat":25.0519742,"lng":121.5495307,"address":"105台灣松山區南京東路四段1號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.548475,25.0556369]},"properties":{"id":716,"name":"李袓原聯合建築師事務所","lat":25.0556369,"lng":121.548475,"address":"105台灣松山區敦化北路166號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.553415,25.05199]},"properties":{"id":717,"name":"華業建築師事務所","lat":25.05199,"lng":121.553415,"address":"105台灣松山區松山區南京東路四段75號11樓","FL":11,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5534629,25.0518925]},"properties":{"id":718,"name":"薛昭信建築師事務所","lat":25.0518925,"lng":121.5534629,"address":"105台灣台北市松山區南京東路四段75號11樓","FL":11,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.553612,25.052689]},"properties":{"id":719,"name":"陳昌進建築師事務所","lat":25.052689,"lng":121.553612,"address":"105台灣台北市松山區南京東路四段75巷28之1號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5534639,25.0518599]},"properties":{"id":720,"name":"宋良政建築師事務所","lat":25.0518599,"lng":121.5534639,"address":"105台灣台北市松山區南京東路四段75號4樓","FL":4,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.55182,25.0551659]},"properties":{"id":721,"name":"伍琦建築師事務所","lat":25.0551659,"lng":121.55182,"address":"105台灣松山區敦化北路155巷66弄54號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5586499,25.051979]},"properties":{"id":722,"name":"鄭亞東建築師事務所","lat":25.051979,"lng":121.5586499,"address":"105台灣台北市松山區南京東路五段45號之6","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.558881,25.052938]},"properties":{"id":723,"name":"誠拓設計有限公司","lat":25.052938,"lng":121.558881,"address":"105台灣松山區南京東路五段59巷30弄8號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5552339,25.0491159]},"properties":{"id":724,"name":"卓聰哲建築師事務所","lat":25.0491159,"lng":121.5552339,"address":"105台灣松山區八德路三段155巷20弄4號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5589785,25.0522353]},"properties":{"id":725,"name":"惠眾建築師事務所","lat":25.0522353,"lng":121.5589785,"address":"105台灣松山區南京東路五段23巷6弄25號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.562873,25.054675]},"properties":{"id":726,"name":"王明勝建築師事務所","lat":25.054675,"lng":121.562873,"address":"105台灣台北市松山區三民路29巷7號2樓之1","FL":2,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.559428,25.051973]},"properties":{"id":727,"name":"陳俊宏建築師事務所","lat":25.051973,"lng":121.559428,"address":"105台灣松山區松山區南京東路五段63號7樓之4","FL":7,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5593509,25.052373]},"properties":{"id":728,"name":"史景雄建築師事務所","lat":25.052373,"lng":121.5593509,"address":"105台灣台北市松山區南京東路五段59巷21之1號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.56503,25.053973]},"properties":{"id":729,"name":"連宏基建築師事務所","lat":25.053973,"lng":121.56503,"address":"105台灣松山區健康路288號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5675718,25.0538314]},"properties":{"id":730,"name":"郭欣翰建築師事務所","lat":25.0538314,"lng":121.5675718,"address":"號, No. 2寶清街111巷松山區台北市台灣 105","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5810069,25.052074]},"properties":{"id":731,"name":"黃小清建築師事務所","lat":25.052074,"lng":121.5810069,"address":"115台灣台北市南港區南港路三段314巷9弄4號5樓","FL":5,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.600173,25.0538319]},"properties":{"id":732,"name":"謝樹林建築師事務所","lat":25.0538319,"lng":121.600173,"address":"115台灣南港區南港路二段152號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.612588,25.0551939]},"properties":{"id":733,"name":"林再旺建築師事務所","lat":25.0551939,"lng":121.612588,"address":"115台灣台北市南港區南港路一段183號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.52181,25.056976]},"properties":{"id":739,"name":"陳宏田建築師事務所","lat":25.056976,"lng":121.52181,"address":"10491台灣中山區中山北路二段72巷14號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.521808,25.05676]},"properties":{"id":740,"name":"黃堯均建築師事務所","lat":25.05676,"lng":121.521808,"address":"10491台灣中山區中山北路二段62巷13號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5213081,25.0570017]},"properties":{"id":741,"name":"李訓中建築師事務所","lat":25.0570017,"lng":121.5213081,"address":"10491台灣中山區中山北路二段72巷26號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5223134,25.0569896]},"properties":{"id":742,"name":"陳維翔建築師事務所","lat":25.0569896,"lng":121.5223134,"address":"10448台灣台北市中山區中山北路二段72巷4號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.519664,25.05648]},"properties":{"id":743,"name":"榛峰設計","lat":25.05648,"lng":121.519664,"address":"103台灣台北市大同區赤峰街28-2號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5179534,25.0561453]},"properties":{"id":744,"name":"樸緻國際有限公司","lat":25.0561453,"lng":121.5179534,"address":"103台灣台北市大同區承德路二段46號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.524865,25.0575059]},"properties":{"id":745,"name":"東穎建築師事務所","lat":25.0575059,"lng":121.524865,"address":"10491台灣中山區中山北路二段77巷37號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5270257,25.0574249]},"properties":{"id":746,"name":"春邑建設/林彥忠建築師事務所","lat":25.0574249,"lng":121.5270257,"address":"10491台灣台北市中山區新生北路二段76巷10號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.530288,25.0561099]},"properties":{"id":747,"name":"廖祖望建築師事務所","lat":25.0561099,"lng":121.530288,"address":"10491台灣台北市中山區吉林路101號3樓","FL":3,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.533485,25.058991]},"properties":{"id":748,"name":"許尊仁建築師事務所","lat":25.058991,"lng":121.533485,"address":"10491台灣台北市中山區松江路237號16樓","FL":16,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5355709,25.0581619]},"properties":{"id":749,"name":"敬卿建築師事務所","lat":25.0581619,"lng":121.5355709,"address":"10491台灣台北市中山區民生東路二段151號7樓","FL":7,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5375093,25.0580531]},"properties":{"id":750,"name":"白世清建築師事務所","lat":25.0580531,"lng":121.5375093,"address":"10491台灣中山區民生東路三段3號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5386985,25.0591001]},"properties":{"id":751,"name":"陳文成建築師事務所","lat":25.0591001,"lng":121.5386985,"address":"10491台灣台北市中山區合江街116巷8號號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5401578,25.0580629]},"properties":{"id":752,"name":"寬泉聯合建築師事務所","lat":25.0580629,"lng":121.5401578,"address":"10491台灣中山區民生東路三段49號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.541579,25.058534]},"properties":{"id":753,"name":"方華德建築師事務所","lat":25.058534,"lng":121.541579,"address":"10491台灣台北市中山區龍江路243巷17號一樓","FL":1,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5409907,25.0597302]},"properties":{"id":754,"name":"郭恆成建築師事務所","lat":25.0597302,"lng":121.5409907,"address":"10491台灣中山區龍江路281巷4號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5444305,25.0587854]},"properties":{"id":755,"name":"台北國際聯合建築師事務所","lat":25.0587854,"lng":121.5444305,"address":"105台灣台北市松山區復興北路311號10樓","FL":10,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5453224,25.0575226]},"properties":{"id":756,"name":"陳克聚建築師事務所","lat":25.0575226,"lng":121.5453224,"address":"105台灣松山區民生東路三段118號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.543694,25.058441]},"properties":{"id":757,"name":"大筑空間設計有限公司,築原建築師事務所","lat":25.058441,"lng":121.543694,"address":"10478台灣台北市中山區民生東路三段73巷3號號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.543906,25.0591329]},"properties":{"id":758,"name":"吳旗清建築師事務所","lat":25.0591329,"lng":121.543906,"address":"10491台灣台北市中山區復興北路290號8樓","FL":8,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5444699,25.0598019]},"properties":{"id":759,"name":"東方建築師事務所","lat":25.0598019,"lng":121.5444699,"address":"105台灣台北市松山區復興北路333號11樓","FL":11,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.547059,25.05687]},"properties":{"id":760,"name":"郭志宏建築師事務所","lat":25.05687,"lng":121.547059,"address":"105台灣台北市松山區民生東路三段130巷5弄20號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.544358,25.0557591]},"properties":{"id":761,"name":"周劍平建築師事務所","lat":25.0557591,"lng":121.544358,"address":"105台灣松山區復興北路201號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5497113,25.0583664]},"properties":{"id":762,"name":"向度聯合建築師事務所","lat":25.0583664,"lng":121.5497113,"address":"105台灣松山區敦化北路303號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5466199,25.0580739]},"properties":{"id":763,"name":"洪武雄建築師事務所","lat":25.0580739,"lng":121.5466199,"address":"105台灣台北市松山區民生東路三段117號11樓","FL":11,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5482869,25.056304]},"properties":{"id":764,"name":"宏泰建築師事務所","lat":25.056304,"lng":121.5482869,"address":"105台灣台北市松山區敦化北路168號16樓","FL":16,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5488,25.05851]},"properties":{"id":765,"name":"蔡孟哲建築師事務所","lat":25.05851,"lng":121.5488,"address":"105台灣松山區敦化北路218號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.543939,25.058487]},"properties":{"id":766,"name":"林煒郁建築師事務所","lat":25.058487,"lng":121.543939,"address":"10491台灣台北市中山區復興北路272號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5510819,25.05771]},"properties":{"id":767,"name":"劉培森建築師事務所","lat":25.05771,"lng":121.5510819,"address":"105台灣台北市松山區民生東路四段54號之12","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5537329,25.0567769]},"properties":{"id":768,"name":"熊世昌建築師事務所","lat":25.0567769,"lng":121.5537329,"address":"105台灣台北市松山區民生東路四段80巷11弄15號2樓","FL":2,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.557075,25.0586079]},"properties":{"id":769,"name":"張國洋建築師事務所","lat":25.0586079,"lng":121.557075,"address":"105台灣台北市松山區民生東路五段39號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5573019,25.056494]},"properties":{"id":770,"name":"劉農平建築師事務所","lat":25.056494,"lng":121.5573019,"address":"105台灣台北市松山區延壽街399號7樓","FL":7,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.557511,25.058598]},"properties":{"id":771,"name":"陳浩怡建築師事務所","lat":25.058598,"lng":121.557511,"address":"105台灣松山區民生東路五段49號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5621479,25.058492]},"properties":{"id":772,"name":"吳家駒建築師事務所","lat":25.058492,"lng":121.5621479,"address":"105台灣台北市松山區民生東路五段148號8樓","FL":8,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.562229,25.059109]},"properties":{"id":773,"name":"王勁台建築師事務所","lat":25.059109,"lng":121.562229,"address":"105台灣台北市松山區民生東路五段153號之1","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5592798,25.0587907]},"properties":{"id":774,"name":"林志崧建築師事務所","lat":25.0587907,"lng":121.5592798,"address":"105台灣松山區民生東路五段85號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.557625,25.056275]},"properties":{"id":775,"name":"蔡宗海建築師事務所","lat":25.056275,"lng":121.557625,"address":"105台灣台北市松山區延壽街392號5樓","FL":5,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5623499,25.0591109]},"properties":{"id":776,"name":"陳信旭建築師事務所","lat":25.0591109,"lng":121.5623499,"address":"105台灣台北市松山區民生東路五段157號4樓","FL":4,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.562758,25.058464]},"properties":{"id":777,"name":"楊檔巖建築師事務所","lat":25.058464,"lng":121.562758,"address":"105台灣松山區民生東路五段162號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.562426,25.0597239]},"properties":{"id":778,"name":"林正侃建築師事務所","lat":25.0597239,"lng":121.562426,"address":"105台灣松山區民生東路五段137巷4弄20號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5641259,25.059212]},"properties":{"id":779,"name":"簡俊卿建築師事務所","lat":25.059212,"lng":121.5641259,"address":"105台灣台北市松山區民生東路五段165號之1","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.564851,25.0584209]},"properties":{"id":780,"name":"張國洋建築師事務所","lat":25.0584209,"lng":121.564851,"address":"105台灣台北市松山區民生東路五段204號之1","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5643859,25.058699]},"properties":{"id":781,"name":"吳德賢建築師事務所","lat":25.058699,"lng":121.5643859,"address":"105台灣台北市松山區民生東路五段198號之6","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.556682,25.058235]},"properties":{"id":782,"name":"美輪建築師事務所","lat":25.058235,"lng":121.556682,"address":"105台灣台北市松山區民生東路五段30號4樓","FL":4,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5568758,25.0575088]},"properties":{"id":783,"name":"大涵學乙設計工程有限公司","lat":25.0575088,"lng":121.5568758,"address":"105台灣松山區光復北路165巷29號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5687394,25.0595888]},"properties":{"id":784,"name":"蔡明勳建築師事務所","lat":25.0595888,"lng":121.5687394,"address":"105台灣松山區塔悠路288號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5800007,25.0559268]},"properties":{"id":785,"name":"潘興華建築師事務所","lat":25.0559268,"lng":121.5800007,"address":"114台灣內湖區南京東路六段200號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.6137914,25.0560336]},"properties":{"id":786,"name":"胡宗雄建築師事務所","lat":25.0560336,"lng":121.6137914,"address":"115台灣南港區三重路19號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.509407,25.060927]},"properties":{"id":793,"name":"十禾設計","lat":25.060927,"lng":121.509407,"address":"103台灣台北市大同區迪化街一段261號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5146519,25.060224]},"properties":{"id":794,"name":"謝清隆建築師事務所","lat":25.060224,"lng":121.5146519,"address":"103台灣台北市大同區寧夏路113之4號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5164859,25.0627299]},"properties":{"id":795,"name":"吳俊良建築師事務所","lat":25.0627299,"lng":121.5164859,"address":"103台灣台北市大同區民權西路136號之8","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.521715,25.062575]},"properties":{"id":796,"name":"張世宏建築師事務所","lat":25.062575,"lng":121.521715,"address":"10491台灣台北市中山區民權西路20號之5","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5202429,25.0617686]},"properties":{"id":797,"name":"陳學均建築師事務所","lat":25.0617686,"lng":121.5202429,"address":"10491台灣中山區天祥路48巷16號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5251109,25.062496]},"properties":{"id":798,"name":"敬業建築師事務所","lat":25.062496,"lng":121.5251109,"address":"104台灣台北市中山區民權東路一段72號之11","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5251109,25.062496]},"properties":{"id":799,"name":"偉嘉建築師事務所","lat":25.062496,"lng":121.5251109,"address":"104台灣台北市中山區民權東路一段72號之3","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5237105,25.0616496]},"properties":{"id":800,"name":"羅明峰建築師事務所","lat":25.0616496,"lng":121.5237105,"address":"10491台灣中山區中山北路二段137巷4號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5309899,25.0633849]},"properties":{"id":801,"name":"達志建築師事務所","lat":25.0633849,"lng":121.5309899,"address":"10491台灣台北市中山區吉林路315巷16之2號3樓","FL":3,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.52858,25.062818]},"properties":{"id":802,"name":"陳裕益建築師事務所","lat":25.062818,"lng":121.52858,"address":"10491台灣中山區民權東路二段9號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5338755,25.0601856]},"properties":{"id":803,"name":"林慶豐建築師事務所","lat":25.0601856,"lng":121.5338755,"address":"10491台灣台北市中山區錦州街242號3樓","FL":3,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5317969,25.0634259]},"properties":{"id":804,"name":"立信建築師事務所","lat":25.0634259,"lng":121.5317969,"address":"10491台灣台北市中山區民權東路二段71巷19號2樓","FL":2,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5375801,25.0605606]},"properties":{"id":805,"name":"竹間聯合建築師事務所","lat":25.0605606,"lng":121.5375801,"address":"10491台灣中山區中山區建國北路二段137號14樓","FL":14,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.538542,25.060336]},"properties":{"id":806,"name":"張啟蒙建築師事務所","lat":25.060336,"lng":121.538542,"address":"10491台灣台北市中山區台北市中山區錦州街319號2樓","FL":2,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.539346,25.062136]},"properties":{"id":807,"name":"張矩墉建築師事務所","lat":25.062136,"lng":121.539346,"address":"10491台灣中山區民權東路三段8號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5415022,25.0625556]},"properties":{"id":808,"name":"呂佳隆建築師事務所","lat":25.0625556,"lng":121.5415022,"address":"10491台灣中山區中山區民權東路三段106巷15弄17號1樓","FL":1,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.540283,25.061731]},"properties":{"id":809,"name":"江星仁建築師事務所","lat":25.061731,"lng":121.540283,"address":"10491台灣台北市中山區台北市中山區龍江路298巷8號10樓","FL":10,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5417075,25.0625594]},"properties":{"id":810,"name":"王兆舜建築師事務所","lat":25.0625594,"lng":121.5417075,"address":"10491台灣中山區民權東路三段21號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.542543,25.060104]},"properties":{"id":811,"name":"林建宏建築師事務所","lat":25.060104,"lng":121.542543,"address":"10491台灣中山區錦州街428號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.54683,25.06187]},"properties":{"id":812,"name":"趙奕翔建築師事務所","lat":25.06187,"lng":121.54683,"address":"10491台灣松山區中山區民權東路三段142號5樓之3","FL":5,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5455279,25.0603159]},"properties":{"id":813,"name":"新建興建築師事務所","lat":25.0603159,"lng":121.5455279,"address":"105台灣台北市松山區復興北路361巷10號7樓","FL":7,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5444809,25.0636059]},"properties":{"id":814,"name":"宜群建築師事務所","lat":25.0636059,"lng":121.5444809,"address":"105台灣台北市松山區復興北路433號12樓","FL":12,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5433515,25.0629812]},"properties":{"id":815,"name":"謝國鐘建築師事務所","lat":25.0629812,"lng":121.5433515,"address":"10476台灣台北市中山區民權東路三段75巷2弄7號2樓","FL":2,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.544841,25.062658]},"properties":{"id":816,"name":"廖建彰建築師事務所","lat":25.062658,"lng":121.544841,"address":"105台灣松山區復興北路369號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.546874,25.061739]},"properties":{"id":817,"name":"陳彥祥建築師事務所","lat":25.061739,"lng":121.546874,"address":"105台灣松山區民權東路三段142號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.54447,25.05984]},"properties":{"id":818,"name":"何鴻志建築師事務所","lat":25.05984,"lng":121.54447,"address":"105台灣松山區松山區復興北路333號3樓之4","FL":3,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.546831,25.061868]},"properties":{"id":819,"name":"元創建築師事務所","lat":25.061868,"lng":121.546831,"address":"10491台灣松山區中山區民權東路三段142號4樓之1","FL":4,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5452586,25.061827]},"properties":{"id":820,"name":"柏基建築師事務所","lat":25.061827,"lng":121.5452586,"address":"105台灣松山區民權東路三段112號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.547058,25.062982]},"properties":{"id":821,"name":"王棟柱建築師事務所","lat":25.062982,"lng":121.547058,"address":"105台灣松山區民權東路三段103巷5弄81號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.544006,25.060056]},"properties":{"id":822,"name":"美景室內裝修設計工程有限公司","lat":25.060056,"lng":121.544006,"address":"10491台灣台北市中山區10478台北市中山區復興北路350號 3樓之1","FL":3,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5397433,25.062061]},"properties":{"id":823,"name":"浩羣工程顧問有限公司","lat":25.062061,"lng":121.5397433,"address":"10491台灣中山區民權東路三段10號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.548913,25.061534]},"properties":{"id":824,"name":"元宏聯合建築師事務所","lat":25.061534,"lng":121.548913,"address":"105台灣松山區民權東路三段170號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5483839,25.06216]},"properties":{"id":825,"name":"吳非士建築師事務所","lat":25.06216,"lng":121.5483839,"address":"105台灣台北市松山區民權東路三段181號7樓","FL":7,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5494847,25.0615653]},"properties":{"id":826,"name":"原大聯合建築師事務所","lat":25.0615653,"lng":121.5494847,"address":"105台灣松山區民權東路三段178號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5494847,25.0615653]},"properties":{"id":827,"name":"李祖原聯合建築師事務所","lat":25.0615653,"lng":121.5494847,"address":"105台灣台北市松山區民權東路三段178號13樓","FL":13,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5486021,25.056444]},"properties":{"id":828,"name":"洪朝英建築師事務所","lat":25.056444,"lng":121.5486021,"address":"105台灣台北市松山區敦化北路170號16樓","FL":16,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5499467,25.0614467]},"properties":{"id":829,"name":"馮則維建築師事務所","lat":25.0614467,"lng":121.5499467,"address":"105台灣松山區民權東路三段188號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5586749,25.0607379]},"properties":{"id":830,"name":"練福星建築師事務所","lat":25.0607379,"lng":121.5586749,"address":"105台灣台北市松山區富錦街371之1號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5588089,25.060734]},"properties":{"id":831,"name":"吳文忠建築師事務所","lat":25.060734,"lng":121.5588089,"address":"105台灣台北市松山區富錦街373號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.558314,25.061057]},"properties":{"id":832,"name":"陳紹興建築師事務所","lat":25.061057,"lng":121.558314,"address":"105台灣松山區富錦街359巷2弄4號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.560791,25.060325]},"properties":{"id":833,"name":"詹德勝建築師事務所","lat":25.060325,"lng":121.560791,"address":"105台灣台北市松山區新中街12巷2號2樓","FL":2,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.561276,25.060986]},"properties":{"id":834,"name":"黃金成建築師事務所","lat":25.060986,"lng":121.561276,"address":"105台灣台北市松山區富錦街427號7樓","FL":7,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.560763,25.060856]},"properties":{"id":835,"name":"蘇光華建築師事務所","lat":25.060856,"lng":121.560763,"address":"105台灣台北市松山區富錦街413號6樓","FL":6,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5616629,25.0601909]},"properties":{"id":836,"name":"禾拓建築師事務所","lat":25.0601909,"lng":121.5616629,"address":"105台灣松山區民生東路五段137巷6弄6號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.563043,25.060036]},"properties":{"id":837,"name":"楊介文建築師事務所","lat":25.060036,"lng":121.563043,"address":"105台灣松山區三民路131號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.576163,25.061135]},"properties":{"id":838,"name":"闕河彬建築師事務所","lat":25.061135,"lng":121.576163,"address":"114台灣台北市內湖區新湖二路50號3樓","FL":3,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.585042,25.058663]},"properties":{"id":839,"name":"甲山林建設股份有限公司","lat":25.058663,"lng":121.585042,"address":"114台灣台北市內湖區南京東路6段346號13樓","FL":13,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5139429,25.067448]},"properties":{"id":845,"name":"連耀東建築師事務所","lat":25.067448,"lng":121.5139429,"address":"103台灣台北市大同區重慶北路三段117號2樓","FL":2,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.518108,25.065208]},"properties":{"id":846,"name":"楊勝德建築師事務所","lat":25.065208,"lng":121.518108,"address":"103台灣台北市大同區承德路三段58號之2","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5220917,25.0654286]},"properties":{"id":847,"name":"大序建築師事務所","lat":25.0654286,"lng":121.5220917,"address":"10491台灣台北市中山區中山北路三段30號3F-2","FL":3,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5228983,25.0677118]},"properties":{"id":848,"name":"立志建築師事務所","lat":25.0677118,"lng":121.5228983,"address":"10491台灣台北市中山區中山北路三段53號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.522601,25.0655759]},"properties":{"id":849,"name":"燕京建築師事務所","lat":25.0655759,"lng":121.522601,"address":"104台灣台北市中山區中山北路二段29號之1","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5252244,25.0641274]},"properties":{"id":850,"name":"張昭然建築師事務所","lat":25.0641274,"lng":121.5252244,"address":"10491台灣中山區雙城街13巷11號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5331279,25.0668806]},"properties":{"id":851,"name":"楊瑞平建築師事務所","lat":25.0668806,"lng":121.5331279,"address":"10491台灣中山區松江路534號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5353723,25.066903]},"properties":{"id":852,"name":"張邦興建築師事務所","lat":25.066903,"lng":121.5353723,"address":"10491台灣中山區建國北路三段129號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.544823,25.064413]},"properties":{"id":853,"name":"張清櫆建築師事務所","lat":25.064413,"lng":121.544823,"address":"105台灣台北市松山區五常街269號4樓","FL":4,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.544931,25.065239]},"properties":{"id":854,"name":"林建宏建築師事務所","lat":25.065239,"lng":121.544931,"address":"10491台灣松山區中山區民權東路三段191巷107號1樓","FL":1,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5664829,25.064318]},"properties":{"id":855,"name":"王允中建築師事務所","lat":25.064318,"lng":121.5664829,"address":"105台灣台北市松山區撫遠街369巷44號3樓","FL":3,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.578728,25.064949]},"properties":{"id":856,"name":"陳政顯建築師事務所","lat":25.064949,"lng":121.578728,"address":"114台灣內湖區新湖三路196號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5800661,25.0650106]},"properties":{"id":857,"name":"李文勝建築師事務所","lat":25.0650106,"lng":121.5800661,"address":"114台灣台北市內湖區新湖三路189號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5932153,25.0666771]},"properties":{"id":858,"name":"許晉嘉建築師事務所","lat":25.0666771,"lng":121.5932153,"address":"114台灣內湖區內湖區民權東路六段180巷61弄6號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5135039,25.0703725]},"properties":{"id":864,"name":"郭志宏建築師事務所","lat":25.0703725,"lng":121.5135039,"address":"103台灣台北市大同區重慶北路三段232號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5128094,25.068023]},"properties":{"id":865,"name":"境衍設計有限公司 - 林柏陽建築師事務所","lat":25.068023,"lng":121.5128094,"address":"103台灣台北市大同區重慶北路三段152巷20號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5224767,25.0679965]},"properties":{"id":866,"name":"呂坤成建築師事務所","lat":25.0679965,"lng":121.5224767,"address":"10491台灣中山區中山北路二段54號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.526748,25.0680239]},"properties":{"id":867,"name":"陳文達建築師事務所","lat":25.0680239,"lng":121.526748,"address":"10491台灣台北市中山區新生北路三段88巷27號2樓","FL":2,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.586345,25.068772]},"properties":{"id":868,"name":"莊文豪建築師事務所","lat":25.068772,"lng":121.586345,"address":"114台灣台北市內湖區民權東路六段96號2F","FL":2,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.606722,25.071242]},"properties":{"id":869,"name":"章聖雄建築師事務所","lat":25.071242,"lng":121.606722,"address":"114台灣台北市內湖區民權東路六段280巷28號3樓","FL":3,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.6087479,25.070055]},"properties":{"id":870,"name":"黃偉峰建築師事務所","lat":25.070055,"lng":121.6087479,"address":"114台灣台北市內湖區民權東路六段296巷109號11樓","FL":11,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.619655,25.069259]},"properties":{"id":871,"name":"陳瑞貞建築師事務所","lat":25.069259,"lng":121.619655,"address":"114台灣內湖區康樂街61巷15弄4號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5118639,25.071997]},"properties":{"id":873,"name":"巽棠建築師事務所","lat":25.071997,"lng":121.5118639,"address":"103台灣台北市大同區酒泉街160號2樓","FL":2,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.516073,25.0748489]},"properties":{"id":874,"name":"增中建築師事務所","lat":25.0748489,"lng":121.516073,"address":"103台灣台北市大同區哈密街59巷31弄10號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5190159,25.0722845]},"properties":{"id":875,"name":"羅致逸建築師事務所","lat":25.0722845,"lng":121.5190159,"address":"103台灣大同區承德路三段263號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.578111,25.0745614]},"properties":{"id":876,"name":"璧川設計事務所","lat":25.0745614,"lng":121.578111,"address":"11474台灣台北市內湖區瑞光路235巷9號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.584304,25.075387]},"properties":{"id":877,"name":"陳信旭建築師事務所","lat":25.075387,"lng":121.584304,"address":"114台灣內湖區陽光街92巷7弄15號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.600213,25.073292]},"properties":{"id":878,"name":"劉家華建築師事務所","lat":25.073292,"lng":121.600213,"address":"114台灣內湖區金湖路363巷67弄6號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.6037831,25.0744788]},"properties":{"id":879,"name":"孫德鴻建築師事務所","lat":25.0744788,"lng":121.6037831,"address":"114台灣內湖區成功路五段45巷5號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5488723,25.0775444]},"properties":{"id":881,"name":"邵柏勳建築師事務所","lat":25.0775444,"lng":121.5488723,"address":"10491台灣中山區明水路415號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5491581,25.0774936]},"properties":{"id":882,"name":"廖益謙建築師事務所","lat":25.0774936,"lng":121.5491581,"address":"10491台灣中山區明水路427號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5479195,25.0775268]},"properties":{"id":883,"name":"築點設計 archicake design","lat":25.0775268,"lng":121.5479195,"address":"10491台灣台北市中山區明水路401號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5688019,25.0782685]},"properties":{"id":884,"name":"hass 許黃勝兆建築師事務所+雪杉室內裝修設計有限公司","lat":25.0782685,"lng":121.5688019,"address":"114台灣台北市內湖區瑞光路478巷22號2 樓","FL":2,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5726891,25.0796048]},"properties":{"id":885,"name":"賴朝俊建築師事務所","lat":25.0796048,"lng":121.5726891,"address":"114台灣台北市內湖區洲子街67號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.575052,25.0759105]},"properties":{"id":886,"name":"郭秋利建築師事務所","lat":25.0759105,"lng":121.575052,"address":"114台灣內湖區港墘路185號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.580183,25.0784247]},"properties":{"id":887,"name":"林大祐建築師事務所","lat":25.0784247,"lng":121.580183,"address":"114台灣台北市內湖區文德路36號3樓","FL":3,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.585152,25.0793799]},"properties":{"id":888,"name":"游聰榮建築師事務所","lat":25.0793799,"lng":121.585152,"address":"114台灣台北市內湖區文德路171巷9弄8號5樓","FL":5,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5235328,25.0825114]},"properties":{"id":894,"name":"黃士瑋建築師事務所","lat":25.0825114,"lng":121.5235328,"address":"111台灣士林區承德路四段81號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5236064,25.0827568]},"properties":{"id":895,"name":"張俊哲建築師事務所","lat":25.0827568,"lng":121.5236064,"address":"111台灣士林區承德路四段83號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5451839,25.081143]},"properties":{"id":896,"name":"陳智華建築師事務所","lat":25.081143,"lng":121.5451839,"address":"10491台灣台北市中山區大直街20巷20號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.546438,25.083408]},"properties":{"id":897,"name":"邱茂吉建築師事務所","lat":25.083408,"lng":121.546438,"address":"10491台灣中山區大直街59號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.548614,25.081941]},"properties":{"id":898,"name":"全力建築師事務所","lat":25.081941,"lng":121.548614,"address":"10491台灣台北市中山區北安路589號4樓","FL":4,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.562486,25.082118]},"properties":{"id":899,"name":"國洋建築師事務所","lat":25.082118,"lng":121.562486,"address":"114台灣內湖區內湖路一段120巷17號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5662162,25.0810616]},"properties":{"id":900,"name":"朱騰惠建築師事務所","lat":25.0810616,"lng":121.5662162,"address":"114台灣內湖區基湖路3巷9號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5772499,25.0811899]},"properties":{"id":901,"name":"昌興建築師事務所","lat":25.0811899,"lng":121.5772499,"address":"114台灣台北市內湖區內湖路一段629巷101弄25號5樓","FL":5,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5760645,25.0801395]},"properties":{"id":902,"name":"黃啟山建築師事務所","lat":25.0801395,"lng":121.5760645,"address":"114台灣內湖區內湖路一段667巷1號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5753445,25.0803015]},"properties":{"id":903,"name":"袁宗南照明設計事務所","lat":25.0803015,"lng":121.5753445,"address":"114台灣台北市內湖區內湖路一段659號號 11f 5","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.579292,25.08124]},"properties":{"id":904,"name":"吳龍飛建築師事務所","lat":25.08124,"lng":121.579292,"address":"114台灣台北市內湖區內湖路一段737巷67號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.587689,25.082064]},"properties":{"id":905,"name":"楊永欣建築師事務所","lat":25.082064,"lng":121.587689,"address":"114台灣台北市內湖區內湖路二段179巷3弄6號2樓","FL":2,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5203796,25.0796379]},"properties":{"id":909,"name":"汎德電機冷凍空調技師事務所","lat":25.0796379,"lng":121.5203796,"address":"111台灣台北市士林區承德路四段6巷33號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.553135,25.0839271]},"properties":{"id":910,"name":"嶼山工房","lat":25.0839271,"lng":121.553135,"address":"10491台灣台北市中山區敬業一路162號台灣","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5610934,25.0860636]},"properties":{"id":911,"name":"大矩聯合建築師事務所","lat":25.0860636,"lng":121.5610934,"address":"號 10 樓 台湾, No. 20文湖街內湖區台北市台灣 114","FL":10,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.561137,25.0859285]},"properties":{"id":912,"name":"照華建築師事務所","lat":25.0859285,"lng":121.561137,"address":"114台灣內湖區文湖街18號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.567703,25.0862689]},"properties":{"id":913,"name":"施明德建築師事務所","lat":25.0862689,"lng":121.567703,"address":"114台灣台北市內湖區環山路一段53號3樓","FL":3,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5835239,25.084982]},"properties":{"id":914,"name":"蘇哲學建築師事務所","lat":25.084982,"lng":121.5835239,"address":"114台灣台北市內湖區內湖路二段179巷75弄4號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5879259,25.0874609]},"properties":{"id":915,"name":"劉振坤建築師事務所","lat":25.0874609,"lng":121.5879259,"address":"114台灣台北市內湖區金龍路203之5號7樓","FL":7,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.592687,25.0859928]},"properties":{"id":916,"name":"吳佳平建築師事務所","lat":25.0859928,"lng":121.592687,"address":"114台灣內湖區內湖路三段60巷1弄1號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5959029,25.084183]},"properties":{"id":917,"name":"趙天佐建築師事務所","lat":25.084183,"lng":121.5959029,"address":"114台灣台北市內湖區成功路四段203號2樓","FL":2,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.600156,25.0855219]},"properties":{"id":918,"name":"許真豪建築師事務所","lat":25.0855219,"lng":121.600156,"address":"114台灣內湖區大湖街131巷2弄6號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.601289,25.0847029]},"properties":{"id":919,"name":"孫建國建築師事務所","lat":25.0847029,"lng":121.601289,"address":"114台灣內湖區成功路五段18號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5172239,25.0902159]},"properties":{"id":920,"name":"江南生建築師事務所","lat":25.0902159,"lng":121.5172239,"address":"111台灣台北市士林區承德路四段348號8樓","FL":8,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5186362,25.0887821]},"properties":{"id":921,"name":"工二建築","lat":25.0887821,"lng":121.5186362,"address":"號, No. 299大南路士林區台北市台灣 111","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5207309,25.08952]},"properties":{"id":922,"name":"龔燈彬建築師事務所","lat":25.08952,"lng":121.5207309,"address":"111台灣台北市士林區承德路四段257號7樓","FL":7,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5207599,25.0890329]},"properties":{"id":923,"name":"葉正興建築師事務所","lat":25.0890329,"lng":121.5207599,"address":"111台灣台北市士林區承德路四段246號7樓","FL":7,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5253959,25.0917779]},"properties":{"id":924,"name":"李坤英建築師事務所","lat":25.0917779,"lng":121.5253959,"address":"111台灣台北市士林區大東路131號2樓","FL":2,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5268667,25.0890113]},"properties":{"id":925,"name":"廖國誠建築師事務所","lat":25.0890113,"lng":121.5268667,"address":"111台灣士林區文林路156號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.58778,25.0888119]},"properties":{"id":926,"name":"李浩原建築師事務所","lat":25.0888119,"lng":121.58778,"address":"114台灣台北市內湖區內湖路三段252之1號5樓","FL":5,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5981642,25.0878767]},"properties":{"id":927,"name":"陳輝雄建築師事務所","lat":25.0878767,"lng":121.5981642,"address":"114台灣內湖區大湖山莊街202巷20號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5149889,25.0924809]},"properties":{"id":930,"name":"呂禮謙建築師事務所","lat":25.0924809,"lng":121.5149889,"address":"111台灣台北市士林區通河東街二段20巷7號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5186091,25.092713]},"properties":{"id":931,"name":"胡聰寶建築師事務所","lat":25.092713,"lng":121.5186091,"address":"111台灣士林區中正路458號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5189815,25.0929645]},"properties":{"id":932,"name":"溫光堂建築師事務所","lat":25.0929645,"lng":121.5189815,"address":"111台灣士林區中正路436號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.522373,25.09381]},"properties":{"id":933,"name":"聯宇建築師事務所","lat":25.09381,"lng":121.522373,"address":"111台灣台北市士林區中正路349巷10號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5266301,25.0953693]},"properties":{"id":934,"name":"云鼎設計 陳柏壽建築師事務所","lat":25.0953693,"lng":121.5266301,"address":"111台灣台北市士林區中正路211號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5240709,25.093977]},"properties":{"id":935,"name":"阮文成建築師事務所","lat":25.093977,"lng":121.5240709,"address":"111台灣台北市士林區文林路421巷17號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.525506,25.09198]},"properties":{"id":936,"name":"何長庚建築師事務所","lat":25.09198,"lng":121.525506,"address":"111台灣台北市士林區大東路136號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5275675,25.0934969]},"properties":{"id":937,"name":"陳福助建築師事務所","lat":25.0934969,"lng":121.5275675,"address":"111台灣士林區中山北路五段505巷4號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5260449,25.096359]},"properties":{"id":938,"name":"孫森材建築師事務所","lat":25.096359,"lng":121.5260449,"address":"111台灣台北市士林區中正路212巷5弄1號2樓","FL":2,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5281107,25.0983287]},"properties":{"id":939,"name":"三久建築室內設計","lat":25.0983287,"lng":121.5281107,"address":"111台灣台北市士林區福志路113號1 樓","FL":1,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.531777,25.098297]},"properties":{"id":940,"name":"陳漢儒建築師事務所 / 衍序規劃設計 / BIAS Architects","lat":25.098297,"lng":121.531777,"address":"111台灣台北市士林區台北市士林區福志路11號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5210761,25.1023257]},"properties":{"id":941,"name":"大允室內裝修有限公司","lat":25.1023257,"lng":121.5210761,"address":"111台灣士林區文林路708號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5241666,25.1015275]},"properties":{"id":942,"name":"陳勇佑建築師事務所","lat":25.1015275,"lng":121.5241666,"address":"111台灣士林區中山北路五段829巷36號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.53431,25.1015219]},"properties":{"id":943,"name":"梁恩琦建築師事務所","lat":25.1015219,"lng":121.53431,"address":"111台灣台北市士林區至誠路一段144號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.517244,25.105924]},"properties":{"id":944,"name":"張煥章建築師事務所","lat":25.105924,"lng":121.517244,"address":"112台灣台北市北投區文林北路116號之1","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5174017,25.1076212]},"properties":{"id":945,"name":"鄭豐年建築師事務所","lat":25.1076212,"lng":121.5174017,"address":"112台灣北投區致遠一路一段7號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.520059,25.1062999]},"properties":{"id":946,"name":"陳澤生建築師事務所","lat":25.1062999,"lng":121.520059,"address":"112台灣台北市北投區文林北路80巷90弄12號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5193989,25.1072229]},"properties":{"id":947,"name":"鄭豐年建築師事務所","lat":25.1072229,"lng":121.5193989,"address":"112台灣台北市北投區文林北路94巷73號3樓","FL":3,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.525588,25.105603]},"properties":{"id":948,"name":"曾人識建築師事務所","lat":25.105603,"lng":121.525588,"address":"111台灣台北市士林區忠誠路一段16巷21之1號5樓","FL":5,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5254771,25.105705]},"properties":{"id":949,"name":"李鴻鈞建築師事務所","lat":25.105705,"lng":121.5254771,"address":"111台灣士林區忠誠路一段16巷23號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5258329,25.1051747]},"properties":{"id":950,"name":"楊宗維建築師事務所","lat":25.1051747,"lng":121.5258329,"address":"111台灣台北市士林區忠誠路一段16巷13-1號1樓","FL":1,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.528798,25.105089]},"properties":{"id":951,"name":"九典聯合建築師事務所","lat":25.105089,"lng":121.528798,"address":"111台灣士林區忠誠路一段111號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.527358,25.1040231]},"properties":{"id":952,"name":"ARCHERA 陳怡成建築師事務所","lat":25.1040231,"lng":121.527358,"address":"111台灣台北市士林區忠誠路一段33-5號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.527358,25.104023]},"properties":{"id":953,"name":"ARCHERA 陳怡成建築師事務所","lat":25.104023,"lng":121.527358,"address":"111台灣台北市士林區忠誠路一段33-5號7樓","FL":7,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5202479,25.1085299]},"properties":{"id":954,"name":"張尚德建築師事務所","lat":25.1085299,"lng":121.5202479,"address":"112台灣台北市北投區東華街一段42之1號3樓","FL":3,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.523242,25.1093309]},"properties":{"id":955,"name":"楊雪雲建築師事務所","lat":25.1093309,"lng":121.523242,"address":"111台灣台北市士林區克強路10巷9弄23號4樓","FL":4,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.524114,25.1101069]},"properties":{"id":956,"name":"吳忠寬建築師事務所","lat":25.1101069,"lng":121.524114,"address":"111台灣台北市士林區中山北路六段277巷18弄5號4樓","FL":4,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.530456,25.111063]},"properties":{"id":957,"name":"李天鐸建築師事務所","lat":25.111063,"lng":121.530456,"address":"111台灣士林區忠誠路二段56號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.533231,25.109262]},"properties":{"id":958,"name":"CTLU_盧俊廷建築師事務所","lat":25.109262,"lng":121.533231,"address":"111台灣台北市士林區德行東路232號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5178819,25.1158199]},"properties":{"id":959,"name":"劉明滄建築師事務所","lat":25.1158199,"lng":121.5178819,"address":"112台灣台北市北投區裕民一路40巷17號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.521256,25.11483]},"properties":{"id":960,"name":"陳乃城建築師事務所","lat":25.11483,"lng":121.521256,"address":"112台灣台北市北投區懷德街98巷25號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5259069,25.1141659]},"properties":{"id":961,"name":"蔡錦文建築師事務所","lat":25.1141659,"lng":121.5259069,"address":"111台灣台北市士林區中山北路六段405巷22號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5289086,25.11329]},"properties":{"id":962,"name":"陳永富建築師事務所","lat":25.11329,"lng":121.5289086,"address":"111台灣士林區士東路89巷16弄9號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5310909,25.112843]},"properties":{"id":963,"name":"廖祖望建築師事務所","lat":25.112843,"lng":121.5310909,"address":"111台灣台北市士林區忠誠路二段92號8樓","FL":8,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5386159,25.112741]},"properties":{"id":964,"name":"石滋建築師事務所","lat":25.112741,"lng":121.5386159,"address":"111台灣台北市士林區德行東路331巷52弄9號3樓","FL":3,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5359889,25.1124031]},"properties":{"id":965,"name":"莊展華建築師事務所","lat":25.1124031,"lng":121.5359889,"address":"111台灣士林區士東路266巷6弄20號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.515087,25.1185439]},"properties":{"id":967,"name":"志群建築師事務所","lat":25.1185439,"lng":121.515087,"address":"112台灣台北市北投區立農街二段258之1號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5040693,25.122988]},"properties":{"id":968,"name":"莊念石建築師事務所","lat":25.122988,"lng":121.5040693,"address":"112台灣北投區公舘路368號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.526625,25.121381]},"properties":{"id":969,"name":"萬長斌建築師事務所","lat":25.121381,"lng":121.526625,"address":"111台灣台北市士林區天母北路56之1號7樓","FL":7,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5264157,25.1230669]},"properties":{"id":970,"name":"張哲夫建築師事務所","lat":25.1230669,"lng":121.5264157,"address":"111台灣士林區天母北路70號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5259589,25.124295]},"properties":{"id":971,"name":"張李賢建築師事務所","lat":25.124295,"lng":121.5259589,"address":"112台灣台北市北投區行義路7號3樓","FL":3,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.533342,25.1274279]},"properties":{"id":972,"name":"許宏智建築師事務所","lat":25.1274279,"lng":121.533342,"address":"111台灣台北市士林區中山北路七段228之1號5樓","FL":5,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5337819,25.124879]},"properties":{"id":973,"name":"明煌建築師事務所","lat":25.124879,"lng":121.5337819,"address":"111台灣台北市士林區中山北路七段190巷12弄6號2樓","FL":2,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.4984101,25.1310129]},"properties":{"id":974,"name":"劉文岱建築師事務所","lat":25.1310129,"lng":121.4984101,"address":"112台灣北投區北投路二段13號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.529031,25.129224]},"properties":{"id":975,"name":"安凱戎建築師事務所","lat":25.129224,"lng":121.529031,"address":"112台灣台北市北投區行義路130巷6之2號2樓","FL":2,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.502243,25.135128]},"properties":{"id":977,"name":"邱進發建築師事務所","lat":25.135128,"lng":121.502243,"address":"112台灣台北市北投區光明路151巷4號2樓","FL":2,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.488016,25.138218]},"properties":{"id":978,"name":"諺誠聯合會計師事務所","lat":25.138218,"lng":121.488016,"address":"112台灣台北市北投區中央北路二段349號","FL":0,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.51249,25.1380239]},"properties":{"id":979,"name":"葉榮嘉建築師事務所","lat":25.1380239,"lng":121.51249,"address":"112台灣台北市北投區溫泉路142之1號2樓","FL":2,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5065549,25.1414659]},"properties":{"id":981,"name":"陳榮周建築師事務所","lat":25.1414659,"lng":121.5065549,"address":"112台灣台北市北投區泉源路39之19號3樓","FL":3,"type":"architect"}}, +{"type":"Feature","geometry":{"type":"Point","coordinates":[121.5517777,25.1536479]},"properties":{"id":982,"name":"青邨圓講堂(修澤蘭建築師)","lat":25.1536479,"lng":121.5517777,"address":"112台灣台北市北投區陽明路二段11號","FL":0,"type":"architect"}} +]} \ No newline at end of file diff --git a/src/gitcode-ssh.png b/src/gitcode-ssh.png deleted file mode 100644 index e06b993f9d832683bd27b5b48ee82c238194c55f..0000000000000000000000000000000000000000 Binary files a/src/gitcode-ssh.png and /dev/null differ diff --git a/src/logo.svg b/src/logo.svg deleted file mode 100644 index 81396591737232e64948e62a31f76d4d6d2b3e3c..0000000000000000000000000000000000000000 --- a/src/logo.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - 开发云logo备份@40x - - - - - - - \ No newline at end of file diff --git a/src/style.css b/src/style.css deleted file mode 100644 index 004b70af09694f2c90f0a500bf31fd69dba7b732..0000000000000000000000000000000000000000 --- a/src/style.css +++ /dev/null @@ -1,6 +0,0 @@ -.app{ - text-align: center; -} -.app img{ - margin-top: 32px; -} \ No newline at end of file diff --git "a/src/\345\205\245\347\276\244\344\272\214\347\273\264\347\240\201.jpg" "b/src/\345\205\245\347\276\244\344\272\214\347\273\264\347\240\201.jpg" deleted file mode 100644 index c8e954868c376d5e02c8d5aa6ff00f220c3d7e60..0000000000000000000000000000000000000000 Binary files "a/src/\345\205\245\347\276\244\344\272\214\347\273\264\347\240\201.jpg" and /dev/null differ diff --git a/tsconfig.json b/tsconfig.json new file mode 100644 index 0000000000000000000000000000000000000000..a7bfa186c3fdc5f5f410168bdbad2291177ff9bc --- /dev/null +++ b/tsconfig.json @@ -0,0 +1,4 @@ +{ + // https://v3.nuxtjs.org/concepts/typescript + "extends": "./.nuxt/tsconfig.json" +} diff --git a/utils/convertCoordinate.js b/utils/convertCoordinate.js new file mode 100644 index 0000000000000000000000000000000000000000..268b9b692ed828f8e74cdbc023e8072799531dea --- /dev/null +++ b/utils/convertCoordinate.js @@ -0,0 +1,63 @@ +// 经纬度转Web墨卡托 +const LonLat2WebMercator = (lng, lat) => { + const resultX = (lng / 180.0) * 20037508.3427892; + let resultY; + if (lat > 85.05112) { + lat = 85.05112; + } + if (lat < -85.05112) { + lat = -85.05112; + } + resultY = (Math.PI / 180.0) * lat; + const tmp = Math.PI / 4.0 + resultY / 2.0; + resultY = 20037508.3427892 * Math.log(Math.tan(tmp)) / Math.PI; + const result = { + x: resultX, + y: resultY, + }; + return result; +}; + +// Web墨卡托转像素坐标 +const WebMercator2Tileimage = (x, y, l) => { + const r = 20037508.3427892; + y = r - y; + x = r + x; + const size = Math.pow(2, l) * 256; + const imgx = x * size / (r * 2); + const imgy = y * size / (r * 2); + + const col = Math.floor(imgx / 256); + const row = Math.floor(imgy / 256); + + const imgdx = imgx % 256; + const imgdy = imgy % 256; + + const positionObj = {x: imgx, y: imgy}; + const tileinfoObj = {x: col, y: row, level: l}; + const offsetObj = {x: imgdx, y: imgdy}; + const result = {position: positionObj, tileinfo: tileinfoObj, offset: offsetObj}; + return result; +}; + +// 经纬度转WebGL坐标 +const LonLat2WebGL = (lng, lat, level, centerLng, centerLat, tileSize) => { + const webMercator = LonLat2WebMercator(lng, lat); + const tilePos = WebMercator2Tileimage(webMercator.x, webMercator.y, level).position; + const centerWM = LonLat2WebMercator(centerLng, centerLat); + const centerTP = WebMercator2Tileimage(centerWM.x, centerWM.y, level); + const resultX = (tilePos.x - centerTP.position.x + (centerTP.offset.x - 256 / 2)) * tileSize / 256; + const resultY = (tilePos.y - centerTP.position.y + (-centerTP.offset.y + 256 / 2)) * tileSize / 256; + + const result = { + x: resultX, + y: resultY, + }; + return result; +}; + +export { + LonLat2WebMercator, + WebMercator2Tileimage, + LonLat2WebGL, +}; diff --git a/yarn.lock b/yarn.lock new file mode 100644 index 0000000000000000000000000000000000000000..f8cbc464ba7110caa2fe25e6281780402b855669 --- /dev/null +++ b/yarn.lock @@ -0,0 +1,4268 @@ +# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. +# yarn lockfile v1 + + +"@ampproject/remapping@^2.1.0": + version "2.2.0" + resolved "https://registry.npmmirror.com/@ampproject/remapping/-/remapping-2.2.0.tgz#56c133824780de3174aed5ab6834f3026790154d" + integrity sha512-qRmjj8nj9qmLTQXXmaR1cck3UXSRMPrbsLJAasZpF+t3riI71BXed5ebIOYwQntykeZuhjsdweEc9BxH5Jc26w== + dependencies: + "@jridgewell/gen-mapping" "^0.1.0" + "@jridgewell/trace-mapping" "^0.3.9" + +"@babel/code-frame@^7.10.4", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.18.6": + version "7.18.6" + resolved "https://registry.npmmirror.com/@babel/code-frame/-/code-frame-7.18.6.tgz#3b25d38c89600baa2dcc219edfa88a74eb2c427a" + integrity sha512-TDCmlK5eOvH+eH7cdAFlNXeVJqWIQ7gW9tY1GJIpUtFb6CmjVyq2VM3u71bOyR8CRihcCgMUYoDNyLXao3+70Q== + dependencies: + "@babel/highlight" "^7.18.6" + +"@babel/compat-data@^7.20.0": + version "7.20.1" + resolved "https://registry.npmmirror.com/@babel/compat-data/-/compat-data-7.20.1.tgz#f2e6ef7790d8c8dbf03d379502dcc246dcce0b30" + integrity sha512-EWZ4mE2diW3QALKvDMiXnbZpRvlj+nayZ112nK93SnhqOtpdsbVD4W+2tEoT3YNBAG9RBR0ISY758ZkOgsn6pQ== + +"@babel/core@^7.19.0", "@babel/core@^7.19.6": + version "7.19.6" + resolved "https://registry.npmmirror.com/@babel/core/-/core-7.19.6.tgz#7122ae4f5c5a37c0946c066149abd8e75f81540f" + integrity sha512-D2Ue4KHpc6Ys2+AxpIx1BZ8+UegLLLE2p3KJEuJRKmokHOtl49jQ5ny1773KsGLZs8MQvBidAF6yWUJxRqtKtg== + dependencies: + "@ampproject/remapping" "^2.1.0" + "@babel/code-frame" "^7.18.6" + "@babel/generator" "^7.19.6" + "@babel/helper-compilation-targets" "^7.19.3" + "@babel/helper-module-transforms" "^7.19.6" + "@babel/helpers" "^7.19.4" + "@babel/parser" "^7.19.6" + "@babel/template" "^7.18.10" + "@babel/traverse" "^7.19.6" + "@babel/types" "^7.19.4" + convert-source-map "^1.7.0" + debug "^4.1.0" + gensync "^1.0.0-beta.2" + json5 "^2.2.1" + semver "^6.3.0" + +"@babel/generator@^7.19.6", "@babel/generator@^7.20.1": + version "7.20.1" + resolved "https://registry.npmmirror.com/@babel/generator/-/generator-7.20.1.tgz#ef32ecd426222624cbd94871a7024639cf61a9fa" + integrity sha512-u1dMdBUmA7Z0rBB97xh8pIhviK7oItYOkjbsCxTWMknyvbQRBwX7/gn4JXurRdirWMFh+ZtYARqkA6ydogVZpg== + dependencies: + "@babel/types" "^7.20.0" + "@jridgewell/gen-mapping" "^0.3.2" + jsesc "^2.5.1" + +"@babel/helper-annotate-as-pure@^7.18.6": + version "7.18.6" + resolved "https://registry.npmmirror.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz#eaa49f6f80d5a33f9a5dd2276e6d6e451be0a6bb" + integrity sha512-duORpUiYrEpzKIop6iNbjnwKLAKnJ47csTyRACyEmWj0QdUrm5aqNJGHSSEQSUAvNW0ojX0dOmK9dZduvkfeXA== + dependencies: + "@babel/types" "^7.18.6" + +"@babel/helper-compilation-targets@^7.19.3": + version "7.20.0" + resolved "https://registry.npmmirror.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.20.0.tgz#6bf5374d424e1b3922822f1d9bdaa43b1a139d0a" + integrity sha512-0jp//vDGp9e8hZzBc6N/KwA5ZK3Wsm/pfm4CrY7vzegkVxc65SgSn6wYOnwHe9Js9HRQ1YTCKLGPzDtaS3RoLQ== + dependencies: + "@babel/compat-data" "^7.20.0" + "@babel/helper-validator-option" "^7.18.6" + browserslist "^4.21.3" + semver "^6.3.0" + +"@babel/helper-create-class-features-plugin@^7.19.0": + version "7.19.0" + resolved "https://registry.npmmirror.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.19.0.tgz#bfd6904620df4e46470bae4850d66be1054c404b" + integrity sha512-NRz8DwF4jT3UfrmUoZjd0Uph9HQnP30t7Ash+weACcyNkiYTywpIjDBgReJMKgr+n86sn2nPVVmJ28Dm053Kqw== + dependencies: + "@babel/helper-annotate-as-pure" "^7.18.6" + "@babel/helper-environment-visitor" "^7.18.9" + "@babel/helper-function-name" "^7.19.0" + "@babel/helper-member-expression-to-functions" "^7.18.9" + "@babel/helper-optimise-call-expression" "^7.18.6" + "@babel/helper-replace-supers" "^7.18.9" + "@babel/helper-split-export-declaration" "^7.18.6" + +"@babel/helper-environment-visitor@^7.18.9": + version "7.18.9" + resolved "https://registry.npmmirror.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz#0c0cee9b35d2ca190478756865bb3528422f51be" + integrity sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg== + +"@babel/helper-function-name@^7.19.0": + version "7.19.0" + resolved "https://registry.npmmirror.com/@babel/helper-function-name/-/helper-function-name-7.19.0.tgz#941574ed5390682e872e52d3f38ce9d1bef4648c" + integrity sha512-WAwHBINyrpqywkUH0nTnNgI5ina5TFn85HKS0pbPDfxFfhyR/aNQEn4hGi1P1JyT//I0t4OgXUlofzWILRvS5w== + dependencies: + "@babel/template" "^7.18.10" + "@babel/types" "^7.19.0" + +"@babel/helper-hoist-variables@^7.18.6": + version "7.18.6" + resolved "https://registry.npmmirror.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz#d4d2c8fb4baeaa5c68b99cc8245c56554f926678" + integrity sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q== + dependencies: + "@babel/types" "^7.18.6" + +"@babel/helper-member-expression-to-functions@^7.18.9": + version "7.18.9" + resolved "https://registry.npmmirror.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.18.9.tgz#1531661e8375af843ad37ac692c132841e2fd815" + integrity sha512-RxifAh2ZoVU67PyKIO4AMi1wTenGfMR/O/ae0CCRqwgBAt5v7xjdtRw7UoSbsreKrQn5t7r89eruK/9JjYHuDg== + dependencies: + "@babel/types" "^7.18.9" + +"@babel/helper-module-imports@^7.0.0", "@babel/helper-module-imports@^7.18.6": + version "7.18.6" + resolved "https://registry.npmmirror.com/@babel/helper-module-imports/-/helper-module-imports-7.18.6.tgz#1e3ebdbbd08aad1437b428c50204db13c5a3ca6e" + integrity sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA== + dependencies: + "@babel/types" "^7.18.6" + +"@babel/helper-module-transforms@^7.19.6": + version "7.19.6" + resolved "https://registry.npmmirror.com/@babel/helper-module-transforms/-/helper-module-transforms-7.19.6.tgz#6c52cc3ac63b70952d33ee987cbee1c9368b533f" + integrity sha512-fCmcfQo/KYr/VXXDIyd3CBGZ6AFhPFy1TfSEJ+PilGVlQT6jcbqtHAM4C1EciRqMza7/TpOUZliuSH+U6HAhJw== + dependencies: + "@babel/helper-environment-visitor" "^7.18.9" + "@babel/helper-module-imports" "^7.18.6" + "@babel/helper-simple-access" "^7.19.4" + "@babel/helper-split-export-declaration" "^7.18.6" + "@babel/helper-validator-identifier" "^7.19.1" + "@babel/template" "^7.18.10" + "@babel/traverse" "^7.19.6" + "@babel/types" "^7.19.4" + +"@babel/helper-optimise-call-expression@^7.18.6": + version "7.18.6" + resolved "https://registry.npmmirror.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.18.6.tgz#9369aa943ee7da47edab2cb4e838acf09d290ffe" + integrity sha512-HP59oD9/fEHQkdcbgFCnbmgH5vIQTJbxh2yf+CdM89/glUNnuzr87Q8GIjGEnOktTROemO0Pe0iPAYbqZuOUiA== + dependencies: + "@babel/types" "^7.18.6" + +"@babel/helper-plugin-utils@^7.18.6", "@babel/helper-plugin-utils@^7.19.0": + version "7.19.0" + resolved "https://registry.npmmirror.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.19.0.tgz#4796bb14961521f0f8715990bee2fb6e51ce21bf" + integrity sha512-40Ryx7I8mT+0gaNxm8JGTZFUITNqdLAgdg0hXzeVZxVD6nFsdhQvip6v8dqkRHzsz1VFpFAaOCHNn0vKBL7Czw== + +"@babel/helper-replace-supers@^7.18.9": + version "7.19.1" + resolved "https://registry.npmmirror.com/@babel/helper-replace-supers/-/helper-replace-supers-7.19.1.tgz#e1592a9b4b368aa6bdb8784a711e0bcbf0612b78" + integrity sha512-T7ahH7wV0Hfs46SFh5Jz3s0B6+o8g3c+7TMxu7xKfmHikg7EAZ3I2Qk9LFhjxXq8sL7UkP5JflezNwoZa8WvWw== + dependencies: + "@babel/helper-environment-visitor" "^7.18.9" + "@babel/helper-member-expression-to-functions" "^7.18.9" + "@babel/helper-optimise-call-expression" "^7.18.6" + "@babel/traverse" "^7.19.1" + "@babel/types" "^7.19.0" + +"@babel/helper-simple-access@^7.19.4": + version "7.19.4" + resolved "https://registry.npmmirror.com/@babel/helper-simple-access/-/helper-simple-access-7.19.4.tgz#be553f4951ac6352df2567f7daa19a0ee15668e7" + integrity sha512-f9Xq6WqBFqaDfbCzn2w85hwklswz5qsKlh7f08w4Y9yhJHpnNC0QemtSkK5YyOY8kPGvyiwdzZksGUhnGdaUIg== + dependencies: + "@babel/types" "^7.19.4" + +"@babel/helper-split-export-declaration@^7.18.6": + version "7.18.6" + resolved "https://registry.npmmirror.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.18.6.tgz#7367949bc75b20c6d5a5d4a97bba2824ae8ef075" + integrity sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA== + dependencies: + "@babel/types" "^7.18.6" + +"@babel/helper-string-parser@^7.19.4": + version "7.19.4" + resolved "https://registry.npmmirror.com/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz#38d3acb654b4701a9b77fb0615a96f775c3a9e63" + integrity sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw== + +"@babel/helper-validator-identifier@^7.18.6", "@babel/helper-validator-identifier@^7.19.1": + version "7.19.1" + resolved "https://registry.npmmirror.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2" + integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w== + +"@babel/helper-validator-option@^7.18.6": + version "7.18.6" + resolved "https://registry.npmmirror.com/@babel/helper-validator-option/-/helper-validator-option-7.18.6.tgz#bf0d2b5a509b1f336099e4ff36e1a63aa5db4db8" + integrity sha512-XO7gESt5ouv/LRJdrVjkShckw6STTaB7l9BrpBaAHDeF5YZT+01PCwmR0SJHnkW6i8OwW/EVWRShfi4j2x+KQw== + +"@babel/helpers@^7.19.4": + version "7.20.1" + resolved "https://registry.npmmirror.com/@babel/helpers/-/helpers-7.20.1.tgz#2ab7a0fcb0a03b5bf76629196ed63c2d7311f4c9" + integrity sha512-J77mUVaDTUJFZ5BpP6mMn6OIl3rEWymk2ZxDBQJUG3P+PbmyMcF3bYWvz0ma69Af1oobDqT/iAsvzhB58xhQUg== + dependencies: + "@babel/template" "^7.18.10" + "@babel/traverse" "^7.20.1" + "@babel/types" "^7.20.0" + +"@babel/highlight@^7.18.6": + version "7.18.6" + resolved "https://registry.npmmirror.com/@babel/highlight/-/highlight-7.18.6.tgz#81158601e93e2563795adcbfbdf5d64be3f2ecdf" + integrity sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g== + dependencies: + "@babel/helper-validator-identifier" "^7.18.6" + chalk "^2.0.0" + js-tokens "^4.0.0" + +"@babel/parser@^7.16.4", "@babel/parser@^7.18.10", "@babel/parser@^7.19.6", "@babel/parser@^7.20.1": + version "7.20.1" + resolved "https://registry.npmmirror.com/@babel/parser/-/parser-7.20.1.tgz#3e045a92f7b4623cafc2425eddcb8cf2e54f9cc5" + integrity sha512-hp0AYxaZJhxULfM1zyp7Wgr+pSUKBcP3M+PHnSzWGdXOzg/kHWIgiUWARvubhUKGOEw3xqY4x+lyZ9ytBVcELw== + +"@babel/plugin-syntax-jsx@^7.0.0": + version "7.18.6" + resolved "https://registry.npmmirror.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.18.6.tgz#a8feef63b010150abd97f1649ec296e849943ca0" + integrity sha512-6mmljtAedFGTWu2p/8WIORGwy+61PLgOMPOdazc7YoJ9ZCWUyFy3A6CpPkRKLKD1ToAesxX8KGEViAiLo9N+7Q== + dependencies: + "@babel/helper-plugin-utils" "^7.18.6" + +"@babel/plugin-syntax-typescript@^7.20.0": + version "7.20.0" + resolved "https://registry.npmmirror.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.20.0.tgz#4e9a0cfc769c85689b77a2e642d24e9f697fc8c7" + integrity sha512-rd9TkG+u1CExzS4SM1BlMEhMXwFLKVjOAFFCDx9PbX5ycJWDoWMcwdJH9RhkPu1dOgn5TrxLot/Gx6lWFuAUNQ== + dependencies: + "@babel/helper-plugin-utils" "^7.19.0" + +"@babel/plugin-transform-typescript@^7.19.3": + version "7.20.0" + resolved "https://registry.npmmirror.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.20.0.tgz#2c7ec62b8bfc21482f3748789ba294a46a375169" + integrity sha512-xOAsAFaun3t9hCwZ13Qe7gq423UgMZ6zAgmLxeGGapFqlT/X3L5qT2btjiVLlFn7gWtMaVyceS5VxGAuKbgizw== + dependencies: + "@babel/helper-create-class-features-plugin" "^7.19.0" + "@babel/helper-plugin-utils" "^7.19.0" + "@babel/plugin-syntax-typescript" "^7.20.0" + +"@babel/standalone@^7.19.0": + version "7.20.1" + resolved "https://registry.npmmirror.com/@babel/standalone/-/standalone-7.20.1.tgz#587bfa02ba59401362125ac14cddc790f15cbe07" + integrity sha512-/gWSncVyOroPfSNASCOIsR08As7UWT7bOKlTkvmprc0Q3v4s6YFxpaYP/eyAZQWbVjSnewX8bZv2In9fwXqPHQ== + +"@babel/template@^7.0.0", "@babel/template@^7.18.10": + version "7.18.10" + resolved "https://registry.npmmirror.com/@babel/template/-/template-7.18.10.tgz#6f9134835970d1dbf0835c0d100c9f38de0c5e71" + integrity sha512-TI+rCtooWHr3QJ27kJxfjutghu44DLnasDMwpDqCXVTal9RLp3RSYNh4NdBrRP2cQAoG9A8juOQl6P6oZG4JxA== + dependencies: + "@babel/code-frame" "^7.18.6" + "@babel/parser" "^7.18.10" + "@babel/types" "^7.18.10" + +"@babel/traverse@^7.0.0", "@babel/traverse@^7.19.1", "@babel/traverse@^7.19.6", "@babel/traverse@^7.20.1": + version "7.20.1" + resolved "https://registry.npmmirror.com/@babel/traverse/-/traverse-7.20.1.tgz#9b15ccbf882f6d107eeeecf263fbcdd208777ec8" + integrity sha512-d3tN8fkVJwFLkHkBN479SOsw4DMZnz8cdbL/gvuDuzy3TS6Nfw80HuQqhw1pITbIruHyh7d1fMA47kWzmcUEGA== + dependencies: + "@babel/code-frame" "^7.18.6" + "@babel/generator" "^7.20.1" + "@babel/helper-environment-visitor" "^7.18.9" + "@babel/helper-function-name" "^7.19.0" + "@babel/helper-hoist-variables" "^7.18.6" + "@babel/helper-split-export-declaration" "^7.18.6" + "@babel/parser" "^7.20.1" + "@babel/types" "^7.20.0" + debug "^4.1.0" + globals "^11.1.0" + +"@babel/types@^7.0.0", "@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.19.0", "@babel/types@^7.19.4", "@babel/types@^7.20.0": + version "7.20.0" + resolved "https://registry.npmmirror.com/@babel/types/-/types-7.20.0.tgz#52c94cf8a7e24e89d2a194c25c35b17a64871479" + integrity sha512-Jlgt3H0TajCW164wkTOTzHkZb075tMQMULzrLUoUeKmO7eFL96GgDxf7/Axhc5CAuKE3KFyVW1p6ysKsi2oXAg== + dependencies: + "@babel/helper-string-parser" "^7.19.4" + "@babel/helper-validator-identifier" "^7.19.1" + to-fast-properties "^2.0.0" + +"@cloudflare/kv-asset-handler@^0.2.0": + version "0.2.0" + resolved "https://registry.npmmirror.com/@cloudflare/kv-asset-handler/-/kv-asset-handler-0.2.0.tgz#c9959bbd7a1c40bd7c674adae98aa8c8d0e5ca68" + integrity sha512-MVbXLbTcAotOPUj0pAMhVtJ+3/kFkwJqc5qNOleOZTv6QkZZABDMS21dSrSlVswEHwrpWC03e4fWytjqKvuE2A== + dependencies: + mime "^3.0.0" + +"@esbuild/android-arm@0.15.13": + version "0.15.13" + resolved "https://registry.npmmirror.com/@esbuild/android-arm/-/android-arm-0.15.13.tgz#ce11237a13ee76d5eae3908e47ba4ddd380af86a" + integrity sha512-RY2fVI8O0iFUNvZirXaQ1vMvK0xhCcl0gqRj74Z6yEiO1zAUa7hbsdwZM1kzqbxHK7LFyMizipfXT3JME+12Hw== + +"@esbuild/linux-loong64@0.15.13": + version "0.15.13" + resolved "https://registry.npmmirror.com/@esbuild/linux-loong64/-/linux-loong64-0.15.13.tgz#64e8825bf0ce769dac94ee39d92ebe6272020dfc" + integrity sha512-+BoyIm4I8uJmH/QDIH0fu7MG0AEx9OXEDXnqptXCwKOlOqZiS4iraH1Nr7/ObLMokW3sOCeBNyD68ATcV9b9Ag== + +"@ioredis/commands@^1.1.1": + version "1.2.0" + resolved "https://registry.npmmirror.com/@ioredis/commands/-/commands-1.2.0.tgz#6d61b3097470af1fdbbe622795b8921d42018e11" + integrity sha512-Sx1pU8EM64o2BrqNpEO1CNLtKQwyhuXuqyfH7oGKCk+1a33d2r5saW8zNwm3j6BTExtjrv2BxTgzzkMwts6vGg== + +"@jridgewell/gen-mapping@^0.1.0": + version "0.1.1" + resolved "https://registry.npmmirror.com/@jridgewell/gen-mapping/-/gen-mapping-0.1.1.tgz#e5d2e450306a9491e3bd77e323e38d7aff315996" + integrity sha512-sQXCasFk+U8lWYEe66WxRDOE9PjVz4vSM51fTu3Hw+ClTpUSQb718772vH3pyS5pShp6lvQM7SxgIDXXXmOX7w== + dependencies: + "@jridgewell/set-array" "^1.0.0" + "@jridgewell/sourcemap-codec" "^1.4.10" + +"@jridgewell/gen-mapping@^0.3.0", "@jridgewell/gen-mapping@^0.3.2": + version "0.3.2" + resolved "https://registry.npmmirror.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.2.tgz#c1aedc61e853f2bb9f5dfe6d4442d3b565b253b9" + integrity sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A== + dependencies: + "@jridgewell/set-array" "^1.0.1" + "@jridgewell/sourcemap-codec" "^1.4.10" + "@jridgewell/trace-mapping" "^0.3.9" + +"@jridgewell/resolve-uri@3.1.0": + version "3.1.0" + resolved "https://registry.npmmirror.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz#2203b118c157721addfe69d47b70465463066d78" + integrity sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w== + +"@jridgewell/set-array@^1.0.0", "@jridgewell/set-array@^1.0.1": + version "1.1.2" + resolved "https://registry.npmmirror.com/@jridgewell/set-array/-/set-array-1.1.2.tgz#7c6cf998d6d20b914c0a55a91ae928ff25965e72" + integrity sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw== + +"@jridgewell/source-map@^0.3.2": + version "0.3.2" + resolved "https://registry.npmmirror.com/@jridgewell/source-map/-/source-map-0.3.2.tgz#f45351aaed4527a298512ec72f81040c998580fb" + integrity sha512-m7O9o2uR8k2ObDysZYzdfhb08VuEml5oWGiosa1VdaPZ/A6QyPkAJuwN0Q1lhULOf6B7MtQmHENS743hWtCrgw== + dependencies: + "@jridgewell/gen-mapping" "^0.3.0" + "@jridgewell/trace-mapping" "^0.3.9" + +"@jridgewell/sourcemap-codec@1.4.14", "@jridgewell/sourcemap-codec@^1.4.10": + version "1.4.14" + resolved "https://registry.npmmirror.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz#add4c98d341472a289190b424efbdb096991bb24" + integrity sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw== + +"@jridgewell/trace-mapping@^0.3.9": + version "0.3.17" + resolved "https://registry.npmmirror.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.17.tgz#793041277af9073b0951a7fe0f0d8c4c98c36985" + integrity sha512-MCNzAp77qzKca9+W/+I0+sEpaUnZoeasnghNeVc41VZCEKaCH73Vq3BZZ/SzWIgrqE4H4ceI+p+b6C0mHf9T4g== + dependencies: + "@jridgewell/resolve-uri" "3.1.0" + "@jridgewell/sourcemap-codec" "1.4.14" + +"@mapbox/node-pre-gyp@^1.0.5": + version "1.0.10" + resolved "https://registry.npmmirror.com/@mapbox/node-pre-gyp/-/node-pre-gyp-1.0.10.tgz#8e6735ccebbb1581e5a7e652244cadc8a844d03c" + integrity sha512-4ySo4CjzStuprMwk35H5pPbkymjv1SF3jGLj6rAHp/xT/RF7TL7bd9CTm1xDY49K2qF7jmR/g7k+SkLETP6opA== + dependencies: + detect-libc "^2.0.0" + https-proxy-agent "^5.0.0" + make-dir "^3.1.0" + node-fetch "^2.6.7" + nopt "^5.0.0" + npmlog "^5.0.1" + rimraf "^3.0.2" + semver "^7.3.5" + tar "^6.1.11" + +"@netlify/functions@^1.3.0": + version "1.3.0" + resolved "https://registry.npmmirror.com/@netlify/functions/-/functions-1.3.0.tgz#4305a3fb6b49caf56cd2be88d4b8534b1d5aff4f" + integrity sha512-hN/Fgpz8XIOBfsBPLYUMxVKBlCopgeqGB0popayicnmkFLnvKByTTMYgF01wcF9DBtBQdV0H2h1kPFpMl34I8w== + dependencies: + is-promise "^4.0.0" + +"@nodelib/fs.scandir@2.1.5": + version "2.1.5" + resolved "https://registry.npmmirror.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz#7619c2eb21b25483f6d167548b4cfd5a7488c3d5" + integrity sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g== + dependencies: + "@nodelib/fs.stat" "2.0.5" + run-parallel "^1.1.9" + +"@nodelib/fs.stat@2.0.5", "@nodelib/fs.stat@^2.0.2": + version "2.0.5" + resolved "https://registry.npmmirror.com/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz#5bd262af94e9d25bd1e71b05deed44876a222e8b" + integrity sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A== + +"@nodelib/fs.walk@^1.2.3": + version "1.2.8" + resolved "https://registry.npmmirror.com/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz#e95737e8bb6746ddedf69c556953494f196fe69a" + integrity sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg== + dependencies: + "@nodelib/fs.scandir" "2.1.5" + fastq "^1.6.0" + +"@nuxt/devalue@^2.0.0": + version "2.0.0" + resolved "https://registry.npmmirror.com/@nuxt/devalue/-/devalue-2.0.0.tgz#c7bd7e9a516514e612d5d2e511ffc399e0eac322" + integrity sha512-YBI/6o2EBz02tdEJRBK8xkt3zvOFOWlLBf7WKYGBsSYSRtjjgrqPe2skp6VLLmKx5WbHHDNcW+6oACaurxGzeA== + +"@nuxt/kit@3.0.0-rc.12", "@nuxt/kit@^3.0.0-rc.11": + version "3.0.0-rc.12" + resolved "https://registry.npmmirror.com/@nuxt/kit/-/kit-3.0.0-rc.12.tgz#637ab3e63d4213b886ab3cda19632bd08bc5ccb6" + integrity sha512-d/6SeNVL1OPdru5aKjjUIWIwqIjbYN/VYGCrZs5gddkzJ5202DsMxyn2rs/ZyT8+oBbbVTYcCK6M+G0945mQdA== + dependencies: + "@nuxt/schema" "3.0.0-rc.12" + c12 "^0.2.13" + consola "^2.15.3" + defu "^6.1.0" + globby "^13.1.2" + hash-sum "^2.0.0" + ignore "^5.2.0" + jiti "^1.16.0" + knitwork "^0.1.2" + lodash.template "^4.5.0" + mlly "^0.5.16" + pathe "^0.3.9" + pkg-types "^0.3.5" + scule "^0.3.2" + semver "^7.3.8" + unctx "^2.0.2" + unimport "^0.6.8" + untyped "^0.5.0" + +"@nuxt/schema@3.0.0-rc.12": + version "3.0.0-rc.12" + resolved "https://registry.npmmirror.com/@nuxt/schema/-/schema-3.0.0-rc.12.tgz#2980cb83738093db88143d406608cf39f0bfa9ff" + integrity sha512-LZFy8a+5tZKtqTHvUJrlCjZXmKPSmar4S/p3SpjzgIbc4jDuWzA5r4voUODozd2/bCnYxfYyNtOgtbJSJtDUrw== + dependencies: + c12 "^0.2.13" + create-require "^1.1.1" + defu "^6.1.0" + jiti "^1.16.0" + pathe "^0.3.9" + pkg-types "^0.3.5" + postcss-import-resolver "^2.0.0" + scule "^0.3.2" + std-env "^3.3.0" + ufo "^0.8.6" + unimport "^0.6.8" + untyped "^0.5.0" + +"@nuxt/telemetry@^2.1.6": + version "2.1.6" + resolved "https://registry.npmmirror.com/@nuxt/telemetry/-/telemetry-2.1.6.tgz#3fc1a60b9050353c470de198871d74be7758eab7" + integrity sha512-1+nhSxGTADRC4tMkKvt3gpgI659UHygNDx0eU9PJgNEtNoqeJ7gHAZ5cXyO4vw9g6ujgxbdEmoL8uHuyaANarA== + dependencies: + "@nuxt/kit" "^3.0.0-rc.11" + chalk "^5.1.0" + ci-info "^3.5.0" + consola "^2.15.3" + create-require "^1.1.1" + defu "^6.1.0" + destr "^1.1.1" + dotenv "^16.0.3" + fs-extra "^10.1.0" + git-url-parse "^13.1.0" + inquirer "^9.1.3" + is-docker "^3.0.0" + jiti "^1.16.0" + mri "^1.2.0" + nanoid "^4.0.0" + node-fetch "^3.2.10" + ohmyfetch "^0.4.19" + parse-git-config "^3.0.0" + rc9 "^1.2.2" + std-env "^3.2.1" + +"@nuxt/ui-templates@^0.4.0": + version "0.4.0" + resolved "https://registry.npmmirror.com/@nuxt/ui-templates/-/ui-templates-0.4.0.tgz#b1ee0dc1f8213b64b550d256e979b3af350fd950" + integrity sha512-oFjUfn9r9U4vNljd5uU08+6M3mF6OSxZfCrfqJQaN5TtqVTcZmZFzOZ4H866Lq+Eaugv/Vte225kuaZCB3FR/g== + +"@nuxt/vite-builder@3.0.0-rc.12": + version "3.0.0-rc.12" + resolved "https://registry.npmmirror.com/@nuxt/vite-builder/-/vite-builder-3.0.0-rc.12.tgz#8a2f156f8729263f5cf4f8b481b5faf078f62932" + integrity sha512-1jzEg2+Er9fzir8NvVnHAU8N4xda8IVzmqQQblKDWDE4v+zD5QLwk4Fp+l9Y74BZgH7pTogVSvEA01WdNQQUlw== + dependencies: + "@nuxt/kit" "3.0.0-rc.12" + "@rollup/plugin-replace" "^5.0.0" + "@vitejs/plugin-vue" "^3.1.2" + "@vitejs/plugin-vue-jsx" "^2.0.1" + autoprefixer "^10.4.12" + chokidar "^3.5.3" + cssnano "^5.1.13" + defu "^6.1.0" + esbuild "^0.15.11" + escape-string-regexp "^5.0.0" + estree-walker "^3.0.1" + externality "^0.2.2" + fs-extra "^10.1.0" + get-port-please "^2.6.1" + h3 "^0.8.4" + knitwork "^0.1.2" + magic-string "^0.26.7" + mlly "^0.5.16" + ohash "^0.1.5" + pathe "^0.3.9" + perfect-debounce "^0.1.3" + pkg-types "^0.3.5" + postcss "^8.4.18" + postcss-import "^15.0.0" + postcss-url "^10.1.3" + rollup "^2.79.1" + rollup-plugin-visualizer "^5.8.3" + ufo "^0.8.6" + unplugin "^0.10.0" + vite "~3.1.8" + vite-node "^0.24.3" + vite-plugin-checker "^0.5.1" + vue-bundle-renderer "^0.4.4" + +"@rollup/plugin-alias@^4.0.2": + version "4.0.2" + resolved "https://registry.npmmirror.com/@rollup/plugin-alias/-/plugin-alias-4.0.2.tgz#fec6c6aff8dd6fce580ae6bc5345084cd702bb62" + integrity sha512-1hv7dBOZZwo3SEupxn4UA2N0EDThqSSS+wI1St1TNTBtOZvUchyIClyHcnDcjjrReTPZ47Faedrhblv4n+T5UQ== + dependencies: + slash "^4.0.0" + +"@rollup/plugin-commonjs@^23.0.2": + version "23.0.2" + resolved "https://registry.npmmirror.com/@rollup/plugin-commonjs/-/plugin-commonjs-23.0.2.tgz#3a3a5b7b1b1cb29037eb4992edcaae997d7ebd92" + integrity sha512-e9ThuiRf93YlVxc4qNIurvv+Hp9dnD+4PjOqQs5vAYfcZ3+AXSrcdzXnVjWxcGQOa6KGJFcRZyUI3ktWLavFjg== + dependencies: + "@rollup/pluginutils" "^5.0.1" + commondir "^1.0.1" + estree-walker "^2.0.2" + glob "^8.0.3" + is-reference "1.2.1" + magic-string "^0.26.4" + +"@rollup/plugin-inject@^5.0.2": + version "5.0.2" + resolved "https://registry.npmmirror.com/@rollup/plugin-inject/-/plugin-inject-5.0.2.tgz#b26c0e6e73f39c118ffc1cf07cfbfd93459b93a6" + integrity sha512-zRthPC/sZ2OaQwPh2LvFn0A+3SyMAZR1Vqsp89mWkIuGXKswT8ty1JWj1pf7xdZvft4gHZaCuhdopuiCwjclWg== + dependencies: + "@rollup/pluginutils" "^5.0.1" + estree-walker "^2.0.2" + magic-string "^0.26.4" + +"@rollup/plugin-json@^5.0.1": + version "5.0.1" + resolved "https://registry.npmmirror.com/@rollup/plugin-json/-/plugin-json-5.0.1.tgz#d5cd67cc83ede42967447dfabbe1be45a091f5b7" + integrity sha512-QCwhZZLvM8nRcTHyR1vOgyTMiAnjiNj1ebD/BMRvbO1oc/z14lZH6PfxXeegee2B6mky/u9fia4fxRM4TqrUaw== + dependencies: + "@rollup/pluginutils" "^5.0.1" + +"@rollup/plugin-node-resolve@^15.0.1": + version "15.0.1" + resolved "https://registry.npmmirror.com/@rollup/plugin-node-resolve/-/plugin-node-resolve-15.0.1.tgz#72be449b8e06f6367168d5b3cd5e2802e0248971" + integrity sha512-ReY88T7JhJjeRVbfCyNj+NXAG3IIsVMsX9b5/9jC98dRP8/yxlZdz7mHZbHk5zHr24wZZICS5AcXsFZAXYUQEg== + dependencies: + "@rollup/pluginutils" "^5.0.1" + "@types/resolve" "1.20.2" + deepmerge "^4.2.2" + is-builtin-module "^3.2.0" + is-module "^1.0.0" + resolve "^1.22.1" + +"@rollup/plugin-replace@^5.0.0", "@rollup/plugin-replace@^5.0.1": + version "5.0.1" + resolved "https://registry.npmmirror.com/@rollup/plugin-replace/-/plugin-replace-5.0.1.tgz#49a57af3e6df111a9e75dea3f3572741f4c5c83e" + integrity sha512-Z3MfsJ4CK17BfGrZgvrcp/l6WXoKb0kokULO+zt/7bmcyayokDaQ2K3eDJcRLCTAlp5FPI4/gz9MHAsosz4Rag== + dependencies: + "@rollup/pluginutils" "^5.0.1" + magic-string "^0.26.4" + +"@rollup/plugin-wasm@^6.0.1": + version "6.0.1" + resolved "https://registry.npmmirror.com/@rollup/plugin-wasm/-/plugin-wasm-6.0.1.tgz#3dc69aac67b6e8e44c17d0a6d8d86d5699031c3a" + integrity sha512-a5yRknFQG/QGhb1xGkazWXgjpsv0hhWlx34irsf5adMEo55NdpzhZLg+jx49u+bzH6ekktuFg2WKA1RAF+WEDQ== + +"@rollup/pluginutils@^4.2.1": + version "4.2.1" + resolved "https://registry.npmmirror.com/@rollup/pluginutils/-/pluginutils-4.2.1.tgz#e6c6c3aba0744edce3fb2074922d3776c0af2a6d" + integrity sha512-iKnFXr7NkdZAIHiIWE+BX5ULi/ucVFYWD6TbAV+rZctiRTY2PL6tsIKhoIOaoskiWAkgu+VsbXgUVDNLHf+InQ== + dependencies: + estree-walker "^2.0.1" + picomatch "^2.2.2" + +"@rollup/pluginutils@^5.0.1", "@rollup/pluginutils@^5.0.2": + version "5.0.2" + resolved "https://registry.npmmirror.com/@rollup/pluginutils/-/pluginutils-5.0.2.tgz#012b8f53c71e4f6f9cb317e311df1404f56e7a33" + integrity sha512-pTd9rIsP92h+B6wWwFbW8RkZv4hiR/xKsqre4SIuAOaOEQRxi0lqLke9k2/7WegC85GgUs9pjmOjCUi3In4vwA== + dependencies: + "@types/estree" "^1.0.0" + estree-walker "^2.0.2" + picomatch "^2.3.1" + +"@trysound/sax@0.2.0": + version "0.2.0" + resolved "https://registry.npmmirror.com/@trysound/sax/-/sax-0.2.0.tgz#cccaab758af56761eb7bf37af6f03f326dd798ad" + integrity sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA== + +"@types/estree@*", "@types/estree@^1.0.0": + version "1.0.0" + resolved "https://registry.npmmirror.com/@types/estree/-/estree-1.0.0.tgz#5fb2e536c1ae9bf35366eed879e827fa59ca41c2" + integrity sha512-WulqXMDUTYAXCjZnk6JtIHPigp55cVtDgDrO2gHRwhyJto21+1zbVCtOYB2L1F9w4qCQ0rOGWBnBe0FNTiEJIQ== + +"@types/node@*": + version "18.11.9" + resolved "https://registry.npmmirror.com/@types/node/-/node-18.11.9.tgz#02d013de7058cea16d36168ef2fc653464cfbad4" + integrity sha512-CRpX21/kGdzjOpFsZSkcrXMGIBWMGNIHXXBVFSH+ggkftxg+XYP20TESbh+zFvFj3EQOl5byk0HTRn1IL6hbqg== + +"@types/resolve@1.20.2": + version "1.20.2" + resolved "https://registry.npmmirror.com/@types/resolve/-/resolve-1.20.2.tgz#97d26e00cd4a0423b4af620abecf3e6f442b7975" + integrity sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q== + +"@vercel/nft@^0.22.1": + version "0.22.1" + resolved "https://registry.npmmirror.com/@vercel/nft/-/nft-0.22.1.tgz#0d91d2a21e3a7f0b23ce1550da9870eac4942828" + integrity sha512-lYYZIoxRurqDOSoVIdBicGnpUIpfyaS5qVjdPq+EfI285WqtZK3NK/dyCkiyBul+X2U2OEhRyeMdXPCHGJbohw== + dependencies: + "@mapbox/node-pre-gyp" "^1.0.5" + acorn "^8.6.0" + async-sema "^3.1.1" + bindings "^1.4.0" + estree-walker "2.0.2" + glob "^7.1.3" + graceful-fs "^4.2.9" + micromatch "^4.0.2" + node-gyp-build "^4.2.2" + resolve-from "^5.0.0" + rollup-pluginutils "^2.8.2" + +"@vitejs/plugin-vue-jsx@^2.0.1": + version "2.1.0" + resolved "https://registry.npmmirror.com/@vitejs/plugin-vue-jsx/-/plugin-vue-jsx-2.1.0.tgz#6bdea38ed97e72d98032d3d71491e315a0be37d2" + integrity sha512-vvL8MHKN0hUf5LE+/rCk1rduwzW6NihD6xEfM4s1gGCSWQFYd5zLdxBs++z3S7AV/ynr7Yig5Xp1Bm0wlB4IAA== + dependencies: + "@babel/core" "^7.19.6" + "@babel/plugin-transform-typescript" "^7.19.3" + "@vue/babel-plugin-jsx" "^1.1.1" + +"@vitejs/plugin-vue@^3.1.2": + version "3.2.0" + resolved "https://registry.npmmirror.com/@vitejs/plugin-vue/-/plugin-vue-3.2.0.tgz#a1484089dd85d6528f435743f84cdd0d215bbb54" + integrity sha512-E0tnaL4fr+qkdCNxJ+Xd0yM31UwMkQje76fsDVBBUCoGOUPexu2VDUYHL8P4CwV+zMvWw6nlRw19OnRKmYAJpw== + +"@vue/babel-helper-vue-transform-on@^1.0.2": + version "1.0.2" + resolved "https://registry.npmmirror.com/@vue/babel-helper-vue-transform-on/-/babel-helper-vue-transform-on-1.0.2.tgz#9b9c691cd06fc855221a2475c3cc831d774bc7dc" + integrity sha512-hz4R8tS5jMn8lDq6iD+yWL6XNB699pGIVLk7WSJnn1dbpjaazsjZQkieJoRX6gW5zpYSCFqQ7jUquPNY65tQYA== + +"@vue/babel-plugin-jsx@^1.1.1": + version "1.1.1" + resolved "https://registry.npmmirror.com/@vue/babel-plugin-jsx/-/babel-plugin-jsx-1.1.1.tgz#0c5bac27880d23f89894cd036a37b55ef61ddfc1" + integrity sha512-j2uVfZjnB5+zkcbc/zsOc0fSNGCMMjaEXP52wdwdIfn0qjFfEYpYZBFKFg+HHnQeJCVrjOeO0YxgaL7DMrym9w== + dependencies: + "@babel/helper-module-imports" "^7.0.0" + "@babel/plugin-syntax-jsx" "^7.0.0" + "@babel/template" "^7.0.0" + "@babel/traverse" "^7.0.0" + "@babel/types" "^7.0.0" + "@vue/babel-helper-vue-transform-on" "^1.0.2" + camelcase "^6.0.0" + html-tags "^3.1.0" + svg-tags "^1.0.0" + +"@vue/compiler-core@3.2.41": + version "3.2.41" + resolved "https://registry.npmmirror.com/@vue/compiler-core/-/compiler-core-3.2.41.tgz#fb5b25f23817400f44377d878a0cdead808453ef" + integrity sha512-oA4mH6SA78DT+96/nsi4p9DX97PHcNROxs51lYk7gb9Z4BPKQ3Mh+BLn6CQZBw857Iuhu28BfMSRHAlPvD4vlw== + dependencies: + "@babel/parser" "^7.16.4" + "@vue/shared" "3.2.41" + estree-walker "^2.0.2" + source-map "^0.6.1" + +"@vue/compiler-dom@3.2.41": + version "3.2.41" + resolved "https://registry.npmmirror.com/@vue/compiler-dom/-/compiler-dom-3.2.41.tgz#dc63dcd3ce8ca8a8721f14009d498a7a54380299" + integrity sha512-xe5TbbIsonjENxJsYRbDJvthzqxLNk+tb3d/c47zgREDa/PCp6/Y4gC/skM4H6PIuX5DAxm7fFJdbjjUH2QTMw== + dependencies: + "@vue/compiler-core" "3.2.41" + "@vue/shared" "3.2.41" + +"@vue/compiler-sfc@3.2.41": + version "3.2.41" + resolved "https://registry.npmmirror.com/@vue/compiler-sfc/-/compiler-sfc-3.2.41.tgz#238fb8c48318408c856748f4116aff8cc1dc2a73" + integrity sha512-+1P2m5kxOeaxVmJNXnBskAn3BenbTmbxBxWOtBq3mQTCokIreuMULFantBUclP0+KnzNCMOvcnKinqQZmiOF8w== + dependencies: + "@babel/parser" "^7.16.4" + "@vue/compiler-core" "3.2.41" + "@vue/compiler-dom" "3.2.41" + "@vue/compiler-ssr" "3.2.41" + "@vue/reactivity-transform" "3.2.41" + "@vue/shared" "3.2.41" + estree-walker "^2.0.2" + magic-string "^0.25.7" + postcss "^8.1.10" + source-map "^0.6.1" + +"@vue/compiler-ssr@3.2.41": + version "3.2.41" + resolved "https://registry.npmmirror.com/@vue/compiler-ssr/-/compiler-ssr-3.2.41.tgz#344f564d68584b33367731c04ffc949784611fcb" + integrity sha512-Y5wPiNIiaMz/sps8+DmhaKfDm1xgj6GrH99z4gq2LQenfVQcYXmHIOBcs5qPwl7jaW3SUQWjkAPKMfQemEQZwQ== + dependencies: + "@vue/compiler-dom" "3.2.41" + "@vue/shared" "3.2.41" + +"@vue/devtools-api@^6.4.5": + version "6.4.5" + resolved "https://registry.npmmirror.com/@vue/devtools-api/-/devtools-api-6.4.5.tgz#d54e844c1adbb1e677c81c665ecef1a2b4bb8380" + integrity sha512-JD5fcdIuFxU4fQyXUu3w2KpAJHzTVdN+p4iOX2lMWSHMOoQdMAcpFLZzm9Z/2nmsoZ1a96QEhZ26e50xLBsgOQ== + +"@vue/reactivity-transform@3.2.41": + version "3.2.41" + resolved "https://registry.npmmirror.com/@vue/reactivity-transform/-/reactivity-transform-3.2.41.tgz#9ff938877600c97f646e09ac1959b5150fb11a0c" + integrity sha512-mK5+BNMsL4hHi+IR3Ft/ho6Za+L3FA5j8WvreJ7XzHrqkPq8jtF/SMo7tuc9gHjLDwKZX1nP1JQOKo9IEAn54A== + dependencies: + "@babel/parser" "^7.16.4" + "@vue/compiler-core" "3.2.41" + "@vue/shared" "3.2.41" + estree-walker "^2.0.2" + magic-string "^0.25.7" + +"@vue/reactivity@3.2.41", "@vue/reactivity@^3.2.41": + version "3.2.41" + resolved "https://registry.npmmirror.com/@vue/reactivity/-/reactivity-3.2.41.tgz#0ad3bdf76d76822da1502dc9f394dafd02642963" + integrity sha512-9JvCnlj8uc5xRiQGZ28MKGjuCoPhhTwcoAdv3o31+cfGgonwdPNuvqAXLhlzu4zwqavFEG5tvaoINQEfxz+l6g== + dependencies: + "@vue/shared" "3.2.41" + +"@vue/runtime-core@3.2.41": + version "3.2.41" + resolved "https://registry.npmmirror.com/@vue/runtime-core/-/runtime-core-3.2.41.tgz#775bfc00b3fadbaddab77138f23322aee3517a76" + integrity sha512-0LBBRwqnI0p4FgIkO9q2aJBBTKDSjzhnxrxHYengkAF6dMOjeAIZFDADAlcf2h3GDALWnblbeprYYpItiulSVQ== + dependencies: + "@vue/reactivity" "3.2.41" + "@vue/shared" "3.2.41" + +"@vue/runtime-dom@3.2.41": + version "3.2.41" + resolved "https://registry.npmmirror.com/@vue/runtime-dom/-/runtime-dom-3.2.41.tgz#cdf86be7410f7b15c29632a96ce879e5b4c9ab92" + integrity sha512-U7zYuR1NVIP8BL6jmOqmapRAHovEFp7CSw4pR2FacqewXNGqZaRfHoNLQsqQvVQ8yuZNZtxSZy0FFyC70YXPpA== + dependencies: + "@vue/runtime-core" "3.2.41" + "@vue/shared" "3.2.41" + csstype "^2.6.8" + +"@vue/server-renderer@3.2.41": + version "3.2.41" + resolved "https://registry.npmmirror.com/@vue/server-renderer/-/server-renderer-3.2.41.tgz#ca64552c05878f94e8d191ac439141c06c0fb2ad" + integrity sha512-7YHLkfJdTlsZTV0ae5sPwl9Gn/EGr2hrlbcS/8naXm2CDpnKUwC68i1wGlrYAfIgYWL7vUZwk2GkYLQH5CvFig== + dependencies: + "@vue/compiler-ssr" "3.2.41" + "@vue/shared" "3.2.41" + +"@vue/shared@3.2.41", "@vue/shared@^3.2.41": + version "3.2.41" + resolved "https://registry.npmmirror.com/@vue/shared/-/shared-3.2.41.tgz#fbc95422df654ea64e8428eced96ba6ad555d2bb" + integrity sha512-W9mfWLHmJhkfAmV+7gDjcHeAWALQtgGT3JErxULl0oz6R6+3ug91I7IErs93eCFhPCZPHBs4QJS7YWEV7A3sxw== + +"@vueuse/head@~1.0.0-rc.9": + version "1.0.0-rc.14" + resolved "https://registry.npmmirror.com/@vueuse/head/-/head-1.0.0-rc.14.tgz#472158508c279620311f53be54bb06fa562d37c1" + integrity sha512-3DtOfSE1141IKPIq4AR5UXQZPWQFSd7E5f3M+HkBRyxWsyxbNBBmK5hqkSYc2ENoFXa3xPhLYZXJPKuxqfJmiA== + dependencies: + "@vueuse/shared" "^9.3.1" + "@zhead/schema" "^0.9.9" + "@zhead/schema-vue" "^0.9.9" + +"@vueuse/shared@^9.2.0", "@vueuse/shared@^9.3.1": + version "9.4.0" + resolved "https://registry.npmmirror.com/@vueuse/shared/-/shared-9.4.0.tgz#634022fe42b3d5ece1d81d749724966f5071c8c3" + integrity sha512-fTuem51KwMCnqUKkI8B57qAIMcFovtGgsCtAeqxIzH3i6nE9VYge+gVfneNHAAy7lj8twbkNfqQSygOPJTm4tQ== + dependencies: + vue-demi "*" + +"@zhead/schema-vue@^0.9.9": + version "0.9.9" + resolved "https://registry.npmmirror.com/@zhead/schema-vue/-/schema-vue-0.9.9.tgz#abc38295bdfa01145d0cc5b24de4c8ae775d8b6e" + integrity sha512-f7sOPMc1zQJ+tDDWWaksNsGoGGuRv5aHvOdZvsL3dIxbiHVlGVhDi/HZbUUupCtlYAPv2D8E/tUmwWKh/UrbXw== + dependencies: + "@vueuse/shared" "^9.2.0" + "@zhead/schema" "0.9.9" + +"@zhead/schema@0.9.9", "@zhead/schema@^0.9.9": + version "0.9.9" + resolved "https://registry.npmmirror.com/@zhead/schema/-/schema-0.9.9.tgz#b12aa250625bac8831f58316c6aec575392a8d4b" + integrity sha512-B/No5zsZB1gz6BT7OKcD0rbyZCGoF6ImeQm2ffupQrgUpYAIv/LGtn3RVNSOcX2R2DB4g79UtuIwK0OxugFjJQ== + +abbrev@1: + version "1.1.1" + resolved "https://registry.npmmirror.com/abbrev/-/abbrev-1.1.1.tgz#f8f2c887ad10bf67f634f005b6987fed3179aac8" + integrity sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q== + +acorn@^8.5.0, acorn@^8.6.0, acorn@^8.8.0: + version "8.8.1" + resolved "https://registry.npmmirror.com/acorn/-/acorn-8.8.1.tgz#0a3f9cbecc4ec3bea6f0a80b66ae8dd2da250b73" + integrity sha512-7zFpHzhnqYKrkYdUjF1HI1bzd0VygEGX8lFk4k5zVMqHEoES+P+7TKI+EvLO9WVMJ8eekdO0aDEK044xTXwPPA== + +agent-base@6: + version "6.0.2" + resolved "https://registry.npmmirror.com/agent-base/-/agent-base-6.0.2.tgz#49fff58577cfee3f37176feab4c22e00f86d7f77" + integrity sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ== + dependencies: + debug "4" + +ansi-escapes@^4.3.0: + version "4.3.2" + resolved "https://registry.npmmirror.com/ansi-escapes/-/ansi-escapes-4.3.2.tgz#6b2291d1db7d98b6521d5f1efa42d0f3a9feb65e" + integrity sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ== + dependencies: + type-fest "^0.21.3" + +ansi-escapes@^6.0.0: + version "6.0.0" + resolved "https://registry.npmmirror.com/ansi-escapes/-/ansi-escapes-6.0.0.tgz#68c580e87a489f6df3d761028bb93093fde6bd8a" + integrity sha512-IG23inYII3dWlU2EyiAiGj6Bwal5GzsgPMwjYGvc1HPE2dgbj4ZB5ToWBKSquKw74nB3TIuOwaI6/jSULzfgrw== + dependencies: + type-fest "^3.0.0" + +ansi-regex@^5.0.1: + version "5.0.1" + resolved "https://registry.npmmirror.com/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53bd6a4dc5301db304" + integrity sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ== + +ansi-regex@^6.0.1: + version "6.0.1" + resolved "https://registry.npmmirror.com/ansi-regex/-/ansi-regex-6.0.1.tgz#3183e38fae9a65d7cb5e53945cd5897d0260a06a" + integrity sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA== + +ansi-styles@^3.2.1: + version "3.2.1" + resolved "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d" + integrity sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA== + dependencies: + color-convert "^1.9.0" + +ansi-styles@^4.0.0, ansi-styles@^4.1.0: + version "4.3.0" + resolved "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-4.3.0.tgz#edd803628ae71c04c85ae7a0906edad34b648937" + integrity sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg== + dependencies: + color-convert "^2.0.1" + +ansi-styles@^6.1.0: + version "6.2.1" + resolved "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-6.2.1.tgz#0e62320cf99c21afff3b3012192546aacbfb05c5" + integrity sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug== + +anymatch@^3.1.2, anymatch@~3.1.2: + version "3.1.2" + resolved "https://registry.npmmirror.com/anymatch/-/anymatch-3.1.2.tgz#c0557c096af32f106198f4f4e2a383537e378716" + integrity sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg== + dependencies: + normalize-path "^3.0.0" + picomatch "^2.0.4" + +"aproba@^1.0.3 || ^2.0.0": + version "2.0.0" + resolved "https://registry.npmmirror.com/aproba/-/aproba-2.0.0.tgz#52520b8ae5b569215b354efc0caa3fe1e45a8adc" + integrity sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ== + +arch@^2.2.0: + version "2.2.0" + resolved "https://registry.npmmirror.com/arch/-/arch-2.2.0.tgz#1bc47818f305764f23ab3306b0bfc086c5a29d11" + integrity sha512-Of/R0wqp83cgHozfIYLbBMnej79U/SVGOOyuB3VVFv1NRM/PSFMK12x9KVtiYzJqmnU5WR2qp0Z5rHb7sWGnFQ== + +archiver-utils@^2.1.0: + version "2.1.0" + resolved "https://registry.npmmirror.com/archiver-utils/-/archiver-utils-2.1.0.tgz#e8a460e94b693c3e3da182a098ca6285ba9249e2" + integrity sha512-bEL/yUb/fNNiNTuUz979Z0Yg5L+LzLxGJz8x79lYmR54fmTIb6ob/hNQgkQnIUDWIFjZVQwl9Xs356I6BAMHfw== + dependencies: + glob "^7.1.4" + graceful-fs "^4.2.0" + lazystream "^1.0.0" + lodash.defaults "^4.2.0" + lodash.difference "^4.5.0" + lodash.flatten "^4.4.0" + lodash.isplainobject "^4.0.6" + lodash.union "^4.6.0" + normalize-path "^3.0.0" + readable-stream "^2.0.0" + +archiver@^5.3.1: + version "5.3.1" + resolved "https://registry.npmmirror.com/archiver/-/archiver-5.3.1.tgz#21e92811d6f09ecfce649fbefefe8c79e57cbbb6" + integrity sha512-8KyabkmbYrH+9ibcTScQ1xCJC/CGcugdVIwB+53f5sZziXgwUh3iXlAlANMxcZyDEfTHMe6+Z5FofV8nopXP7w== + dependencies: + archiver-utils "^2.1.0" + async "^3.2.3" + buffer-crc32 "^0.2.1" + readable-stream "^3.6.0" + readdir-glob "^1.0.0" + tar-stream "^2.2.0" + zip-stream "^4.1.0" + +are-we-there-yet@^2.0.0: + version "2.0.0" + resolved "https://registry.npmmirror.com/are-we-there-yet/-/are-we-there-yet-2.0.0.tgz#372e0e7bd279d8e94c653aaa1f67200884bf3e1c" + integrity sha512-Ci/qENmwHnsYo9xKIcUJN5LeDKdJ6R1Z1j9V/J5wyq8nh/mYPEpIKJbBZXtZjG04HiK7zV/p6Vs9952MrMeUIw== + dependencies: + delegates "^1.0.0" + readable-stream "^3.6.0" + +async-sema@^3.1.1: + version "3.1.1" + resolved "https://registry.npmmirror.com/async-sema/-/async-sema-3.1.1.tgz#e527c08758a0f8f6f9f15f799a173ff3c40ea808" + integrity sha512-tLRNUXati5MFePdAk8dw7Qt7DpxPB60ofAgn8WRhW6a2rcimZnYBP9oxHiv0OHy+Wz7kPMG+t4LGdt31+4EmGg== + +async@^3.2.3: + version "3.2.4" + resolved "https://registry.npmmirror.com/async/-/async-3.2.4.tgz#2d22e00f8cddeb5fde5dd33522b56d1cf569a81c" + integrity sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ== + +autoprefixer@^10.4.12: + version "10.4.13" + resolved "https://registry.npmmirror.com/autoprefixer/-/autoprefixer-10.4.13.tgz#b5136b59930209a321e9fa3dca2e7c4d223e83a8" + integrity sha512-49vKpMqcZYsJjwotvt4+h/BCjJVnhGwcLpDt5xkcaOG3eLrG/HUYLagrihYsQ+qrIBgIzX1Rw7a6L8I/ZA1Atg== + dependencies: + browserslist "^4.21.4" + caniuse-lite "^1.0.30001426" + fraction.js "^4.2.0" + normalize-range "^0.1.2" + picocolors "^1.0.0" + postcss-value-parser "^4.2.0" + +balanced-match@^1.0.0: + version "1.0.2" + resolved "https://registry.npmmirror.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee" + integrity sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw== + +base64-js@^1.3.1: + version "1.5.1" + resolved "https://registry.npmmirror.com/base64-js/-/base64-js-1.5.1.tgz#1b1b440160a5bf7ad40b650f095963481903930a" + integrity sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA== + +binary-extensions@^2.0.0: + version "2.2.0" + resolved "https://registry.npmmirror.com/binary-extensions/-/binary-extensions-2.2.0.tgz#75f502eeaf9ffde42fc98829645be4ea76bd9e2d" + integrity sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA== + +bindings@^1.4.0: + version "1.5.0" + resolved "https://registry.npmmirror.com/bindings/-/bindings-1.5.0.tgz#10353c9e945334bc0511a6d90b38fbc7c9c504df" + integrity sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ== + dependencies: + file-uri-to-path "1.0.0" + +bl@^4.0.3: + version "4.1.0" + resolved "https://registry.npmmirror.com/bl/-/bl-4.1.0.tgz#451535264182bec2fbbc83a62ab98cf11d9f7b3a" + integrity sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w== + dependencies: + buffer "^5.5.0" + inherits "^2.0.4" + readable-stream "^3.4.0" + +bl@^5.0.0: + version "5.1.0" + resolved "https://registry.npmmirror.com/bl/-/bl-5.1.0.tgz#183715f678c7188ecef9fe475d90209400624273" + integrity sha512-tv1ZJHLfTDnXE6tMHv73YgSJaWR2AFuPwMntBe7XL/GBFHnT0CLnsHMogfk5+GzCDC5ZWarSCYaIGATZt9dNsQ== + dependencies: + buffer "^6.0.3" + inherits "^2.0.4" + readable-stream "^3.4.0" + +boolbase@^1.0.0: + version "1.0.0" + resolved "https://registry.npmmirror.com/boolbase/-/boolbase-1.0.0.tgz#68dff5fbe60c51eb37725ea9e3ed310dcc1e776e" + integrity sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww== + +brace-expansion@^1.1.7: + version "1.1.11" + resolved "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd" + integrity sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA== + dependencies: + balanced-match "^1.0.0" + concat-map "0.0.1" + +brace-expansion@^2.0.1: + version "2.0.1" + resolved "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-2.0.1.tgz#1edc459e0f0c548486ecf9fc99f2221364b9a0ae" + integrity sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA== + dependencies: + balanced-match "^1.0.0" + +braces@^3.0.2, braces@~3.0.2: + version "3.0.2" + resolved "https://registry.npmmirror.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107" + integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A== + dependencies: + fill-range "^7.0.1" + +browserslist@^4.0.0, browserslist@^4.16.6, browserslist@^4.21.3, browserslist@^4.21.4: + version "4.21.4" + resolved "https://registry.npmmirror.com/browserslist/-/browserslist-4.21.4.tgz#e7496bbc67b9e39dd0f98565feccdcb0d4ff6987" + integrity sha512-CBHJJdDmgjl3daYjN5Cp5kbTf1mUhZoS+beLklHIvkOWscs83YAhLlF3Wsh/lciQYAcbBJgTOD44VtG31ZM4Hw== + dependencies: + caniuse-lite "^1.0.30001400" + electron-to-chromium "^1.4.251" + node-releases "^2.0.6" + update-browserslist-db "^1.0.9" + +buffer-crc32@^0.2.1, buffer-crc32@^0.2.13: + version "0.2.13" + resolved "https://registry.npmmirror.com/buffer-crc32/-/buffer-crc32-0.2.13.tgz#0d333e3f00eac50aa1454abd30ef8c2a5d9a7242" + integrity sha512-VO9Ht/+p3SN7SKWqcrgEzjGbRSJYTx+Q1pTQC0wrWqHx0vpJraQ6GtHx8tvcg1rlK1byhU5gccxgOgj7B0TDkQ== + +buffer-from@^1.0.0: + version "1.1.2" + resolved "https://registry.npmmirror.com/buffer-from/-/buffer-from-1.1.2.tgz#2b146a6fd72e80b4f55d255f35ed59a3a9a41bd5" + integrity sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ== + +buffer@^5.5.0: + version "5.7.1" + resolved "https://registry.npmmirror.com/buffer/-/buffer-5.7.1.tgz#ba62e7c13133053582197160851a8f648e99eed0" + integrity sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ== + dependencies: + base64-js "^1.3.1" + ieee754 "^1.1.13" + +buffer@^6.0.3: + version "6.0.3" + resolved "https://registry.npmmirror.com/buffer/-/buffer-6.0.3.tgz#2ace578459cc8fbe2a70aaa8f52ee63b6a74c6c6" + integrity sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA== + dependencies: + base64-js "^1.3.1" + ieee754 "^1.2.1" + +builtin-modules@^3.3.0: + version "3.3.0" + resolved "https://registry.npmmirror.com/builtin-modules/-/builtin-modules-3.3.0.tgz#cae62812b89801e9656336e46223e030386be7b6" + integrity sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw== + +busboy@^1.6.0: + version "1.6.0" + resolved "https://registry.npmmirror.com/busboy/-/busboy-1.6.0.tgz#966ea36a9502e43cdb9146962523b92f531f6893" + integrity sha512-8SFQbg/0hQ9xy3UNTB0YEnsNBbWfhf7RtnzpL7TkBiTBRfrQ9Fxcnz7VJsleJpyp6rVLvXiuORqjlHi5q+PYuA== + dependencies: + streamsearch "^1.1.0" + +c12@^0.2.13: + version "0.2.13" + resolved "https://registry.npmmirror.com/c12/-/c12-0.2.13.tgz#c5eb795684cfecdbc5f0d31bb13df6f2f0913420" + integrity sha512-wJL0/knDbqM/3moLb+8Xd+w3JdkggkIIhiNBkxZ1mWlskKC/vajb85wM3UPg/D9nK6RbI1NgaVTg6AeXBVbknA== + dependencies: + defu "^6.1.0" + dotenv "^16.0.2" + gittar "^0.1.1" + jiti "^1.15.0" + mlly "^0.5.14" + pathe "^0.3.8" + pkg-types "^0.3.5" + rc9 "^1.2.2" + +camelcase@^6.0.0: + version "6.3.0" + resolved "https://registry.npmmirror.com/camelcase/-/camelcase-6.3.0.tgz#5685b95eb209ac9c0c177467778c9c84df58ba9a" + integrity sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA== + +camera-controls@^1.37.3: + version "1.37.3" + resolved "https://registry.npmmirror.com/camera-controls/-/camera-controls-1.37.3.tgz#62ab6c2c378c67f15a58e1499e6197bd8a90bf4a" + integrity sha512-6r9SRuIVWD48G3ppHHsP2M5Tfjz1yvmq1/jpTpd9qdqExp5ecwmHY9iQrCEXU5CdBuPPeVt0QMHYi2GKPVIHkQ== + +caniuse-api@^3.0.0: + version "3.0.0" + resolved "https://registry.npmmirror.com/caniuse-api/-/caniuse-api-3.0.0.tgz#5e4d90e2274961d46291997df599e3ed008ee4c0" + integrity sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw== + dependencies: + browserslist "^4.0.0" + caniuse-lite "^1.0.0" + lodash.memoize "^4.1.2" + lodash.uniq "^4.5.0" + +caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001400, caniuse-lite@^1.0.30001426: + version "1.0.30001430" + resolved "https://registry.npmmirror.com/caniuse-lite/-/caniuse-lite-1.0.30001430.tgz#638a8ae00b5a8a97e66ff43733b2701f81b101fa" + integrity sha512-IB1BXTZKPDVPM7cnV4iaKaHxckvdr/3xtctB3f7Hmenx3qYBhGtTZ//7EllK66aKXW98Lx0+7Yr0kxBtIt3tzg== + +chalk@^2.0.0: + version "2.4.2" + resolved "https://registry.npmmirror.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424" + integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ== + dependencies: + ansi-styles "^3.2.1" + escape-string-regexp "^1.0.5" + supports-color "^5.3.0" + +chalk@^4.1.1: + version "4.1.2" + resolved "https://registry.npmmirror.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01" + integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA== + dependencies: + ansi-styles "^4.1.0" + supports-color "^7.1.0" + +chalk@^5.0.0, chalk@^5.1.0, chalk@^5.1.2: + version "5.1.2" + resolved "https://registry.npmmirror.com/chalk/-/chalk-5.1.2.tgz#d957f370038b75ac572471e83be4c5ca9f8e8c45" + integrity sha512-E5CkT4jWURs1Vy5qGJye+XwCkNj7Od3Af7CP6SujMetSMkLs8Do2RWJK5yx1wamHV/op8Rz+9rltjaTQWDnEFQ== + +chardet@^0.7.0: + version "0.7.0" + resolved "https://registry.npmmirror.com/chardet/-/chardet-0.7.0.tgz#90094849f0937f2eedc2425d0d28a9e5f0cbad9e" + integrity sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA== + +chokidar@^3.5.1, chokidar@^3.5.3: + version "3.5.3" + resolved "https://registry.npmmirror.com/chokidar/-/chokidar-3.5.3.tgz#1cf37c8707b932bd1af1ae22c0432e2acd1903bd" + integrity sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw== + dependencies: + anymatch "~3.1.2" + braces "~3.0.2" + glob-parent "~5.1.2" + is-binary-path "~2.1.0" + is-glob "~4.0.1" + normalize-path "~3.0.0" + readdirp "~3.6.0" + optionalDependencies: + fsevents "~2.3.2" + +chownr@^1.1.4: + version "1.1.4" + resolved "https://registry.npmmirror.com/chownr/-/chownr-1.1.4.tgz#6fc9d7b42d32a583596337666e7d08084da2cc6b" + integrity sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg== + +chownr@^2.0.0: + version "2.0.0" + resolved "https://registry.npmmirror.com/chownr/-/chownr-2.0.0.tgz#15bfbe53d2eab4cf70f18a8cd68ebe5b3cb1dece" + integrity sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ== + +ci-info@^3.5.0: + version "3.5.0" + resolved "https://registry.npmmirror.com/ci-info/-/ci-info-3.5.0.tgz#bfac2a29263de4c829d806b1ab478e35091e171f" + integrity sha512-yH4RezKOGlOhxkmhbeNuC4eYZKAUsEaGtBuBzDDP1eFUKiccDWzBABxBfOx31IDwDIXMTxWuwAxUGModvkbuVw== + +cli-cursor@^4.0.0: + version "4.0.0" + resolved "https://registry.npmmirror.com/cli-cursor/-/cli-cursor-4.0.0.tgz#3cecfe3734bf4fe02a8361cbdc0f6fe28c6a57ea" + integrity sha512-VGtlMu3x/4DOtIUwEkRezxUZ2lBacNJCHash0N0WeZDBS+7Ux1dm3XWAgWYxLJFMMdOeXMHXorshEFhbMSGelg== + dependencies: + restore-cursor "^4.0.0" + +cli-spinners@^2.6.1: + version "2.7.0" + resolved "https://registry.npmmirror.com/cli-spinners/-/cli-spinners-2.7.0.tgz#f815fd30b5f9eaac02db604c7a231ed7cb2f797a" + integrity sha512-qu3pN8Y3qHNgE2AFweciB1IfMnmZ/fsNTEE+NOFjmGB2F/7rLhnhzppvpCnN4FovtP26k8lHyy9ptEbNwWFLzw== + +cli-width@^4.0.0: + version "4.0.0" + resolved "https://registry.npmmirror.com/cli-width/-/cli-width-4.0.0.tgz#a5622f6a3b0a9e3e711a25f099bf2399f608caf6" + integrity sha512-ZksGS2xpa/bYkNzN3BAw1wEjsLV/ZKOf/CCrJ/QOBsxx6fOARIkwTutxp1XIOIohi6HKmOFjMoK/XaqDVUpEEw== + +clipboardy@^3.0.0: + version "3.0.0" + resolved "https://registry.npmmirror.com/clipboardy/-/clipboardy-3.0.0.tgz#f3876247404d334c9ed01b6f269c11d09a5e3092" + integrity sha512-Su+uU5sr1jkUy1sGRpLKjKrvEOVXgSgiSInwa/qeID6aJ07yh+5NWc3h2QfjHjBnfX4LhtFcuAWKUsJ3r+fjbg== + dependencies: + arch "^2.2.0" + execa "^5.1.1" + is-wsl "^2.2.0" + +cliui@^8.0.1: + version "8.0.1" + resolved "https://registry.npmmirror.com/cliui/-/cliui-8.0.1.tgz#0c04b075db02cbfe60dc8e6cf2f5486b1a3608aa" + integrity sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ== + dependencies: + string-width "^4.2.0" + strip-ansi "^6.0.1" + wrap-ansi "^7.0.0" + +clone@^1.0.2: + version "1.0.4" + resolved "https://registry.npmmirror.com/clone/-/clone-1.0.4.tgz#da309cc263df15994c688ca902179ca3c7cd7c7e" + integrity sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg== + +cluster-key-slot@^1.1.0: + version "1.1.2" + resolved "https://registry.npmmirror.com/cluster-key-slot/-/cluster-key-slot-1.1.2.tgz#88ddaa46906e303b5de30d3153b7d9fe0a0c19ac" + integrity sha512-RMr0FhtfXemyinomL4hrWcYJxmX6deFdCxpJzhDttxgO1+bcCnkk+9drydLVDmAMG7NE6aN/fl4F7ucU/90gAA== + +color-convert@^1.9.0: + version "1.9.3" + resolved "https://registry.npmmirror.com/color-convert/-/color-convert-1.9.3.tgz#bb71850690e1f136567de629d2d5471deda4c1e8" + integrity sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg== + dependencies: + color-name "1.1.3" + +color-convert@^2.0.1: + version "2.0.1" + resolved "https://registry.npmmirror.com/color-convert/-/color-convert-2.0.1.tgz#72d3a68d598c9bdb3af2ad1e84f21d896abd4de3" + integrity sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ== + dependencies: + color-name "~1.1.4" + +color-name@1.1.3: + version "1.1.3" + resolved "https://registry.npmmirror.com/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25" + integrity sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw== + +color-name@~1.1.4: + version "1.1.4" + resolved "https://registry.npmmirror.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2" + integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA== + +color-support@^1.1.2: + version "1.1.3" + resolved "https://registry.npmmirror.com/color-support/-/color-support-1.1.3.tgz#93834379a1cc9a0c61f82f52f0d04322251bd5a2" + integrity sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg== + +colord@^2.9.1: + version "2.9.3" + resolved "https://registry.npmmirror.com/colord/-/colord-2.9.3.tgz#4f8ce919de456f1d5c1c368c307fe20f3e59fb43" + integrity sha512-jeC1axXpnb0/2nn/Y1LPuLdgXBLH7aDcHu4KEKfqw3CUhX7ZpfBSlPKyqXE6btIgEzfWtrX3/tyBCaCvXvMkOw== + +colorette@^2.0.19: + version "2.0.19" + resolved "https://registry.npmmirror.com/colorette/-/colorette-2.0.19.tgz#cdf044f47ad41a0f4b56b3a0d5b4e6e1a2d5a798" + integrity sha512-3tlv/dIP7FWvj3BsbHrGLJ6l/oKh1O3TcgBqMn+yyCagOxc23fyzDS6HypQbgxWbkpDnf52p1LuR4eWDQ/K9WQ== + +commander@^2.20.0: + version "2.20.3" + resolved "https://registry.npmmirror.com/commander/-/commander-2.20.3.tgz#fd485e84c03eb4881c20722ba48035e8531aeb33" + integrity sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ== + +commander@^7.2.0: + version "7.2.0" + resolved "https://registry.npmmirror.com/commander/-/commander-7.2.0.tgz#a36cb57d0b501ce108e4d20559a150a391d97ab7" + integrity sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw== + +commander@^8.0.0: + version "8.3.0" + resolved "https://registry.npmmirror.com/commander/-/commander-8.3.0.tgz#4837ea1b2da67b9c616a67afbb0fafee567bca66" + integrity sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww== + +commondir@^1.0.1: + version "1.0.1" + resolved "https://registry.npmmirror.com/commondir/-/commondir-1.0.1.tgz#ddd800da0c66127393cca5950ea968a3aaf1253b" + integrity sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg== + +compress-commons@^4.1.0: + version "4.1.1" + resolved "https://registry.npmmirror.com/compress-commons/-/compress-commons-4.1.1.tgz#df2a09a7ed17447642bad10a85cc9a19e5c42a7d" + integrity sha512-QLdDLCKNV2dtoTorqgxngQCMA+gWXkM/Nwu7FpeBhk/RdkzimqC3jueb/FDmaZeXh+uby1jkBqE3xArsLBE5wQ== + dependencies: + buffer-crc32 "^0.2.13" + crc32-stream "^4.0.2" + normalize-path "^3.0.0" + readable-stream "^3.6.0" + +concat-map@0.0.1: + version "0.0.1" + resolved "https://registry.npmmirror.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b" + integrity sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg== + +consola@^2.15.3: + version "2.15.3" + resolved "https://registry.npmmirror.com/consola/-/consola-2.15.3.tgz#2e11f98d6a4be71ff72e0bdf07bd23e12cb61550" + integrity sha512-9vAdYbHj6x2fLKC4+oPH0kFzY/orMZyG2Aj+kNylHxKGJ/Ed4dpNyAQYwJOdqO4zdM7XpVHmyejQDcQHrnuXbw== + +console-control-strings@^1.0.0, console-control-strings@^1.1.0: + version "1.1.0" + resolved "https://registry.npmmirror.com/console-control-strings/-/console-control-strings-1.1.0.tgz#3d7cf4464db6446ea644bf4b39507f9851008e8e" + integrity sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ== + +convert-source-map@^1.7.0: + version "1.9.0" + resolved "https://registry.npmmirror.com/convert-source-map/-/convert-source-map-1.9.0.tgz#7faae62353fb4213366d0ca98358d22e8368b05f" + integrity sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A== + +cookie-es@^0.5.0: + version "0.5.0" + resolved "https://registry.npmmirror.com/cookie-es/-/cookie-es-0.5.0.tgz#a6ad89923e68c542fc9e760b07aefa5ab020d719" + integrity sha512-RyZrFi6PNpBFbIaQjXDlFIhFVqV42QeKSZX1yQIl6ihImq6vcHNGMtqQ/QzY3RMPuYSkvsRwtnt5M9NeYxKt0g== + +core-util-is@~1.0.0: + version "1.0.3" + resolved "https://registry.npmmirror.com/core-util-is/-/core-util-is-1.0.3.tgz#a6042d3634c2b27e9328f837b965fac83808db85" + integrity sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ== + +crc-32@^1.2.0: + version "1.2.2" + resolved "https://registry.npmmirror.com/crc-32/-/crc-32-1.2.2.tgz#3cad35a934b8bf71f25ca524b6da51fb7eace2ff" + integrity sha512-ROmzCKrTnOwybPcJApAA6WBWij23HVfGVNKqqrZpuyZOHqK2CwHSvpGuyt/UNNvaIjEd8X5IFGp4Mh+Ie1IHJQ== + +crc32-stream@^4.0.2: + version "4.0.2" + resolved "https://registry.npmmirror.com/crc32-stream/-/crc32-stream-4.0.2.tgz#c922ad22b38395abe9d3870f02fa8134ed709007" + integrity sha512-DxFZ/Hk473b/muq1VJ///PMNLj0ZMnzye9thBpmjpJKCc5eMgB95aK8zCGrGfQ90cWo561Te6HK9D+j4KPdM6w== + dependencies: + crc-32 "^1.2.0" + readable-stream "^3.4.0" + +create-require@^1.1.1: + version "1.1.1" + resolved "https://registry.npmmirror.com/create-require/-/create-require-1.1.1.tgz#c1d7e8f1e5f6cfc9ff65f9cd352d37348756c333" + integrity sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ== + +cross-spawn@^7.0.3: + version "7.0.3" + resolved "https://registry.npmmirror.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6" + integrity sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w== + dependencies: + path-key "^3.1.0" + shebang-command "^2.0.0" + which "^2.0.1" + +css-declaration-sorter@^6.3.1: + version "6.3.1" + resolved "https://registry.npmmirror.com/css-declaration-sorter/-/css-declaration-sorter-6.3.1.tgz#be5e1d71b7a992433fb1c542c7a1b835e45682ec" + integrity sha512-fBffmak0bPAnyqc/HO8C3n2sHrp9wcqQz6ES9koRF2/mLOVAx9zIQ3Y7R29sYCteTPqMCwns4WYQoCX91Xl3+w== + +css-select@^4.1.3: + version "4.3.0" + resolved "https://registry.npmmirror.com/css-select/-/css-select-4.3.0.tgz#db7129b2846662fd8628cfc496abb2b59e41529b" + integrity sha512-wPpOYtnsVontu2mODhA19JrqWxNsfdatRKd64kmpRbQgh1KtItko5sTnEpPdpSaJszTOhEMlF/RPz28qj4HqhQ== + dependencies: + boolbase "^1.0.0" + css-what "^6.0.1" + domhandler "^4.3.1" + domutils "^2.8.0" + nth-check "^2.0.1" + +css-tree@^1.1.2, css-tree@^1.1.3: + version "1.1.3" + resolved "https://registry.npmmirror.com/css-tree/-/css-tree-1.1.3.tgz#eb4870fb6fd7707327ec95c2ff2ab09b5e8db91d" + integrity sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q== + dependencies: + mdn-data "2.0.14" + source-map "^0.6.1" + +css-what@^6.0.1: + version "6.1.0" + resolved "https://registry.npmmirror.com/css-what/-/css-what-6.1.0.tgz#fb5effcf76f1ddea2c81bdfaa4de44e79bac70f4" + integrity sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw== + +cssesc@^3.0.0: + version "3.0.0" + resolved "https://registry.npmmirror.com/cssesc/-/cssesc-3.0.0.tgz#37741919903b868565e1c09ea747445cd18983ee" + integrity sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg== + +cssnano-preset-default@^5.2.13: + version "5.2.13" + resolved "https://registry.npmmirror.com/cssnano-preset-default/-/cssnano-preset-default-5.2.13.tgz#e7353b0c57975d1bdd97ac96e68e5c1b8c68e990" + integrity sha512-PX7sQ4Pb+UtOWuz8A1d+Rbi+WimBIxJTRyBdgGp1J75VU0r/HFQeLnMYgHiCAp6AR4rqrc7Y4R+1Rjk3KJz6DQ== + dependencies: + css-declaration-sorter "^6.3.1" + cssnano-utils "^3.1.0" + postcss-calc "^8.2.3" + postcss-colormin "^5.3.0" + postcss-convert-values "^5.1.3" + postcss-discard-comments "^5.1.2" + postcss-discard-duplicates "^5.1.0" + postcss-discard-empty "^5.1.1" + postcss-discard-overridden "^5.1.0" + postcss-merge-longhand "^5.1.7" + postcss-merge-rules "^5.1.3" + postcss-minify-font-values "^5.1.0" + postcss-minify-gradients "^5.1.1" + postcss-minify-params "^5.1.4" + postcss-minify-selectors "^5.2.1" + postcss-normalize-charset "^5.1.0" + postcss-normalize-display-values "^5.1.0" + postcss-normalize-positions "^5.1.1" + postcss-normalize-repeat-style "^5.1.1" + postcss-normalize-string "^5.1.0" + postcss-normalize-timing-functions "^5.1.0" + postcss-normalize-unicode "^5.1.1" + postcss-normalize-url "^5.1.0" + postcss-normalize-whitespace "^5.1.1" + postcss-ordered-values "^5.1.3" + postcss-reduce-initial "^5.1.1" + postcss-reduce-transforms "^5.1.0" + postcss-svgo "^5.1.0" + postcss-unique-selectors "^5.1.1" + +cssnano-utils@^3.1.0: + version "3.1.0" + resolved "https://registry.npmmirror.com/cssnano-utils/-/cssnano-utils-3.1.0.tgz#95684d08c91511edfc70d2636338ca37ef3a6861" + integrity sha512-JQNR19/YZhz4psLX/rQ9M83e3z2Wf/HdJbryzte4a3NSuafyp9w/I4U+hx5C2S9g41qlstH7DEWnZaaj83OuEA== + +cssnano@^5.1.13: + version "5.1.14" + resolved "https://registry.npmmirror.com/cssnano/-/cssnano-5.1.14.tgz#07b0af6da73641276fe5a6d45757702ebae2eb05" + integrity sha512-Oou7ihiTocbKqi0J1bB+TRJIQX5RMR3JghA8hcWSw9mjBLQ5Y3RWqEDoYG3sRNlAbCIXpqMoZGbq5KDR3vdzgw== + dependencies: + cssnano-preset-default "^5.2.13" + lilconfig "^2.0.3" + yaml "^1.10.2" + +csso@^4.2.0: + version "4.2.0" + resolved "https://registry.npmmirror.com/csso/-/csso-4.2.0.tgz#ea3a561346e8dc9f546d6febedd50187cf389529" + integrity sha512-wvlcdIbf6pwKEk7vHj8/Bkc0B4ylXZruLvOgs9doS5eOsOpuodOV2zJChSpkp+pRpYQLQMeF04nr3Z68Sta9jA== + dependencies: + css-tree "^1.1.2" + +csstype@^2.6.8: + version "2.6.21" + resolved "https://registry.npmmirror.com/csstype/-/csstype-2.6.21.tgz#2efb85b7cc55c80017c66a5ad7cbd931fda3a90e" + integrity sha512-Z1PhmomIfypOpoMjRQB70jfvy/wxT50qW08YXO5lMIJkrdq4yOTR+AW7FqutScmB9NkLwxo+jU+kZLbofZZq/w== + +cuint@^0.2.2: + version "0.2.2" + resolved "https://registry.npmmirror.com/cuint/-/cuint-0.2.2.tgz#408086d409550c2631155619e9fa7bcadc3b991b" + integrity sha512-d4ZVpCW31eWwCMe1YT3ur7mUDnTXbgwyzaL320DrcRT45rfjYxkt5QWLrmOJ+/UEAI2+fQgKe/fCjR8l4TpRgw== + +data-uri-to-buffer@^4.0.0: + version "4.0.0" + resolved "https://registry.npmmirror.com/data-uri-to-buffer/-/data-uri-to-buffer-4.0.0.tgz#b5db46aea50f6176428ac05b73be39a57701a64b" + integrity sha512-Vr3mLBA8qWmcuschSLAOogKgQ/Jwxulv3RNE4FXnYWRGujzrRWQI4m12fQqRkwX06C0KanhLr4hK+GydchZsaA== + +debug@2.6.9: + version "2.6.9" + resolved "https://registry.npmmirror.com/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f" + integrity sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA== + dependencies: + ms "2.0.0" + +debug@4, debug@^4.1.0, debug@^4.3.4: + version "4.3.4" + resolved "https://registry.npmmirror.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865" + integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ== + dependencies: + ms "2.1.2" + +deepmerge@^4.2.2: + version "4.2.2" + resolved "https://registry.npmmirror.com/deepmerge/-/deepmerge-4.2.2.tgz#44d2ea3679b8f4d4ffba33f03d865fc1e7bf4955" + integrity sha512-FJ3UgI4gIl+PHZm53knsuSFpE+nESMr7M4v9QcgB7S63Kj/6WqMiFQJpBBYz1Pt+66bZpP3Q7Lye0Oo9MPKEdg== + +defaults@^1.0.3: + version "1.0.4" + resolved "https://registry.npmmirror.com/defaults/-/defaults-1.0.4.tgz#b0b02062c1e2aa62ff5d9528f0f98baa90978d7a" + integrity sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A== + dependencies: + clone "^1.0.2" + +define-lazy-prop@^2.0.0: + version "2.0.0" + resolved "https://registry.npmmirror.com/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz#3f7ae421129bcaaac9bc74905c98a0009ec9ee7f" + integrity sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og== + +defu@^6.0.0, defu@^6.1.0: + version "6.1.0" + resolved "https://registry.npmmirror.com/defu/-/defu-6.1.0.tgz#7a5411655da73335c7d933256911f17c74443e2d" + integrity sha512-pOFYRTIhoKujrmbTRhcW5lYQLBXw/dlTwfI8IguF1QCDJOcJzNH1w+YFjxqy6BAuJrClTy6MUE8q+oKJ2FLsIw== + +delegates@^1.0.0: + version "1.0.0" + resolved "https://registry.npmmirror.com/delegates/-/delegates-1.0.0.tgz#84c6e159b81904fdca59a0ef44cd870d31250f9a" + integrity sha512-bd2L678uiWATM6m5Z1VzNCErI3jiGzt6HGY8OVICs40JQq/HALfbyNJmp0UDakEY4pMMaN0Ly5om/B1VI/+xfQ== + +denque@^2.0.1: + version "2.1.0" + resolved "https://registry.npmmirror.com/denque/-/denque-2.1.0.tgz#e93e1a6569fb5e66f16a3c2a2964617d349d6ab1" + integrity sha512-HVQE3AAb/pxF8fQAoiqpvg9i3evqug3hoiwakOyZAwJm+6vZehbkYXZ0l4JxS+I3QxM97v5aaRNhj8v5oBhekw== + +depd@2.0.0: + version "2.0.0" + resolved "https://registry.npmmirror.com/depd/-/depd-2.0.0.tgz#b696163cc757560d09cf22cc8fad1571b79e76df" + integrity sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw== + +destr@^1.1.1, destr@^1.2.0: + version "1.2.0" + resolved "https://registry.npmmirror.com/destr/-/destr-1.2.0.tgz#8adb17fa3861b8032ea1bba92f60ba989a9ff119" + integrity sha512-JG+cG4ZPB1L27sl2C2URg8MIOmIUtTbE5wEx02BpmrTCqg/hXxFKXsYsnODl5PdpqNRaS1KQGUQ56V8jk8XpYQ== + +destroy@1.2.0: + version "1.2.0" + resolved "https://registry.npmmirror.com/destroy/-/destroy-1.2.0.tgz#4803735509ad8be552934c67df614f94e66fa015" + integrity sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg== + +detect-libc@^2.0.0: + version "2.0.1" + resolved "https://registry.npmmirror.com/detect-libc/-/detect-libc-2.0.1.tgz#e1897aa88fa6ad197862937fbc0441ef352ee0cd" + integrity sha512-463v3ZeIrcWtdgIg6vI6XUncguvr2TnGl4SzDXinkt9mSLpBJKXT3mW6xT3VQdDN11+WVs29pgvivTc4Lp8v+w== + +dir-glob@^3.0.1: + version "3.0.1" + resolved "https://registry.npmmirror.com/dir-glob/-/dir-glob-3.0.1.tgz#56dbf73d992a4a93ba1584f4534063fd2e41717f" + integrity sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA== + dependencies: + path-type "^4.0.0" + +dom-serializer@^1.0.1: + version "1.4.1" + resolved "https://registry.npmmirror.com/dom-serializer/-/dom-serializer-1.4.1.tgz#de5d41b1aea290215dc45a6dae8adcf1d32e2d30" + integrity sha512-VHwB3KfrcOOkelEG2ZOfxqLZdfkil8PtJi4P8N2MMXucZq2yLp75ClViUlOVwyoHEDjYU433Aq+5zWP61+RGag== + dependencies: + domelementtype "^2.0.1" + domhandler "^4.2.0" + entities "^2.0.0" + +domelementtype@^2.0.1, domelementtype@^2.2.0: + version "2.3.0" + resolved "https://registry.npmmirror.com/domelementtype/-/domelementtype-2.3.0.tgz#5c45e8e869952626331d7aab326d01daf65d589d" + integrity sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw== + +domhandler@^4.2.0, domhandler@^4.3.1: + version "4.3.1" + resolved "https://registry.npmmirror.com/domhandler/-/domhandler-4.3.1.tgz#8d792033416f59d68bc03a5aa7b018c1ca89279c" + integrity sha512-GrwoxYN+uWlzO8uhUXRl0P+kHE4GtVPfYzVLcUxPL7KNdHKj66vvlhiweIHqYYXWlw+T8iLMp42Lm67ghw4WMQ== + dependencies: + domelementtype "^2.2.0" + +domutils@^2.8.0: + version "2.8.0" + resolved "https://registry.npmmirror.com/domutils/-/domutils-2.8.0.tgz#4437def5db6e2d1f5d6ee859bd95ca7d02048135" + integrity sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A== + dependencies: + dom-serializer "^1.0.1" + domelementtype "^2.2.0" + domhandler "^4.2.0" + +dot-prop@^7.2.0: + version "7.2.0" + resolved "https://registry.npmmirror.com/dot-prop/-/dot-prop-7.2.0.tgz#468172a3529779814d21a779c1ba2f6d76609809" + integrity sha512-Ol/IPXUARn9CSbkrdV4VJo7uCy1I3VuSiWCaFSg+8BdUOzF9n3jefIpcgAydvUZbTdEBZs2vEiTiS9m61ssiDA== + dependencies: + type-fest "^2.11.2" + +dotenv@^16.0.2, dotenv@^16.0.3: + version "16.0.3" + resolved "https://registry.npmmirror.com/dotenv/-/dotenv-16.0.3.tgz#115aec42bac5053db3c456db30cc243a5a836a07" + integrity sha512-7GO6HghkA5fYG9TYnNxi14/7K9f5occMlp3zXAuSxn7CKCxt9xbNWG7yF8hTCSUchlfWSe3uLmlPfigevRItzQ== + +duplexer@^0.1.2: + version "0.1.2" + resolved "https://registry.npmmirror.com/duplexer/-/duplexer-0.1.2.tgz#3abe43aef3835f8ae077d136ddce0f276b0400e6" + integrity sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg== + +eastasianwidth@^0.2.0: + version "0.2.0" + resolved "https://registry.npmmirror.com/eastasianwidth/-/eastasianwidth-0.2.0.tgz#696ce2ec0aa0e6ea93a397ffcf24aa7840c827cb" + integrity sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA== + +ee-first@1.1.1: + version "1.1.1" + resolved "https://registry.npmmirror.com/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d" + integrity sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow== + +electron-to-chromium@^1.4.251: + version "1.4.284" + resolved "https://registry.npmmirror.com/electron-to-chromium/-/electron-to-chromium-1.4.284.tgz#61046d1e4cab3a25238f6bf7413795270f125592" + integrity sha512-M8WEXFuKXMYMVr45fo8mq0wUrrJHheiKZf6BArTKk9ZBYCKJEOU5H8cdWgDT+qCVZf7Na4lVUaZsA+h6uA9+PA== + +emoji-regex@^8.0.0: + version "8.0.0" + resolved "https://registry.npmmirror.com/emoji-regex/-/emoji-regex-8.0.0.tgz#e818fd69ce5ccfcb404594f842963bf53164cc37" + integrity sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A== + +emoji-regex@^9.2.2: + version "9.2.2" + resolved "https://registry.npmmirror.com/emoji-regex/-/emoji-regex-9.2.2.tgz#840c8803b0d8047f4ff0cf963176b32d4ef3ed72" + integrity sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg== + +encodeurl@~1.0.2: + version "1.0.2" + resolved "https://registry.npmmirror.com/encodeurl/-/encodeurl-1.0.2.tgz#ad3ff4c86ec2d029322f5a02c3a9a606c95b3f59" + integrity sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w== + +end-of-stream@^1.4.1: + version "1.4.4" + resolved "https://registry.npmmirror.com/end-of-stream/-/end-of-stream-1.4.4.tgz#5ae64a5f45057baf3626ec14da0ca5e4b2431eb0" + integrity sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q== + dependencies: + once "^1.4.0" + +enhanced-resolve@^4.1.1: + version "4.5.0" + resolved "https://registry.npmmirror.com/enhanced-resolve/-/enhanced-resolve-4.5.0.tgz#2f3cfd84dbe3b487f18f2db2ef1e064a571ca5ec" + integrity sha512-Nv9m36S/vxpsI+Hc4/ZGRs0n9mXqSWGGq49zxb/cJfPAQMbUtttJAlNPS4AQzaBdw/pKskw5bMbekT/Y7W/Wlg== + dependencies: + graceful-fs "^4.1.2" + memory-fs "^0.5.0" + tapable "^1.0.0" + +enhanced-resolve@^5.9.3: + version "5.10.0" + resolved "https://registry.npmmirror.com/enhanced-resolve/-/enhanced-resolve-5.10.0.tgz#0dc579c3bb2a1032e357ac45b8f3a6f3ad4fb1e6" + integrity sha512-T0yTFjdpldGY8PmuXXR0PyQ1ufZpEGiHVrp7zHKB7jdR4qlmZHhONVM5AQOAWXuF/w3dnHbEQVrNptJgt7F+cQ== + dependencies: + graceful-fs "^4.2.4" + tapable "^2.2.0" + +entities@^2.0.0: + version "2.2.0" + resolved "https://registry.npmmirror.com/entities/-/entities-2.2.0.tgz#098dc90ebb83d8dffa089d55256b351d34c4da55" + integrity sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A== + +errno@^0.1.3: + version "0.1.8" + resolved "https://registry.npmmirror.com/errno/-/errno-0.1.8.tgz#8bb3e9c7d463be4976ff888f76b4809ebc2e811f" + integrity sha512-dJ6oBr5SQ1VSd9qkk7ByRgb/1SH4JZjCHSW/mr63/QcXO9zLVxvJ6Oy13nio03rxpSnVDDjFor75SjVeZWPW/A== + dependencies: + prr "~1.0.1" + +esbuild-android-64@0.15.13: + version "0.15.13" + resolved "https://registry.npmmirror.com/esbuild-android-64/-/esbuild-android-64-0.15.13.tgz#5f25864055dbd62e250f360b38b4c382224063af" + integrity sha512-yRorukXBlokwTip+Sy4MYskLhJsO0Kn0/Fj43s1krVblfwP+hMD37a4Wmg139GEsMLl+vh8WXp2mq/cTA9J97g== + +esbuild-android-arm64@0.15.13: + version "0.15.13" + resolved "https://registry.npmmirror.com/esbuild-android-arm64/-/esbuild-android-arm64-0.15.13.tgz#d8820f999314efbe8e0f050653a99ff2da632b0f" + integrity sha512-TKzyymLD6PiVeyYa4c5wdPw87BeAiTXNtK6amWUcXZxkV51gOk5u5qzmDaYSwiWeecSNHamFsaFjLoi32QR5/w== + +esbuild-darwin-64@0.15.13: + version "0.15.13" + resolved "https://registry.npmmirror.com/esbuild-darwin-64/-/esbuild-darwin-64-0.15.13.tgz#99ae7fdaa43947b06cd9d1a1c3c2c9f245d81fd0" + integrity sha512-WAx7c2DaOS6CrRcoYCgXgkXDliLnFv3pQLV6GeW1YcGEZq2Gnl8s9Pg7ahValZkpOa0iE/ojRVQ87sbUhF1Cbg== + +esbuild-darwin-arm64@0.15.13: + version "0.15.13" + resolved "https://registry.npmmirror.com/esbuild-darwin-arm64/-/esbuild-darwin-arm64-0.15.13.tgz#bafa1814354ad1a47adcad73de416130ef7f55e3" + integrity sha512-U6jFsPfSSxC3V1CLiQqwvDuj3GGrtQNB3P3nNC3+q99EKf94UGpsG9l4CQ83zBs1NHrk1rtCSYT0+KfK5LsD8A== + +esbuild-freebsd-64@0.15.13: + version "0.15.13" + resolved "https://registry.npmmirror.com/esbuild-freebsd-64/-/esbuild-freebsd-64-0.15.13.tgz#84ef85535c5cc38b627d1c5115623b088d1de161" + integrity sha512-whItJgDiOXaDG/idy75qqevIpZjnReZkMGCgQaBWZuKHoElDJC1rh7MpoUgupMcdfOd+PgdEwNQW9DAE6i8wyA== + +esbuild-freebsd-arm64@0.15.13: + version "0.15.13" + resolved "https://registry.npmmirror.com/esbuild-freebsd-arm64/-/esbuild-freebsd-arm64-0.15.13.tgz#033f21de434ec8e0c478054b119af8056763c2d8" + integrity sha512-6pCSWt8mLUbPtygv7cufV0sZLeylaMwS5Fznj6Rsx9G2AJJsAjQ9ifA+0rQEIg7DwJmi9it+WjzNTEAzzdoM3Q== + +esbuild-linux-32@0.15.13: + version "0.15.13" + resolved "https://registry.npmmirror.com/esbuild-linux-32/-/esbuild-linux-32-0.15.13.tgz#54290ea8035cba0faf1791ce9ae6693005512535" + integrity sha512-VbZdWOEdrJiYApm2kkxoTOgsoCO1krBZ3quHdYk3g3ivWaMwNIVPIfEE0f0XQQ0u5pJtBsnk2/7OPiCFIPOe/w== + +esbuild-linux-64@0.15.13: + version "0.15.13" + resolved "https://registry.npmmirror.com/esbuild-linux-64/-/esbuild-linux-64-0.15.13.tgz#4264249281ea388ead948614b57fb1ddf7779a2c" + integrity sha512-rXmnArVNio6yANSqDQlIO4WiP+Cv7+9EuAHNnag7rByAqFVuRusLbGi2697A5dFPNXoO//IiogVwi3AdcfPC6A== + +esbuild-linux-arm64@0.15.13: + version "0.15.13" + resolved "https://registry.npmmirror.com/esbuild-linux-arm64/-/esbuild-linux-arm64-0.15.13.tgz#9323c333924f97a02bdd2ae8912b36298acb312d" + integrity sha512-alEMGU4Z+d17U7KQQw2IV8tQycO6T+rOrgW8OS22Ua25x6kHxoG6Ngry6Aq6uranC+pNWNMB6aHFPh7aTQdORQ== + +esbuild-linux-arm@0.15.13: + version "0.15.13" + resolved "https://registry.npmmirror.com/esbuild-linux-arm/-/esbuild-linux-arm-0.15.13.tgz#b407f47b3ae721fe4e00e19e9f19289bef87a111" + integrity sha512-Ac6LpfmJO8WhCMQmO253xX2IU2B3wPDbl4IvR0hnqcPrdfCaUa2j/lLMGTjmQ4W5JsJIdHEdW12dG8lFS0MbxQ== + +esbuild-linux-mips64le@0.15.13: + version "0.15.13" + resolved "https://registry.npmmirror.com/esbuild-linux-mips64le/-/esbuild-linux-mips64le-0.15.13.tgz#bdf905aae5c0bcaa8f83567fe4c4c1bdc1f14447" + integrity sha512-47PgmyYEu+yN5rD/MbwS6DxP2FSGPo4Uxg5LwIdxTiyGC2XKwHhHyW7YYEDlSuXLQXEdTO7mYe8zQ74czP7W8A== + +esbuild-linux-ppc64le@0.15.13: + version "0.15.13" + resolved "https://registry.npmmirror.com/esbuild-linux-ppc64le/-/esbuild-linux-ppc64le-0.15.13.tgz#2911eae1c90ff58a3bd3259cb557235df25aa3b4" + integrity sha512-z6n28h2+PC1Ayle9DjKoBRcx/4cxHoOa2e689e2aDJSaKug3jXcQw7mM+GLg+9ydYoNzj8QxNL8ihOv/OnezhA== + +esbuild-linux-riscv64@0.15.13: + version "0.15.13" + resolved "https://registry.npmmirror.com/esbuild-linux-riscv64/-/esbuild-linux-riscv64-0.15.13.tgz#1837c660be12b1d20d2a29c7189ea703f93e9265" + integrity sha512-+Lu4zuuXuQhgLUGyZloWCqTslcCAjMZH1k3Xc9MSEJEpEFdpsSU0sRDXAnk18FKOfEjhu4YMGaykx9xjtpA6ow== + +esbuild-linux-s390x@0.15.13: + version "0.15.13" + resolved "https://registry.npmmirror.com/esbuild-linux-s390x/-/esbuild-linux-s390x-0.15.13.tgz#d52880ece229d1bd10b2d936b792914ffb07c7fc" + integrity sha512-BMeXRljruf7J0TMxD5CIXS65y7puiZkAh+s4XFV9qy16SxOuMhxhVIXYLnbdfLrsYGFzx7U9mcdpFWkkvy/Uag== + +esbuild-netbsd-64@0.15.13: + version "0.15.13" + resolved "https://registry.npmmirror.com/esbuild-netbsd-64/-/esbuild-netbsd-64-0.15.13.tgz#de14da46f1d20352b43e15d97a80a8788275e6ed" + integrity sha512-EHj9QZOTel581JPj7UO3xYbltFTYnHy+SIqJVq6yd3KkCrsHRbapiPb0Lx3EOOtybBEE9EyqbmfW1NlSDsSzvQ== + +esbuild-openbsd-64@0.15.13: + version "0.15.13" + resolved "https://registry.npmmirror.com/esbuild-openbsd-64/-/esbuild-openbsd-64-0.15.13.tgz#45e8a5fd74d92ad8f732c43582369c7990f5a0ac" + integrity sha512-nkuDlIjF/sfUhfx8SKq0+U+Fgx5K9JcPq1mUodnxI0x4kBdCv46rOGWbuJ6eof2n3wdoCLccOoJAbg9ba/bT2w== + +esbuild-sunos-64@0.15.13: + version "0.15.13" + resolved "https://registry.npmmirror.com/esbuild-sunos-64/-/esbuild-sunos-64-0.15.13.tgz#f646ac3da7aac521ee0fdbc192750c87da697806" + integrity sha512-jVeu2GfxZQ++6lRdY43CS0Tm/r4WuQQ0Pdsrxbw+aOrHQPHV0+LNOLnvbN28M7BSUGnJnHkHm2HozGgNGyeIRw== + +esbuild-windows-32@0.15.13: + version "0.15.13" + resolved "https://registry.npmmirror.com/esbuild-windows-32/-/esbuild-windows-32-0.15.13.tgz#fb4fe77c7591418880b3c9b5900adc4c094f2401" + integrity sha512-XoF2iBf0wnqo16SDq+aDGi/+QbaLFpkiRarPVssMh9KYbFNCqPLlGAWwDvxEVz+ywX6Si37J2AKm+AXq1kC0JA== + +esbuild-windows-64@0.15.13: + version "0.15.13" + resolved "https://registry.npmmirror.com/esbuild-windows-64/-/esbuild-windows-64-0.15.13.tgz#1fca8c654392c0c31bdaaed168becfea80e20660" + integrity sha512-Et6htEfGycjDrtqb2ng6nT+baesZPYQIW+HUEHK4D1ncggNrDNk3yoboYQ5KtiVrw/JaDMNttz8rrPubV/fvPQ== + +esbuild-windows-arm64@0.15.13: + version "0.15.13" + resolved "https://registry.npmmirror.com/esbuild-windows-arm64/-/esbuild-windows-arm64-0.15.13.tgz#4ffd01b6b2888603f1584a2fe96b1f6a6f2b3dd8" + integrity sha512-3bv7tqntThQC9SWLRouMDmZnlOukBhOCTlkzNqzGCmrkCJI7io5LLjwJBOVY6kOUlIvdxbooNZwjtBvj+7uuVg== + +esbuild@^0.15.11, esbuild@^0.15.13, esbuild@^0.15.9: + version "0.15.13" + resolved "https://registry.npmmirror.com/esbuild/-/esbuild-0.15.13.tgz#7293480038feb2bafa91d3f6a20edab3ba6c108a" + integrity sha512-Cu3SC84oyzzhrK/YyN4iEVy2jZu5t2fz66HEOShHURcjSkOSAVL8C/gfUT+lDJxkVHpg8GZ10DD0rMHRPqMFaQ== + optionalDependencies: + "@esbuild/android-arm" "0.15.13" + "@esbuild/linux-loong64" "0.15.13" + esbuild-android-64 "0.15.13" + esbuild-android-arm64 "0.15.13" + esbuild-darwin-64 "0.15.13" + esbuild-darwin-arm64 "0.15.13" + esbuild-freebsd-64 "0.15.13" + esbuild-freebsd-arm64 "0.15.13" + esbuild-linux-32 "0.15.13" + esbuild-linux-64 "0.15.13" + esbuild-linux-arm "0.15.13" + esbuild-linux-arm64 "0.15.13" + esbuild-linux-mips64le "0.15.13" + esbuild-linux-ppc64le "0.15.13" + esbuild-linux-riscv64 "0.15.13" + esbuild-linux-s390x "0.15.13" + esbuild-netbsd-64 "0.15.13" + esbuild-openbsd-64 "0.15.13" + esbuild-sunos-64 "0.15.13" + esbuild-windows-32 "0.15.13" + esbuild-windows-64 "0.15.13" + esbuild-windows-arm64 "0.15.13" + +escalade@^3.1.1: + version "3.1.1" + resolved "https://registry.npmmirror.com/escalade/-/escalade-3.1.1.tgz#d8cfdc7000965c5a0174b4a82eaa5c0552742e40" + integrity sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw== + +escape-html@~1.0.3: + version "1.0.3" + resolved "https://registry.npmmirror.com/escape-html/-/escape-html-1.0.3.tgz#0258eae4d3d0c0974de1c169188ef0051d1d1988" + integrity sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow== + +escape-string-regexp@^1.0.5: + version "1.0.5" + resolved "https://registry.npmmirror.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4" + integrity sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg== + +escape-string-regexp@^5.0.0: + version "5.0.0" + resolved "https://registry.npmmirror.com/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz#4683126b500b61762f2dbebace1806e8be31b1c8" + integrity sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw== + +estree-walker@2.0.2, estree-walker@^2.0.1, estree-walker@^2.0.2: + version "2.0.2" + resolved "https://registry.npmmirror.com/estree-walker/-/estree-walker-2.0.2.tgz#52f010178c2a4c117a7757cfe942adb7d2da4cac" + integrity sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w== + +estree-walker@^0.6.1: + version "0.6.1" + resolved "https://registry.npmmirror.com/estree-walker/-/estree-walker-0.6.1.tgz#53049143f40c6eb918b23671d1fe3219f3a1b362" + integrity sha512-SqmZANLWS0mnatqbSfRP5g8OXZC12Fgg1IwNtLsyHDzJizORW4khDfjPqJZsemPWBB2uqykUah5YpQ6epsqC/w== + +estree-walker@^3.0.1: + version "3.0.1" + resolved "https://registry.npmmirror.com/estree-walker/-/estree-walker-3.0.1.tgz#c2a9fb4a30232f5039b7c030b37ead691932debd" + integrity sha512-woY0RUD87WzMBUiZLx8NsYr23N5BKsOMZHhu2hoNRVh6NXGfoiT1KOL8G3UHlJAnEDGmfa5ubNA/AacfG+Kb0g== + +etag@^1.8.1, etag@~1.8.1: + version "1.8.1" + resolved "https://registry.npmmirror.com/etag/-/etag-1.8.1.tgz#41ae2eeb65efa62268aebfea83ac7d79299b0887" + integrity sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg== + +eventemitter3@^4.0.0: + version "4.0.7" + resolved "https://registry.npmmirror.com/eventemitter3/-/eventemitter3-4.0.7.tgz#2de9b68f6528d5644ef5c59526a1b4a07306169f" + integrity sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw== + +execa@^5.1.1: + version "5.1.1" + resolved "https://registry.npmmirror.com/execa/-/execa-5.1.1.tgz#f80ad9cbf4298f7bd1d4c9555c21e93741c411dd" + integrity sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg== + dependencies: + cross-spawn "^7.0.3" + get-stream "^6.0.0" + human-signals "^2.1.0" + is-stream "^2.0.0" + merge-stream "^2.0.0" + npm-run-path "^4.0.1" + onetime "^5.1.2" + signal-exit "^3.0.3" + strip-final-newline "^2.0.0" + +external-editor@^3.0.3: + version "3.1.0" + resolved "https://registry.npmmirror.com/external-editor/-/external-editor-3.1.0.tgz#cb03f740befae03ea4d283caed2741a83f335495" + integrity sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew== + dependencies: + chardet "^0.7.0" + iconv-lite "^0.4.24" + tmp "^0.0.33" + +externality@^0.2.2: + version "0.2.2" + resolved "https://registry.npmmirror.com/externality/-/externality-0.2.2.tgz#a0592150366ae714f212fe9da20fc9a22c882efa" + integrity sha512-seYffJRrRVI3qrCC0asf2mWAvQ/U0jZA+eECylqIxCDHzBs/W+ZeEv3D0bsjNeEewIYZKfELyY96mRactx8C4w== + dependencies: + enhanced-resolve "^5.9.3" + mlly "^0.5.2" + pathe "^0.3.0" + ufo "^0.8.3" + +fast-glob@^3.2.11, fast-glob@^3.2.12, fast-glob@^3.2.7: + version "3.2.12" + resolved "https://registry.npmmirror.com/fast-glob/-/fast-glob-3.2.12.tgz#7f39ec99c2e6ab030337142da9e0c18f37afae80" + integrity sha512-DVj4CQIYYow0BlaelwK1pHl5n5cRSJfM60UA0zK891sVInoPri2Ekj7+e1CT3/3qxXenpI+nBBmQAcJPJgaj4w== + dependencies: + "@nodelib/fs.stat" "^2.0.2" + "@nodelib/fs.walk" "^1.2.3" + glob-parent "^5.1.2" + merge2 "^1.3.0" + micromatch "^4.0.4" + +fastq@^1.6.0: + version "1.13.0" + resolved "https://registry.npmmirror.com/fastq/-/fastq-1.13.0.tgz#616760f88a7526bdfc596b7cab8c18938c36b98c" + integrity sha512-YpkpUnK8od0o1hmeSc7UUs/eB/vIPWJYjKck2QKIzAf71Vm1AAQ3EbuZB3g2JIy+pg+ERD0vqI79KyZiB2e2Nw== + dependencies: + reusify "^1.0.4" + +fetch-blob@^3.1.2, fetch-blob@^3.1.4: + version "3.2.0" + resolved "https://registry.npmmirror.com/fetch-blob/-/fetch-blob-3.2.0.tgz#f09b8d4bbd45adc6f0c20b7e787e793e309dcce9" + integrity sha512-7yAQpD2UMJzLi1Dqv7qFYnPbaPx7ZfFK6PiIxQ4PfkGPyNyl2Ugx+a/umUonmKqjhM4DnfbMvdX6otXq83soQQ== + dependencies: + node-domexception "^1.0.0" + web-streams-polyfill "^3.0.3" + +figures@^5.0.0: + version "5.0.0" + resolved "https://registry.npmmirror.com/figures/-/figures-5.0.0.tgz#126cd055052dea699f8a54e8c9450e6ecfc44d5f" + integrity sha512-ej8ksPF4x6e5wvK9yevct0UCXh8TTFlWGVLlgjZuoBH1HwjIfKE/IdL5mq89sFA7zELi1VhKpmtDnrs7zWyeyg== + dependencies: + escape-string-regexp "^5.0.0" + is-unicode-supported "^1.2.0" + +file-uri-to-path@1.0.0: + version "1.0.0" + resolved "https://registry.npmmirror.com/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz#553a7b8446ff6f684359c445f1e37a05dacc33dd" + integrity sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw== + +fill-range@^7.0.1: + version "7.0.1" + resolved "https://registry.npmmirror.com/fill-range/-/fill-range-7.0.1.tgz#1919a6a7c75fe38b2c7c77e5198535da9acdda40" + integrity sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ== + dependencies: + to-regex-range "^5.0.1" + +flat@^5.0.0: + version "5.0.2" + resolved "https://registry.npmmirror.com/flat/-/flat-5.0.2.tgz#8ca6fe332069ffa9d324c327198c598259ceb241" + integrity sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ== + +follow-redirects@^1.0.0: + version "1.15.2" + resolved "https://registry.npmmirror.com/follow-redirects/-/follow-redirects-1.15.2.tgz#b460864144ba63f2681096f274c4e57026da2c13" + integrity sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA== + +formdata-polyfill@^4.0.10: + version "4.0.10" + resolved "https://registry.npmmirror.com/formdata-polyfill/-/formdata-polyfill-4.0.10.tgz#24807c31c9d402e002ab3d8c720144ceb8848423" + integrity sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g== + dependencies: + fetch-blob "^3.1.2" + +fraction.js@^4.2.0: + version "4.2.0" + resolved "https://registry.npmmirror.com/fraction.js/-/fraction.js-4.2.0.tgz#448e5109a313a3527f5a3ab2119ec4cf0e0e2950" + integrity sha512-MhLuK+2gUcnZe8ZHlaaINnQLl0xRIGRfcGk2yl8xoQAfHrSsL3rYu6FCmBdkdbhc9EPlwyGHewaRsvwRMJtAlA== + +fresh@0.5.2: + version "0.5.2" + resolved "https://registry.npmmirror.com/fresh/-/fresh-0.5.2.tgz#3d8cadd90d976569fa835ab1f8e4b23a105605a7" + integrity sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q== + +fs-constants@^1.0.0: + version "1.0.0" + resolved "https://registry.npmmirror.com/fs-constants/-/fs-constants-1.0.0.tgz#6be0de9be998ce16af8afc24497b9ee9b7ccd9ad" + integrity sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow== + +fs-extra@^10.1.0: + version "10.1.0" + resolved "https://registry.npmmirror.com/fs-extra/-/fs-extra-10.1.0.tgz#02873cfbc4084dde127eaa5f9905eef2325d1abf" + integrity sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ== + dependencies: + graceful-fs "^4.2.0" + jsonfile "^6.0.1" + universalify "^2.0.0" + +fs-memo@^1.2.0: + version "1.2.0" + resolved "https://registry.npmmirror.com/fs-memo/-/fs-memo-1.2.0.tgz#a2ec3be606b902077adbb37ec529c5ec5fb2e037" + integrity sha512-YEexkCpL4j03jn5SxaMHqcO6IuWuqm8JFUYhyCep7Ao89JIYmB8xoKhK7zXXJ9cCaNXpyNH5L3QtAmoxjoHW2w== + +fs-minipass@^1.2.7: + version "1.2.7" + resolved "https://registry.npmmirror.com/fs-minipass/-/fs-minipass-1.2.7.tgz#ccff8570841e7fe4265693da88936c55aed7f7c7" + integrity sha512-GWSSJGFy4e9GUeCcbIkED+bgAoFyj7XF1mV8rma3QW4NIqX9Kyx79N/PF61H5udOV3aY1IaMLs6pGbH71nlCTA== + dependencies: + minipass "^2.6.0" + +fs-minipass@^2.0.0: + version "2.1.0" + resolved "https://registry.npmmirror.com/fs-minipass/-/fs-minipass-2.1.0.tgz#7f5036fdbf12c63c169190cbe4199c852271f9fb" + integrity sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg== + dependencies: + minipass "^3.0.0" + +fs.realpath@^1.0.0: + version "1.0.0" + resolved "https://registry.npmmirror.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f" + integrity sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw== + +fsevents@~2.3.2: + version "2.3.2" + resolved "https://registry.npmmirror.com/fsevents/-/fsevents-2.3.2.tgz#8a526f78b8fdf4623b709e0b975c52c24c02fd1a" + integrity sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA== + +function-bind@^1.1.1: + version "1.1.1" + resolved "https://registry.npmmirror.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d" + integrity sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A== + +gauge@^3.0.0: + version "3.0.2" + resolved "https://registry.npmmirror.com/gauge/-/gauge-3.0.2.tgz#03bf4441c044383908bcfa0656ad91803259b395" + integrity sha512-+5J6MS/5XksCuXq++uFRsnUd7Ovu1XenbeuIuNRJxYWjgQbPuFhT14lAvsWfqfAmnwluf1OwMjz39HjfLPci0Q== + dependencies: + aproba "^1.0.3 || ^2.0.0" + color-support "^1.1.2" + console-control-strings "^1.0.0" + has-unicode "^2.0.1" + object-assign "^4.1.1" + signal-exit "^3.0.0" + string-width "^4.2.3" + strip-ansi "^6.0.1" + wide-align "^1.1.2" + +gensync@^1.0.0-beta.2: + version "1.0.0-beta.2" + resolved "https://registry.npmmirror.com/gensync/-/gensync-1.0.0-beta.2.tgz#32a6ee76c3d7f52d46b2b1ae5d93fea8580a25e0" + integrity sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg== + +get-caller-file@^2.0.5: + version "2.0.5" + resolved "https://registry.npmmirror.com/get-caller-file/-/get-caller-file-2.0.5.tgz#4f94412a82db32f36e3b0b9741f8a97feb031f7e" + integrity sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg== + +get-port-please@^2.6.1: + version "2.6.1" + resolved "https://registry.npmmirror.com/get-port-please/-/get-port-please-2.6.1.tgz#80143de24fcaab39b01df977f66ad967e06b17d1" + integrity sha512-4PDSrL6+cuMM1xs6w36ZIkaKzzE0xzfVBCfebHIJ3FE8iB9oic/ECwPw3iNiD4h1AoJ5XLLBhEviFAVrZsDC5A== + dependencies: + fs-memo "^1.2.0" + +get-stream@^6.0.0: + version "6.0.1" + resolved "https://registry.npmmirror.com/get-stream/-/get-stream-6.0.1.tgz#a262d8eef67aced57c2852ad6167526a43cbf7b7" + integrity sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg== + +git-config-path@^2.0.0: + version "2.0.0" + resolved "https://registry.npmmirror.com/git-config-path/-/git-config-path-2.0.0.tgz#62633d61af63af4405a5024efd325762f58a181b" + integrity sha512-qc8h1KIQbJpp+241id3GuAtkdyJ+IK+LIVtkiFTRKRrmddDzs3SI9CvP1QYmWBFvm1I/PWRwj//of8bgAc0ltA== + +git-up@^7.0.0: + version "7.0.0" + resolved "https://registry.npmmirror.com/git-up/-/git-up-7.0.0.tgz#bace30786e36f56ea341b6f69adfd83286337467" + integrity sha512-ONdIrbBCFusq1Oy0sC71F5azx8bVkvtZtMJAsv+a6lz5YAmbNnLD6HAB4gptHZVLPR8S2/kVN6Gab7lryq5+lQ== + dependencies: + is-ssh "^1.4.0" + parse-url "^8.1.0" + +git-url-parse@^13.1.0: + version "13.1.0" + resolved "https://registry.npmmirror.com/git-url-parse/-/git-url-parse-13.1.0.tgz#07e136b5baa08d59fabdf0e33170de425adf07b4" + integrity sha512-5FvPJP/70WkIprlUZ33bm4UAaFdjcLkJLpWft1BeZKqwR0uhhNGoKwlUaPtVb4LxCSQ++erHapRak9kWGj+FCA== + dependencies: + git-up "^7.0.0" + +gittar@^0.1.1: + version "0.1.1" + resolved "https://registry.npmmirror.com/gittar/-/gittar-0.1.1.tgz#d6993ea6160a86c8b7f3de722a61f73bc99e14b4" + integrity sha512-p+XuqWJpW9ahUuNTptqeFjudFq31o6Jd+maMBarkMAR5U3K9c7zJB4sQ4BV8mIqrTOV29TtqikDhnZfCD4XNfQ== + dependencies: + mkdirp "^0.5.1" + tar "^4.4.1" + +glob-parent@^5.1.2, glob-parent@~5.1.2: + version "5.1.2" + resolved "https://registry.npmmirror.com/glob-parent/-/glob-parent-5.1.2.tgz#869832c58034fe68a4093c17dc15e8340d8401c4" + integrity sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow== + dependencies: + is-glob "^4.0.1" + +glob@^7.1.3, glob@^7.1.4: + version "7.2.3" + resolved "https://registry.npmmirror.com/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b" + integrity sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q== + dependencies: + fs.realpath "^1.0.0" + inflight "^1.0.4" + inherits "2" + minimatch "^3.1.1" + once "^1.3.0" + path-is-absolute "^1.0.0" + +glob@^8.0.3: + version "8.0.3" + resolved "https://registry.npmmirror.com/glob/-/glob-8.0.3.tgz#415c6eb2deed9e502c68fa44a272e6da6eeca42e" + integrity sha512-ull455NHSHI/Y1FqGaaYFaLGkNMMJbavMrEGFXG/PGrg6y7sutWHUHrz6gy6WEBH6akM1M414dWKCNs+IhKdiQ== + dependencies: + fs.realpath "^1.0.0" + inflight "^1.0.4" + inherits "2" + minimatch "^5.0.1" + once "^1.3.0" + +globals@^11.1.0: + version "11.12.0" + resolved "https://registry.npmmirror.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e" + integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA== + +globby@^13.1.2: + version "13.1.2" + resolved "https://registry.npmmirror.com/globby/-/globby-13.1.2.tgz#29047105582427ab6eca4f905200667b056da515" + integrity sha512-LKSDZXToac40u8Q1PQtZihbNdTYSNMuWe+K5l+oa6KgDzSvVrHXlJy40hUP522RjAIoNLJYBJi7ow+rbFpIhHQ== + dependencies: + dir-glob "^3.0.1" + fast-glob "^3.2.11" + ignore "^5.2.0" + merge2 "^1.4.1" + slash "^4.0.0" + +graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.2.0, graceful-fs@^4.2.4, graceful-fs@^4.2.9: + version "4.2.10" + resolved "https://registry.npmmirror.com/graceful-fs/-/graceful-fs-4.2.10.tgz#147d3a006da4ca3ce14728c7aefc287c367d7a6c" + integrity sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA== + +gzip-size@^7.0.0: + version "7.0.0" + resolved "https://registry.npmmirror.com/gzip-size/-/gzip-size-7.0.0.tgz#9f9644251f15bc78460fccef4055ae5a5562ac60" + integrity sha512-O1Ld7Dr+nqPnmGpdhzLmMTQ4vAsD+rHwMm1NLUmoUFFymBOMKxCCrtDxqdBRYXdeEPEi3SyoR4TizJLQrnKBNA== + dependencies: + duplexer "^0.1.2" + +h3@^0.8.1, h3@^0.8.4, h3@^0.8.6: + version "0.8.6" + resolved "https://registry.npmmirror.com/h3/-/h3-0.8.6.tgz#8095ef998fe14769b87170b7c8b68ba9c54973d5" + integrity sha512-CSWNOKa3QGo67rFU2PhbFTp0uPJtilNji2Z0pMiSRQt3+OkIW0u3E1WMJqIycLqaTgb9JyFqH/S4mcTyyGtvyQ== + dependencies: + cookie-es "^0.5.0" + destr "^1.2.0" + radix3 "^0.2.1" + ufo "^0.8.6" + +has-flag@^3.0.0: + version "3.0.0" + resolved "https://registry.npmmirror.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd" + integrity sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw== + +has-flag@^4.0.0: + version "4.0.0" + resolved "https://registry.npmmirror.com/has-flag/-/has-flag-4.0.0.tgz#944771fd9c81c81265c4d6941860da06bb59479b" + integrity sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ== + +has-unicode@^2.0.1: + version "2.0.1" + resolved "https://registry.npmmirror.com/has-unicode/-/has-unicode-2.0.1.tgz#e0e6fe6a28cf51138855e086d1691e771de2a8b9" + integrity sha512-8Rf9Y83NBReMnx0gFzA8JImQACstCYWUplepDa9xprwwtmgEZUF0h/i5xSA625zB/I37EtrswSST6OXxwaaIJQ== + +has@^1.0.3: + version "1.0.3" + resolved "https://registry.npmmirror.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796" + integrity sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw== + dependencies: + function-bind "^1.1.1" + +hash-sum@^2.0.0: + version "2.0.0" + resolved "https://registry.npmmirror.com/hash-sum/-/hash-sum-2.0.0.tgz#81d01bb5de8ea4a214ad5d6ead1b523460b0b45a" + integrity sha512-WdZTbAByD+pHfl/g9QSsBIIwy8IT+EsPiKDs0KNX+zSHhdDLFKdZu0BQHljvO+0QI/BasbMSUa8wYNCZTvhslg== + +hookable@^5.4.1: + version "5.4.1" + resolved "https://registry.npmmirror.com/hookable/-/hookable-5.4.1.tgz#c0ce030a31a0243fdff2ac3518ea9a83b7e7f9d9" + integrity sha512-i808BglQ1OuSIcgPSZoWsDapCMLXKe5wLS6XZvIXpaBWdWLUZARM8vOLayu6cXewj5TSbaZaMzKnq+pRnfscEQ== + +html-tags@^3.1.0: + version "3.2.0" + resolved "https://registry.npmmirror.com/html-tags/-/html-tags-3.2.0.tgz#dbb3518d20b726524e4dd43de397eb0a95726961" + integrity sha512-vy7ClnArOZwCnqZgvv+ddgHgJiAFXe3Ge9ML5/mBctVJoUoYPCdxVucOywjDARn6CVoh3dRSFdPHy2sX80L0Wg== + +http-errors@2.0.0: + version "2.0.0" + resolved "https://registry.npmmirror.com/http-errors/-/http-errors-2.0.0.tgz#b7774a1486ef73cf7667ac9ae0858c012c57b9d3" + integrity sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ== + dependencies: + depd "2.0.0" + inherits "2.0.4" + setprototypeof "1.2.0" + statuses "2.0.1" + toidentifier "1.0.1" + +http-proxy@^1.18.1: + version "1.18.1" + resolved "https://registry.npmmirror.com/http-proxy/-/http-proxy-1.18.1.tgz#401541f0534884bbf95260334e72f88ee3976549" + integrity sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ== + dependencies: + eventemitter3 "^4.0.0" + follow-redirects "^1.0.0" + requires-port "^1.0.0" + +http-shutdown@^1.2.2: + version "1.2.2" + resolved "https://registry.npmmirror.com/http-shutdown/-/http-shutdown-1.2.2.tgz#41bc78fc767637c4c95179bc492f312c0ae64c5f" + integrity sha512-S9wWkJ/VSY9/k4qcjG318bqJNruzE4HySUhFYknwmu6LBP97KLLfwNf+n4V1BHurvFNkSKLFnK/RsuUnRTf9Vw== + +https-proxy-agent@^5.0.0: + version "5.0.1" + resolved "https://registry.npmmirror.com/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz#c59ef224a04fe8b754f3db0063a25ea30d0005d6" + integrity sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA== + dependencies: + agent-base "6" + debug "4" + +human-signals@^2.1.0: + version "2.1.0" + resolved "https://registry.npmmirror.com/human-signals/-/human-signals-2.1.0.tgz#dc91fcba42e4d06e4abaed33b3e7a3c02f514ea0" + integrity sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw== + +iconv-lite@^0.4.24: + version "0.4.24" + resolved "https://registry.npmmirror.com/iconv-lite/-/iconv-lite-0.4.24.tgz#2022b4b25fbddc21d2f524974a474aafe733908b" + integrity sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA== + dependencies: + safer-buffer ">= 2.1.2 < 3" + +ieee754@^1.1.13, ieee754@^1.2.1: + version "1.2.1" + resolved "https://registry.npmmirror.com/ieee754/-/ieee754-1.2.1.tgz#8eb7a10a63fff25d15a57b001586d177d1b0d352" + integrity sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA== + +ignore@^5.2.0: + version "5.2.0" + resolved "https://registry.npmmirror.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a" + integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ== + +inflight@^1.0.4: + version "1.0.6" + resolved "https://registry.npmmirror.com/inflight/-/inflight-1.0.6.tgz#49bd6331d7d02d0c09bc910a1075ba8165b56df9" + integrity sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA== + dependencies: + once "^1.3.0" + wrappy "1" + +inherits@2, inherits@2.0.4, inherits@^2.0.3, inherits@^2.0.4, inherits@~2.0.3: + version "2.0.4" + resolved "https://registry.npmmirror.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c" + integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ== + +ini@^1.3.5: + version "1.3.8" + resolved "https://registry.npmmirror.com/ini/-/ini-1.3.8.tgz#a29da425b48806f34767a4efce397269af28432c" + integrity sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew== + +inquirer@^9.1.3: + version "9.1.4" + resolved "https://registry.npmmirror.com/inquirer/-/inquirer-9.1.4.tgz#482da8803670a64bd942bc5166a9547a19d41474" + integrity sha512-9hiJxE5gkK/cM2d1mTEnuurGTAoHebbkX0BYl3h7iEg7FYfuNIom+nDfBCSWtvSnoSrWCeBxqqBZu26xdlJlXA== + dependencies: + ansi-escapes "^6.0.0" + chalk "^5.1.2" + cli-cursor "^4.0.0" + cli-width "^4.0.0" + external-editor "^3.0.3" + figures "^5.0.0" + lodash "^4.17.21" + mute-stream "0.0.8" + ora "^6.1.2" + run-async "^2.4.0" + rxjs "^7.5.7" + string-width "^5.1.2" + strip-ansi "^7.0.1" + through "^2.3.6" + wrap-ansi "^8.0.1" + +ioredis@^5.2.3: + version "5.2.4" + resolved "https://registry.npmmirror.com/ioredis/-/ioredis-5.2.4.tgz#9e262a668bc29bae98f2054c1e0d7efd86996b96" + integrity sha512-qIpuAEt32lZJQ0XyrloCRdlEdUUNGG9i0UOk6zgzK6igyudNWqEBxfH6OlbnOOoBBvr1WB02mm8fR55CnikRng== + dependencies: + "@ioredis/commands" "^1.1.1" + cluster-key-slot "^1.1.0" + debug "^4.3.4" + denque "^2.0.1" + lodash.defaults "^4.2.0" + lodash.isarguments "^3.1.0" + redis-errors "^1.2.0" + redis-parser "^3.0.0" + standard-as-callback "^2.1.0" + +ip-regex@^5.0.0: + version "5.0.0" + resolved "https://registry.npmmirror.com/ip-regex/-/ip-regex-5.0.0.tgz#cd313b2ae9c80c07bd3851e12bf4fa4dc5480632" + integrity sha512-fOCG6lhoKKakwv+C6KdsOnGvgXnmgfmp0myi3bcNwj3qfwPAxRKWEuFhvEFF7ceYIz6+1jRZ+yguLFAmUNPEfw== + +is-binary-path@~2.1.0: + version "2.1.0" + resolved "https://registry.npmmirror.com/is-binary-path/-/is-binary-path-2.1.0.tgz#ea1f7f3b80f064236e83470f86c09c254fb45b09" + integrity sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw== + dependencies: + binary-extensions "^2.0.0" + +is-builtin-module@^3.2.0: + version "3.2.0" + resolved "https://registry.npmmirror.com/is-builtin-module/-/is-builtin-module-3.2.0.tgz#bb0310dfe881f144ca83f30100ceb10cf58835e0" + integrity sha512-phDA4oSGt7vl1n5tJvTWooWWAsXLY+2xCnxNqvKhGEzujg+A43wPlPOyDg3C8XQHN+6k/JTQWJ/j0dQh/qr+Hw== + dependencies: + builtin-modules "^3.3.0" + +is-core-module@^2.9.0: + version "2.11.0" + resolved "https://registry.npmmirror.com/is-core-module/-/is-core-module-2.11.0.tgz#ad4cb3e3863e814523c96f3f58d26cc570ff0144" + integrity sha512-RRjxlvLDkD1YJwDbroBHMb+cukurkDWNyHx7D3oNB5x9rb5ogcksMC5wHCadcXoo67gVr/+3GFySh3134zi6rw== + dependencies: + has "^1.0.3" + +is-docker@^2.0.0, is-docker@^2.1.1: + version "2.2.1" + resolved "https://registry.npmmirror.com/is-docker/-/is-docker-2.2.1.tgz#33eeabe23cfe86f14bde4408a02c0cfb853acdaa" + integrity sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ== + +is-docker@^3.0.0: + version "3.0.0" + resolved "https://registry.npmmirror.com/is-docker/-/is-docker-3.0.0.tgz#90093aa3106277d8a77a5910dbae71747e15a200" + integrity sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ== + +is-extglob@^2.1.1: + version "2.1.1" + resolved "https://registry.npmmirror.com/is-extglob/-/is-extglob-2.1.1.tgz#a88c02535791f02ed37c76a1b9ea9773c833f8c2" + integrity sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ== + +is-fullwidth-code-point@^3.0.0: + version "3.0.0" + resolved "https://registry.npmmirror.com/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz#f116f8064fe90b3f7844a38997c0b75051269f1d" + integrity sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg== + +is-glob@^4.0.1, is-glob@~4.0.1: + version "4.0.3" + resolved "https://registry.npmmirror.com/is-glob/-/is-glob-4.0.3.tgz#64f61e42cbbb2eec2071a9dac0b28ba1e65d5084" + integrity sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg== + dependencies: + is-extglob "^2.1.1" + +is-interactive@^2.0.0: + version "2.0.0" + resolved "https://registry.npmmirror.com/is-interactive/-/is-interactive-2.0.0.tgz#40c57614593826da1100ade6059778d597f16e90" + integrity sha512-qP1vozQRI+BMOPcjFzrjXuQvdak2pHNUMZoeG2eRbiSqyvbEf/wQtEOTOX1guk6E3t36RkaqiSt8A/6YElNxLQ== + +is-module@^1.0.0: + version "1.0.0" + resolved "https://registry.npmmirror.com/is-module/-/is-module-1.0.0.tgz#3258fb69f78c14d5b815d664336b4cffb6441591" + integrity sha512-51ypPSPCoTEIN9dy5Oy+h4pShgJmPCygKfyRCISBI+JoWT/2oJvK8QPxmwv7b/p239jXrm9M1mlQbyKJ5A152g== + +is-number@^7.0.0: + version "7.0.0" + resolved "https://registry.npmmirror.com/is-number/-/is-number-7.0.0.tgz#7535345b896734d5f80c4d06c50955527a14f12b" + integrity sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng== + +is-primitive@^3.0.1: + version "3.0.1" + resolved "https://registry.npmmirror.com/is-primitive/-/is-primitive-3.0.1.tgz#98c4db1abff185485a657fc2905052b940524d05" + integrity sha512-GljRxhWvlCNRfZyORiH77FwdFwGcMO620o37EOYC0ORWdq+WYNVqW0w2Juzew4M+L81l6/QS3t5gkkihyRqv9w== + +is-promise@^4.0.0: + version "4.0.0" + resolved "https://registry.npmmirror.com/is-promise/-/is-promise-4.0.0.tgz#42ff9f84206c1991d26debf520dd5c01042dd2f3" + integrity sha512-hvpoI6korhJMnej285dSg6nu1+e6uxs7zG3BYAm5byqDsgJNWwxzM6z6iZiAgQR4TJ30JmBTOwqZUw3WlyH3AQ== + +is-reference@1.2.1: + version "1.2.1" + resolved "https://registry.npmmirror.com/is-reference/-/is-reference-1.2.1.tgz#8b2dac0b371f4bc994fdeaba9eb542d03002d0b7" + integrity sha512-U82MsXXiFIrjCK4otLT+o2NA2Cd2g5MLoOVXUZjIOhLurrRxpEXzI8O0KZHr3IjLvlAH1kTPYSuqer5T9ZVBKQ== + dependencies: + "@types/estree" "*" + +is-ssh@^1.4.0: + version "1.4.0" + resolved "https://registry.npmmirror.com/is-ssh/-/is-ssh-1.4.0.tgz#4f8220601d2839d8fa624b3106f8e8884f01b8b2" + integrity sha512-x7+VxdxOdlV3CYpjvRLBv5Lo9OJerlYanjwFrPR9fuGPjCiNiCzFgAWpiLAohSbsnH4ZAys3SBh+hq5rJosxUQ== + dependencies: + protocols "^2.0.1" + +is-stream@^2.0.0: + version "2.0.1" + resolved "https://registry.npmmirror.com/is-stream/-/is-stream-2.0.1.tgz#fac1e3d53b97ad5a9d0ae9cef2389f5810a5c077" + integrity sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg== + +is-unicode-supported@^1.1.0, is-unicode-supported@^1.2.0: + version "1.3.0" + resolved "https://registry.npmmirror.com/is-unicode-supported/-/is-unicode-supported-1.3.0.tgz#d824984b616c292a2e198207d4a609983842f714" + integrity sha512-43r2mRvz+8JRIKnWJ+3j8JtjRKZ6GmjzfaE/qiBJnikNnYv/6bagRJ1kUhNk8R5EX/GkobD+r+sfxCPJsiKBLQ== + +is-wsl@^2.2.0: + version "2.2.0" + resolved "https://registry.npmmirror.com/is-wsl/-/is-wsl-2.2.0.tgz#74a4c76e77ca9fd3f932f290c17ea326cd157271" + integrity sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww== + dependencies: + is-docker "^2.0.0" + +isarray@~1.0.0: + version "1.0.0" + resolved "https://registry.npmmirror.com/isarray/-/isarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11" + integrity sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ== + +isexe@^2.0.0: + version "2.0.0" + resolved "https://registry.npmmirror.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10" + integrity sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw== + +jest-worker@^26.2.1: + version "26.6.2" + resolved "https://registry.npmmirror.com/jest-worker/-/jest-worker-26.6.2.tgz#7f72cbc4d643c365e27b9fd775f9d0eaa9c7a8ed" + integrity sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ== + dependencies: + "@types/node" "*" + merge-stream "^2.0.0" + supports-color "^7.0.0" + +jiti@^1.15.0, jiti@^1.16.0: + version "1.16.0" + resolved "https://registry.npmmirror.com/jiti/-/jiti-1.16.0.tgz#f72065954446ad1866fa8d6bcc3bed3cc1cebdaa" + integrity sha512-L3BJStEf5NAqNuzrpfbN71dp43mYIcBUlCRea/vdyv5dW/AYa1d4bpelko4SHdY3I6eN9Wzyasxirj1/vv5kmg== + +js-tokens@^4.0.0: + version "4.0.0" + resolved "https://registry.npmmirror.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499" + integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ== + +jsesc@^2.5.1: + version "2.5.2" + resolved "https://registry.npmmirror.com/jsesc/-/jsesc-2.5.2.tgz#80564d2e483dacf6e8ef209650a67df3f0c283a4" + integrity sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA== + +json5@^2.2.1: + version "2.2.1" + resolved "https://registry.npmmirror.com/json5/-/json5-2.2.1.tgz#655d50ed1e6f95ad1a3caababd2b0efda10b395c" + integrity sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA== + +jsonc-parser@^3.2.0: + version "3.2.0" + resolved "https://registry.npmmirror.com/jsonc-parser/-/jsonc-parser-3.2.0.tgz#31ff3f4c2b9793f89c67212627c51c6394f88e76" + integrity sha512-gfFQZrcTc8CnKXp6Y4/CBT3fTc0OVuDofpre4aEeEpSBPV5X5v4+Vmx+8snU7RLPrNHPKSgLxGo9YuQzz20o+w== + +jsonfile@^6.0.1: + version "6.1.0" + resolved "https://registry.npmmirror.com/jsonfile/-/jsonfile-6.1.0.tgz#bc55b2634793c679ec6403094eb13698a6ec0aae" + integrity sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ== + dependencies: + universalify "^2.0.0" + optionalDependencies: + graceful-fs "^4.1.6" + +klona@^2.0.5: + version "2.0.5" + resolved "https://registry.npmmirror.com/klona/-/klona-2.0.5.tgz#d166574d90076395d9963aa7a928fabb8d76afbc" + integrity sha512-pJiBpiXMbt7dkzXe8Ghj/u4FfXOOa98fPW+bihOJ4SjnoijweJrNThJfd3ifXpXhREjpoF2mZVH1GfS9LV3kHQ== + +knitwork@^0.1.2: + version "0.1.2" + resolved "https://registry.npmmirror.com/knitwork/-/knitwork-0.1.2.tgz#5447a81d8eaede57d236f864ec29b8dc2bc192bf" + integrity sha512-2ekmY2S/VB3YGVhrIFadyJQpkjMFSf48tsXCnA+kjs4FEQIT+5FLyOF0No/X58z/2E/VaMyeJfukRoVT4gMsfQ== + +lazystream@^1.0.0: + version "1.0.1" + resolved "https://registry.npmmirror.com/lazystream/-/lazystream-1.0.1.tgz#494c831062f1f9408251ec44db1cba29242a2638" + integrity sha512-b94GiNHQNy6JNTrt5w6zNyffMrNkXZb3KTkCZJb2V1xaEGCk093vkZ2jk3tpaeP33/OiXC+WvK9AxUebnf5nbw== + dependencies: + readable-stream "^2.0.5" + +lilconfig@^2.0.3: + version "2.0.6" + resolved "https://registry.npmmirror.com/lilconfig/-/lilconfig-2.0.6.tgz#32a384558bd58af3d4c6e077dd1ad1d397bc69d4" + integrity sha512-9JROoBW7pobfsx+Sq2JsASvCo6Pfo6WWoUW79HuB1BCoBXD4PLWJPqDF6fNj67pqBYTbAHkE57M1kS/+L1neOg== + +listhen@^0.3.4, listhen@^0.3.5: + version "0.3.5" + resolved "https://registry.npmmirror.com/listhen/-/listhen-0.3.5.tgz#04a0f6dbdab5bbac711992004a37c8306fad3e4e" + integrity sha512-suyt79hNmCFeBIyftcLqLPfYiXeB795gSUWOJT7nspl2IvREY0Q9xvchLhekxvQ0KiOPvWoyALnc9Mxoelm0Pw== + dependencies: + clipboardy "^3.0.0" + colorette "^2.0.19" + defu "^6.1.0" + get-port-please "^2.6.1" + http-shutdown "^1.2.2" + ip-regex "^5.0.0" + node-forge "^1.3.1" + ufo "^0.8.6" + +local-pkg@^0.4.2: + version "0.4.2" + resolved "https://registry.npmmirror.com/local-pkg/-/local-pkg-0.4.2.tgz#13107310b77e74a0e513147a131a2ba288176c2f" + integrity sha512-mlERgSPrbxU3BP4qBqAvvwlgW4MTg78iwJdGGnv7kibKjWcJksrG3t6LB5lXI93wXRDvG4NpUgJFmTG4T6rdrg== + +lodash._reinterpolate@^3.0.0: + version "3.0.0" + resolved "https://registry.npmmirror.com/lodash._reinterpolate/-/lodash._reinterpolate-3.0.0.tgz#0ccf2d89166af03b3663c796538b75ac6e114d9d" + integrity sha512-xYHt68QRoYGjeeM/XOE1uJtvXQAgvszfBhjV4yvsQH0u2i9I6cI6c6/eG4Hh3UAOVn0y/xAXwmTzEay49Q//HA== + +lodash.debounce@^4.0.8: + version "4.0.8" + resolved "https://registry.npmmirror.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz#82d79bff30a67c4005ffd5e2515300ad9ca4d7af" + integrity sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow== + +lodash.defaults@^4.2.0: + version "4.2.0" + resolved "https://registry.npmmirror.com/lodash.defaults/-/lodash.defaults-4.2.0.tgz#d09178716ffea4dde9e5fb7b37f6f0802274580c" + integrity sha512-qjxPLHd3r5DnsdGacqOMU6pb/avJzdh9tFX2ymgoZE27BmjXrNy/y4LoaiTeAb+O3gL8AfpJGtqfX/ae2leYYQ== + +lodash.difference@^4.5.0: + version "4.5.0" + resolved "https://registry.npmmirror.com/lodash.difference/-/lodash.difference-4.5.0.tgz#9ccb4e505d486b91651345772885a2df27fd017c" + integrity sha512-dS2j+W26TQ7taQBGN8Lbbq04ssV3emRw4NY58WErlTO29pIqS0HmoT5aJ9+TUQ1N3G+JOZSji4eugsWwGp9yPA== + +lodash.flatten@^4.4.0: + version "4.4.0" + resolved "https://registry.npmmirror.com/lodash.flatten/-/lodash.flatten-4.4.0.tgz#f31c22225a9632d2bbf8e4addbef240aa765a61f" + integrity sha512-C5N2Z3DgnnKr0LOpv/hKCgKdb7ZZwafIrsesve6lmzvZIRZRGaZ/l6Q8+2W7NaT+ZwO3fFlSCzCzrDCFdJfZ4g== + +lodash.isarguments@^3.1.0: + version "3.1.0" + resolved "https://registry.npmmirror.com/lodash.isarguments/-/lodash.isarguments-3.1.0.tgz#2f573d85c6a24289ff00663b491c1d338ff3458a" + integrity sha512-chi4NHZlZqZD18a0imDHnZPrDeBbTtVN7GXMwuGdRH9qotxAjYs3aVLKc7zNOG9eddR5Ksd8rvFEBc9SsggPpg== + +lodash.isplainobject@^4.0.6: + version "4.0.6" + resolved "https://registry.npmmirror.com/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz#7c526a52d89b45c45cc690b88163be0497f550cb" + integrity sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA== + +lodash.memoize@^4.1.2: + version "4.1.2" + resolved "https://registry.npmmirror.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz#bcc6c49a42a2840ed997f323eada5ecd182e0bfe" + integrity sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag== + +lodash.pick@^4.4.0: + version "4.4.0" + resolved "https://registry.npmmirror.com/lodash.pick/-/lodash.pick-4.4.0.tgz#52f05610fff9ded422611441ed1fc123a03001b3" + integrity sha512-hXt6Ul/5yWjfklSGvLQl8vM//l3FtyHZeuelpzK6mm99pNvN9yTDruNZPEJZD1oWrqo+izBmB7oUfWgcCX7s4Q== + +lodash.template@^4.5.0: + version "4.5.0" + resolved "https://registry.npmmirror.com/lodash.template/-/lodash.template-4.5.0.tgz#f976195cf3f347d0d5f52483569fe8031ccce8ab" + integrity sha512-84vYFxIkmidUiFxidA/KjjH9pAycqW+h980j7Fuz5qxRtO9pgB7MDFTdys1N7A5mcucRiDyEq4fusljItR1T/A== + dependencies: + lodash._reinterpolate "^3.0.0" + lodash.templatesettings "^4.0.0" + +lodash.templatesettings@^4.0.0: + version "4.2.0" + resolved "https://registry.npmmirror.com/lodash.templatesettings/-/lodash.templatesettings-4.2.0.tgz#e481310f049d3cf6d47e912ad09313b154f0fb33" + integrity sha512-stgLz+i3Aa9mZgnjr/O+v9ruKZsPsndy7qPZOchbqk2cnTU1ZaldKK+v7m54WoKIyxiuMZTKT2H81F8BeAc3ZQ== + dependencies: + lodash._reinterpolate "^3.0.0" + +lodash.union@^4.6.0: + version "4.6.0" + resolved "https://registry.npmmirror.com/lodash.union/-/lodash.union-4.6.0.tgz#48bb5088409f16f1821666641c44dd1aaae3cd88" + integrity sha512-c4pB2CdGrGdjMKYLA+XiRDO7Y0PRQbm/Gzg8qMj+QH+pFVAoTp5sBpO0odL3FjoPCGjK96p6qsP+yQoiLoOBcw== + +lodash.uniq@^4.5.0: + version "4.5.0" + resolved "https://registry.npmmirror.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773" + integrity sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ== + +lodash@^4.17.21: + version "4.17.21" + resolved "https://registry.npmmirror.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c" + integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg== + +log-symbols@^5.1.0: + version "5.1.0" + resolved "https://registry.npmmirror.com/log-symbols/-/log-symbols-5.1.0.tgz#a20e3b9a5f53fac6aeb8e2bb22c07cf2c8f16d93" + integrity sha512-l0x2DvrW294C9uDCoQe1VSU4gf529FkSZ6leBl4TiqZH/e+0R7hSfHQBNut2mNygDgHwvYHfFLn6Oxb3VWj2rA== + dependencies: + chalk "^5.0.0" + is-unicode-supported "^1.1.0" + +lru-cache@^6.0.0: + version "6.0.0" + resolved "https://registry.npmmirror.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94" + integrity sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA== + dependencies: + yallist "^4.0.0" + +magic-string@^0.25.7: + version "0.25.9" + resolved "https://registry.npmmirror.com/magic-string/-/magic-string-0.25.9.tgz#de7f9faf91ef8a1c91d02c2e5314c8277dbcdd1c" + integrity sha512-RmF0AsMzgt25qzqqLc1+MbHmhdx0ojF2Fvs4XnOqz2ZOBXzzkEwc/dJQZCYHAn7v1jbVOjAZfK8msRn4BxO4VQ== + dependencies: + sourcemap-codec "^1.4.8" + +magic-string@^0.26.2, magic-string@^0.26.4, magic-string@^0.26.7: + version "0.26.7" + resolved "https://registry.npmmirror.com/magic-string/-/magic-string-0.26.7.tgz#caf7daf61b34e9982f8228c4527474dac8981d6f" + integrity sha512-hX9XH3ziStPoPhJxLq1syWuZMxbDvGNbVchfrdCtanC7D13888bMFow61x8axrx+GfHLtVeAx2kxL7tTGRl+Ow== + dependencies: + sourcemap-codec "^1.4.8" + +make-dir@^3.1.0, make-dir@~3.1.0: + version "3.1.0" + resolved "https://registry.npmmirror.com/make-dir/-/make-dir-3.1.0.tgz#415e967046b3a7f1d185277d84aa58203726a13f" + integrity sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw== + dependencies: + semver "^6.0.0" + +mdn-data@2.0.14: + version "2.0.14" + resolved "https://registry.npmmirror.com/mdn-data/-/mdn-data-2.0.14.tgz#7113fc4281917d63ce29b43446f701e68c25ba50" + integrity sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow== + +memory-fs@^0.5.0: + version "0.5.0" + resolved "https://registry.npmmirror.com/memory-fs/-/memory-fs-0.5.0.tgz#324c01288b88652966d161db77838720845a8e3c" + integrity sha512-jA0rdU5KoQMC0e6ppoNRtpp6vjFq6+NY7r8hywnC7V+1Xj/MtHwGIbB1QaK/dunyjWteJzmkpd7ooeWg10T7GA== + dependencies: + errno "^0.1.3" + readable-stream "^2.0.1" + +merge-stream@^2.0.0: + version "2.0.0" + resolved "https://registry.npmmirror.com/merge-stream/-/merge-stream-2.0.0.tgz#52823629a14dd00c9770fb6ad47dc6310f2c1f60" + integrity sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w== + +merge2@^1.3.0, merge2@^1.4.1: + version "1.4.1" + resolved "https://registry.npmmirror.com/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae" + integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg== + +micromatch@^4.0.2, micromatch@^4.0.4: + version "4.0.5" + resolved "https://registry.npmmirror.com/micromatch/-/micromatch-4.0.5.tgz#bc8999a7cbbf77cdc89f132f6e467051b49090c6" + integrity sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA== + dependencies: + braces "^3.0.2" + picomatch "^2.3.1" + +mime@1.6.0: + version "1.6.0" + resolved "https://registry.npmmirror.com/mime/-/mime-1.6.0.tgz#32cd9e5c64553bd58d19a568af452acff04981b1" + integrity sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg== + +mime@^3.0.0: + version "3.0.0" + resolved "https://registry.npmmirror.com/mime/-/mime-3.0.0.tgz#b374550dca3a0c18443b0c950a6a58f1931cf7a7" + integrity sha512-jSCU7/VB1loIWBZe14aEYHU/+1UMEHoaO7qxCOVJOw9GgH72VAWppxNcjU+x9a2k3GSIBXNKxXQFqRvvZ7vr3A== + +mime@~2.5.2: + version "2.5.2" + resolved "https://registry.npmmirror.com/mime/-/mime-2.5.2.tgz#6e3dc6cc2b9510643830e5f19d5cb753da5eeabe" + integrity sha512-tqkh47FzKeCPD2PUiPB6pkbMzsCasjxAfC62/Wap5qrUWcb+sFasXUC5I3gYM5iBM8v/Qpn4UK0x+j0iHyFPDg== + +mimic-fn@^2.1.0: + version "2.1.0" + resolved "https://registry.npmmirror.com/mimic-fn/-/mimic-fn-2.1.0.tgz#7ed2c2ccccaf84d3ffcb7a69b57711fc2083401b" + integrity sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg== + +minimatch@^3.0.4, minimatch@^3.1.1: + version "3.1.2" + resolved "https://registry.npmmirror.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b" + integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw== + dependencies: + brace-expansion "^1.1.7" + +minimatch@^5.0.1, minimatch@^5.1.0: + version "5.1.0" + resolved "https://registry.npmmirror.com/minimatch/-/minimatch-5.1.0.tgz#1717b464f4971b144f6aabe8f2d0b8e4511e09c7" + integrity sha512-9TPBGGak4nHfGZsPBohm9AWg6NoT7QTCehS3BIJABslyZbzxfV78QM2Y6+i741OPZIafFAaiiEMh5OyIrJPgtg== + dependencies: + brace-expansion "^2.0.1" + +minimatch@~3.0.4: + version "3.0.8" + resolved "https://registry.npmmirror.com/minimatch/-/minimatch-3.0.8.tgz#5e6a59bd11e2ab0de1cfb843eb2d82e546c321c1" + integrity sha512-6FsRAQsxQ61mw+qP1ZzbL9Bc78x2p5OqNgNpnoAFLTrX8n5Kxph0CsnhmKKNXTWjXqU5L0pGPR7hYk+XWZr60Q== + dependencies: + brace-expansion "^1.1.7" + +minimist@^1.2.6: + version "1.2.7" + resolved "https://registry.npmmirror.com/minimist/-/minimist-1.2.7.tgz#daa1c4d91f507390437c6a8bc01078e7000c4d18" + integrity sha512-bzfL1YUZsP41gmu/qjrEk0Q6i2ix/cVeAhbCbqH9u3zYutS1cLg00qhrD0M2MVdCcx4Sc0UpP2eBWo9rotpq6g== + +minipass@^2.6.0, minipass@^2.9.0: + version "2.9.0" + resolved "https://registry.npmmirror.com/minipass/-/minipass-2.9.0.tgz#e713762e7d3e32fed803115cf93e04bca9fcc9a6" + integrity sha512-wxfUjg9WebH+CUDX/CdbRlh5SmfZiy/hpkxaRI16Y9W56Pa75sWgd/rvFilSgrauD9NyFymP/+JFV3KwzIsJeg== + dependencies: + safe-buffer "^5.1.2" + yallist "^3.0.0" + +minipass@^3.0.0: + version "3.3.4" + resolved "https://registry.npmmirror.com/minipass/-/minipass-3.3.4.tgz#ca99f95dd77c43c7a76bf51e6d200025eee0ffae" + integrity sha512-I9WPbWHCGu8W+6k1ZiGpPu0GkoKBeorkfKNuAFBNS1HNFJvke82sxvI5bzcCNpWPorkOO5QQ+zomzzwRxejXiw== + dependencies: + yallist "^4.0.0" + +minizlib@^1.3.3: + version "1.3.3" + resolved "https://registry.npmmirror.com/minizlib/-/minizlib-1.3.3.tgz#2290de96818a34c29551c8a8d301216bd65a861d" + integrity sha512-6ZYMOEnmVsdCeTJVE0W9ZD+pVnE8h9Hma/iOwwRDsdQoePpoX56/8B6z3P9VNwppJuBKNRuFDRNRqRWexT9G9Q== + dependencies: + minipass "^2.9.0" + +minizlib@^2.1.1: + version "2.1.2" + resolved "https://registry.npmmirror.com/minizlib/-/minizlib-2.1.2.tgz#e90d3466ba209b932451508a11ce3d3632145931" + integrity sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg== + dependencies: + minipass "^3.0.0" + yallist "^4.0.0" + +mkdir@^0.0.2: + version "0.0.2" + resolved "https://registry.npmmirror.com/mkdir/-/mkdir-0.0.2.tgz#3b9da7a4e5b13004ebc636581b160e1e04776851" + integrity sha512-98OnjcWaNEIRUJJe9rFoWlbkQ5n9z8F86wIPCrI961YEViiVybTuJln919WuuSHSnlrqXy0ELKCntoPy8C7lqg== + +mkdirp@^0.5.1, mkdirp@^0.5.5: + version "0.5.6" + resolved "https://registry.npmmirror.com/mkdirp/-/mkdirp-0.5.6.tgz#7def03d2432dcae4ba1d611445c48396062255f6" + integrity sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw== + dependencies: + minimist "^1.2.6" + +mkdirp@^1.0.3: + version "1.0.4" + resolved "https://registry.npmmirror.com/mkdirp/-/mkdirp-1.0.4.tgz#3eb5ed62622756d79a5f0e2a221dfebad75c2f7e" + integrity sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw== + +mlly@^0.5.14, mlly@^0.5.16, mlly@^0.5.2: + version "0.5.16" + resolved "https://registry.npmmirror.com/mlly/-/mlly-0.5.16.tgz#adb7d39fed81396a50b43173c88589de314015c7" + integrity sha512-LaJ8yuh4v0zEmge/g3c7jjFlhoCPfQn6RCjXgm9A0Qiuochq4BcuOxVfWmdnCoLTlg2MV+hqhOek+W2OhG0Lwg== + dependencies: + acorn "^8.8.0" + pathe "^0.3.8" + pkg-types "^0.3.5" + ufo "^0.8.5" + +mri@^1.2.0: + version "1.2.0" + resolved "https://registry.npmmirror.com/mri/-/mri-1.2.0.tgz#6721480fec2a11a4889861115a48b6cbe7cc8f0b" + integrity sha512-tzzskb3bG8LvYGFF/mDTpq3jpI6Q9wc3LEmBaghu+DdCssd1FakN7Bc0hVNmEyGq1bq3RgfkCb3cmQLpNPOroA== + +ms@2.0.0: + version "2.0.0" + resolved "https://registry.npmmirror.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8" + integrity sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A== + +ms@2.1.2: + version "2.1.2" + resolved "https://registry.npmmirror.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009" + integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w== + +ms@2.1.3: + version "2.1.3" + resolved "https://registry.npmmirror.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2" + integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA== + +mute-stream@0.0.8: + version "0.0.8" + resolved "https://registry.npmmirror.com/mute-stream/-/mute-stream-0.0.8.tgz#1630c42b2251ff81e2a283de96a5497ea92e5e0d" + integrity sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA== + +nanoid@^3.3.4: + version "3.3.4" + resolved "https://registry.npmmirror.com/nanoid/-/nanoid-3.3.4.tgz#730b67e3cd09e2deacf03c027c81c9d9dbc5e8ab" + integrity sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw== + +nanoid@^4.0.0: + version "4.0.0" + resolved "https://registry.npmmirror.com/nanoid/-/nanoid-4.0.0.tgz#6e144dee117609232c3f415c34b0e550e64999a5" + integrity sha512-IgBP8piMxe/gf73RTQx7hmnhwz0aaEXYakvqZyE302IXW3HyVNhdNGC+O2MwMAVhLEnvXlvKtGbtJf6wvHihCg== + +nitropack@^0.6.0: + version "0.6.1" + resolved "https://registry.npmmirror.com/nitropack/-/nitropack-0.6.1.tgz#882afaff93747df8df4edf86b807470b7cc2704c" + integrity sha512-BQQTRMvz/PtWg4v9O9C7FTm6SwtxUXa7n6rxe1vYwPNphsVRD8LzSSTB8iFKCgkQssrwunYF/k/Bpg2IQ7ZsmA== + dependencies: + "@cloudflare/kv-asset-handler" "^0.2.0" + "@netlify/functions" "^1.3.0" + "@rollup/plugin-alias" "^4.0.2" + "@rollup/plugin-commonjs" "^23.0.2" + "@rollup/plugin-inject" "^5.0.2" + "@rollup/plugin-json" "^5.0.1" + "@rollup/plugin-node-resolve" "^15.0.1" + "@rollup/plugin-replace" "^5.0.1" + "@rollup/plugin-wasm" "^6.0.1" + "@rollup/pluginutils" "^5.0.2" + "@vercel/nft" "^0.22.1" + archiver "^5.3.1" + c12 "^0.2.13" + chalk "^5.1.2" + chokidar "^3.5.3" + consola "^2.15.3" + cookie-es "^0.5.0" + defu "^6.1.0" + destr "^1.2.0" + dot-prop "^7.2.0" + esbuild "^0.15.13" + escape-string-regexp "^5.0.0" + etag "^1.8.1" + fs-extra "^10.1.0" + globby "^13.1.2" + gzip-size "^7.0.0" + h3 "^0.8.6" + hookable "^5.4.1" + http-proxy "^1.18.1" + is-primitive "^3.0.1" + jiti "^1.16.0" + klona "^2.0.5" + knitwork "^0.1.2" + listhen "^0.3.5" + mime "^3.0.0" + mlly "^0.5.16" + mri "^1.2.0" + node-fetch-native "^0.1.8" + ohash "^0.1.5" + ohmyfetch "^0.4.21" + pathe "^0.3.9" + perfect-debounce "^0.1.3" + pkg-types "^0.3.6" + pretty-bytes "^6.0.0" + radix3 "^0.2.1" + rollup "^2.79.1" + rollup-plugin-terser "^7.0.2" + rollup-plugin-visualizer "^5.8.3" + scule "^0.3.2" + semver "^7.3.8" + serve-placeholder "^2.0.1" + serve-static "^1.15.0" + source-map-support "^0.5.21" + std-env "^3.3.0" + ufo "^0.8.6" + unenv "^0.6.2" + unimport "^0.7.0" + unstorage "^0.6.0" + +node-domexception@^1.0.0: + version "1.0.0" + resolved "https://registry.npmmirror.com/node-domexception/-/node-domexception-1.0.0.tgz#6888db46a1f71c0b76b3f7555016b63fe64766e5" + integrity sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ== + +node-fetch-native@^0.1.4, node-fetch-native@^0.1.8: + version "0.1.8" + resolved "https://registry.npmmirror.com/node-fetch-native/-/node-fetch-native-0.1.8.tgz#19e2eaf6d86ac14e711ebd2612f40517c3468f2a" + integrity sha512-ZNaury9r0NxaT2oL65GvdGDy+5PlSaHTovT6JV5tOW07k1TQmgC0olZETa4C9KZg0+6zBr99ctTYa3Utqj9P/Q== + +node-fetch@^2.6.7: + version "2.6.7" + resolved "https://registry.npmmirror.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad" + integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ== + dependencies: + whatwg-url "^5.0.0" + +node-fetch@^3.2.10: + version "3.2.10" + resolved "https://registry.npmmirror.com/node-fetch/-/node-fetch-3.2.10.tgz#e8347f94b54ae18b57c9c049ef641cef398a85c8" + integrity sha512-MhuzNwdURnZ1Cp4XTazr69K0BTizsBroX7Zx3UgDSVcZYKF/6p0CBe4EUb/hLqmzVhl0UpYfgRljQ4yxE+iCxA== + dependencies: + data-uri-to-buffer "^4.0.0" + fetch-blob "^3.1.4" + formdata-polyfill "^4.0.10" + +node-forge@^1.3.1: + version "1.3.1" + resolved "https://registry.npmmirror.com/node-forge/-/node-forge-1.3.1.tgz#be8da2af243b2417d5f646a770663a92b7e9ded3" + integrity sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA== + +node-gyp-build@^4.2.2: + version "4.5.0" + resolved "https://registry.npmmirror.com/node-gyp-build/-/node-gyp-build-4.5.0.tgz#7a64eefa0b21112f89f58379da128ac177f20e40" + integrity sha512-2iGbaQBV+ITgCz76ZEjmhUKAKVf7xfY1sRl4UiKQspfZMH2h06SyhNsnSVy50cwkFQDGLyif6m/6uFXHkOZ6rg== + +node-releases@^2.0.6: + version "2.0.6" + resolved "https://registry.npmmirror.com/node-releases/-/node-releases-2.0.6.tgz#8a7088c63a55e493845683ebf3c828d8c51c5503" + integrity sha512-PiVXnNuFm5+iYkLBNeq5211hvO38y63T0i2KKh2KnUs3RpzJ+JtODFjkD8yjLwnDkTYF1eKXheUwdssR+NRZdg== + +nopt@^5.0.0: + version "5.0.0" + resolved "https://registry.npmmirror.com/nopt/-/nopt-5.0.0.tgz#530942bb58a512fccafe53fe210f13a25355dc88" + integrity sha512-Tbj67rffqceeLpcRXrT7vKAN8CwfPeIBgM7E6iBkmKLV7bEMwpGgYLGv0jACUsECaa/vuxP0IjEont6umdMgtQ== + dependencies: + abbrev "1" + +normalize-path@^3.0.0, normalize-path@~3.0.0: + version "3.0.0" + resolved "https://registry.npmmirror.com/normalize-path/-/normalize-path-3.0.0.tgz#0dcd69ff23a1c9b11fd0978316644a0388216a65" + integrity sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA== + +normalize-range@^0.1.2: + version "0.1.2" + resolved "https://registry.npmmirror.com/normalize-range/-/normalize-range-0.1.2.tgz#2d10c06bdfd312ea9777695a4d28439456b75942" + integrity sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA== + +normalize-url@^6.0.1: + version "6.1.0" + resolved "https://registry.npmmirror.com/normalize-url/-/normalize-url-6.1.0.tgz#40d0885b535deffe3f3147bec877d05fe4c5668a" + integrity sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A== + +npm-run-path@^4.0.1: + version "4.0.1" + resolved "https://registry.npmmirror.com/npm-run-path/-/npm-run-path-4.0.1.tgz#b7ecd1e5ed53da8e37a55e1c2269e0b97ed748ea" + integrity sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw== + dependencies: + path-key "^3.0.0" + +npmlog@^5.0.1: + version "5.0.1" + resolved "https://registry.npmmirror.com/npmlog/-/npmlog-5.0.1.tgz#f06678e80e29419ad67ab964e0fa69959c1eb8b0" + integrity sha512-AqZtDUWOMKs1G/8lwylVjrdYgqA4d9nu8hc+0gzRxlDb1I10+FHBGMXs6aiQHFdCUUlqH99MUMuLfzWDNDtfxw== + dependencies: + are-we-there-yet "^2.0.0" + console-control-strings "^1.1.0" + gauge "^3.0.0" + set-blocking "^2.0.0" + +nth-check@^2.0.1: + version "2.1.1" + resolved "https://registry.npmmirror.com/nth-check/-/nth-check-2.1.1.tgz#c9eab428effce36cd6b92c924bdb000ef1f1ed1d" + integrity sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w== + dependencies: + boolbase "^1.0.0" + +nuxi@3.0.0-rc.12: + version "3.0.0-rc.12" + resolved "https://registry.npmmirror.com/nuxi/-/nuxi-3.0.0-rc.12.tgz#4c0d11f2db31b698dbc7d7943fc22d4de258b0c3" + integrity sha512-jOnWe/Gf2/5Zj4wCFDHpmBPDDHZFMGrhqK5C+8jhG2RHNJy+YOlZETwAgoXPjmH0Hhb441UDQhZHKg5+yyKhbw== + optionalDependencies: + fsevents "~2.3.2" + +nuxt@3.0.0-rc.12: + version "3.0.0-rc.12" + resolved "https://registry.npmmirror.com/nuxt/-/nuxt-3.0.0-rc.12.tgz#09e79dbc681930286e838281cd1017540a84a470" + integrity sha512-VhSod1u/w+C3VWsagTd5Prnsjk/VxPRt/bbADhUz3l0zxxajHRhHFX4xZSJWNgzsakducDqhn7N1pY6Ukko9kg== + dependencies: + "@nuxt/devalue" "^2.0.0" + "@nuxt/kit" "3.0.0-rc.12" + "@nuxt/schema" "3.0.0-rc.12" + "@nuxt/telemetry" "^2.1.6" + "@nuxt/ui-templates" "^0.4.0" + "@nuxt/vite-builder" "3.0.0-rc.12" + "@vue/reactivity" "^3.2.41" + "@vue/shared" "^3.2.41" + "@vueuse/head" "~1.0.0-rc.9" + chokidar "^3.5.3" + cookie-es "^0.5.0" + defu "^6.1.0" + destr "^1.1.1" + escape-string-regexp "^5.0.0" + fs-extra "^10.1.0" + globby "^13.1.2" + h3 "^0.8.4" + hash-sum "^2.0.0" + hookable "^5.4.1" + knitwork "^0.1.2" + magic-string "^0.26.7" + mlly "^0.5.16" + nitropack "^0.6.0" + nuxi "3.0.0-rc.12" + ohash "^0.1.5" + ohmyfetch "^0.4.20" + pathe "^0.3.9" + perfect-debounce "^0.1.3" + scule "^0.3.2" + strip-literal "^0.4.2" + ufo "^0.8.6" + ultrahtml "^0.4.0" + unctx "^2.0.2" + unenv "^0.6.2" + unimport "^0.6.8" + unplugin "^0.10.0" + untyped "^0.5.0" + vue "^3.2.41" + vue-bundle-renderer "^0.4.4" + vue-devtools-stub "^0.1.0" + vue-router "^4.1.5" + +object-assign@^4.1.1: + version "4.1.1" + resolved "https://registry.npmmirror.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863" + integrity sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg== + +ohash@^0.1.5: + version "0.1.5" + resolved "https://registry.npmmirror.com/ohash/-/ohash-0.1.5.tgz#7ba53b68c41fc72612ed75942b8f6da3b5d5bbda" + integrity sha512-qynly1AFIpGWEAW88p6DhMNqok/Swb52/KsiU+Toi7er058Ptvno3tkfTML6wYcEgFgp2GsUziW4Nqn62ciuyw== + +ohmyfetch@^0.4.19, ohmyfetch@^0.4.20, ohmyfetch@^0.4.21: + version "0.4.21" + resolved "https://registry.npmmirror.com/ohmyfetch/-/ohmyfetch-0.4.21.tgz#6850db751fc7bbf08153aa8b11ff1ef45fcfd963" + integrity sha512-VG7f/JRvqvBOYvL0tHyEIEG7XHWm7OqIfAs6/HqwWwDfjiJ1g0huIpe5sFEmyb+7hpFa1EGNH2aERWR72tlClw== + dependencies: + destr "^1.2.0" + node-fetch-native "^0.1.8" + ufo "^0.8.6" + undici "^5.12.0" + +on-finished@2.4.1: + version "2.4.1" + resolved "https://registry.npmmirror.com/on-finished/-/on-finished-2.4.1.tgz#58c8c44116e54845ad57f14ab10b03533184ac3f" + integrity sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg== + dependencies: + ee-first "1.1.1" + +once@^1.3.0, once@^1.4.0: + version "1.4.0" + resolved "https://registry.npmmirror.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1" + integrity sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w== + dependencies: + wrappy "1" + +onetime@^5.1.0, onetime@^5.1.2: + version "5.1.2" + resolved "https://registry.npmmirror.com/onetime/-/onetime-5.1.2.tgz#d0e96ebb56b07476df1dd9c4806e5237985ca45e" + integrity sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg== + dependencies: + mimic-fn "^2.1.0" + +open@^8.4.0: + version "8.4.0" + resolved "https://registry.npmmirror.com/open/-/open-8.4.0.tgz#345321ae18f8138f82565a910fdc6b39e8c244f8" + integrity sha512-XgFPPM+B28FtCCgSb9I+s9szOC1vZRSwgWsRUA5ylIxRTgKozqjOCrVOqGsYABPYK5qnfqClxZTFBa8PKt2v6Q== + dependencies: + define-lazy-prop "^2.0.0" + is-docker "^2.1.1" + is-wsl "^2.2.0" + +ora@^6.1.2: + version "6.1.2" + resolved "https://registry.npmmirror.com/ora/-/ora-6.1.2.tgz#7b3c1356b42fd90fb1dad043d5dbe649388a0bf5" + integrity sha512-EJQ3NiP5Xo94wJXIzAyOtSb0QEIAUu7m8t6UZ9krbz0vAJqr92JpcK/lEXg91q6B9pEGqrykkd2EQplnifDSBw== + dependencies: + bl "^5.0.0" + chalk "^5.0.0" + cli-cursor "^4.0.0" + cli-spinners "^2.6.1" + is-interactive "^2.0.0" + is-unicode-supported "^1.1.0" + log-symbols "^5.1.0" + strip-ansi "^7.0.1" + wcwidth "^1.0.1" + +os-tmpdir@~1.0.2: + version "1.0.2" + resolved "https://registry.npmmirror.com/os-tmpdir/-/os-tmpdir-1.0.2.tgz#bbe67406c79aa85c5cfec766fe5734555dfa1274" + integrity sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g== + +parse-git-config@^3.0.0: + version "3.0.0" + resolved "https://registry.npmmirror.com/parse-git-config/-/parse-git-config-3.0.0.tgz#4a2de08c7b74a2555efa5ae94d40cd44302a6132" + integrity sha512-wXoQGL1D+2COYWCD35/xbiKma1Z15xvZL8cI25wvxzled58V51SJM04Urt/uznS900iQor7QO04SgdfT/XlbuA== + dependencies: + git-config-path "^2.0.0" + ini "^1.3.5" + +parse-path@^7.0.0: + version "7.0.0" + resolved "https://registry.npmmirror.com/parse-path/-/parse-path-7.0.0.tgz#605a2d58d0a749c8594405d8cc3a2bf76d16099b" + integrity sha512-Euf9GG8WT9CdqwuWJGdf3RkUcTBArppHABkO7Lm8IzRQp0e2r/kkFnmhu4TSK30Wcu5rVAZLmfPKSBBi9tWFog== + dependencies: + protocols "^2.0.0" + +parse-url@^8.1.0: + version "8.1.0" + resolved "https://registry.npmmirror.com/parse-url/-/parse-url-8.1.0.tgz#972e0827ed4b57fc85f0ea6b0d839f0d8a57a57d" + integrity sha512-xDvOoLU5XRrcOZvnI6b8zA6n9O9ejNk/GExuz1yBuWUGn9KA97GI6HTs6u02wKara1CeVmZhH+0TZFdWScR89w== + dependencies: + parse-path "^7.0.0" + +parseurl@~1.3.3: + version "1.3.3" + resolved "https://registry.npmmirror.com/parseurl/-/parseurl-1.3.3.tgz#9da19e7bee8d12dff0513ed5b76957793bc2e8d4" + integrity sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ== + +path-is-absolute@^1.0.0: + version "1.0.1" + resolved "https://registry.npmmirror.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f" + integrity sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg== + +path-key@^3.0.0, path-key@^3.1.0: + version "3.1.1" + resolved "https://registry.npmmirror.com/path-key/-/path-key-3.1.1.tgz#581f6ade658cbba65a0d3380de7753295054f375" + integrity sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q== + +path-parse@^1.0.7: + version "1.0.7" + resolved "https://registry.npmmirror.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735" + integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw== + +path-type@^4.0.0: + version "4.0.0" + resolved "https://registry.npmmirror.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b" + integrity sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw== + +pathe@^0.2.0: + version "0.2.0" + resolved "https://registry.npmmirror.com/pathe/-/pathe-0.2.0.tgz#30fd7bbe0a0d91f0e60bae621f5d19e9e225c339" + integrity sha512-sTitTPYnn23esFR3RlqYBWn4c45WGeLcsKzQiUpXJAyfcWkolvlYpV8FLo7JishK946oQwMFUCHXQ9AjGPKExw== + +pathe@^0.3.0, pathe@^0.3.5, pathe@^0.3.8, pathe@^0.3.9: + version "0.3.9" + resolved "https://registry.npmmirror.com/pathe/-/pathe-0.3.9.tgz#4baff768f37f03e3d9341502865fb93116f65191" + integrity sha512-6Y6s0vT112P3jD8dGfuS6r+lpa0qqNrLyHPOwvXMnyNTQaYiwgau2DP3aNDsR13xqtGj7rrPo+jFUATpU6/s+g== + +perfect-debounce@^0.1.3: + version "0.1.3" + resolved "https://registry.npmmirror.com/perfect-debounce/-/perfect-debounce-0.1.3.tgz#ff6798ea543a3ba1f0efeeaf97c0340f5c8871ce" + integrity sha512-NOT9AcKiDGpnV/HBhI22Str++XWcErO/bALvHCuhv33owZW/CjH8KAFLZDCmu3727sihe0wTxpDhyGc6M8qacQ== + +picocolors@^1.0.0: + version "1.0.0" + resolved "https://registry.npmmirror.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c" + integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ== + +picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.2, picomatch@^2.3.1: + version "2.3.1" + resolved "https://registry.npmmirror.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42" + integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA== + +pify@^2.3.0: + version "2.3.0" + resolved "https://registry.npmmirror.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c" + integrity sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog== + +pkg-types@^0.3.5, pkg-types@^0.3.6: + version "0.3.6" + resolved "https://registry.npmmirror.com/pkg-types/-/pkg-types-0.3.6.tgz#6643f45d029539146b99ccbb9f32d21e62a58a9c" + integrity sha512-uQZutkkh6axl1GxDm5/+8ivVdwuJ5pyDGqJeSiIWIUWIqYiK3p9QKozN/Rv6eVvFoeSWkN1uoYeSDBwwBJBtbg== + dependencies: + jsonc-parser "^3.2.0" + mlly "^0.5.16" + pathe "^0.3.9" + +postcss-calc@^8.2.3: + version "8.2.4" + resolved "https://registry.npmmirror.com/postcss-calc/-/postcss-calc-8.2.4.tgz#77b9c29bfcbe8a07ff6693dc87050828889739a5" + integrity sha512-SmWMSJmB8MRnnULldx0lQIyhSNvuDl9HfrZkaqqE/WHAhToYsAvDq+yAsA/kIyINDszOp3Rh0GFoNuH5Ypsm3Q== + dependencies: + postcss-selector-parser "^6.0.9" + postcss-value-parser "^4.2.0" + +postcss-colormin@^5.3.0: + version "5.3.0" + resolved "https://registry.npmmirror.com/postcss-colormin/-/postcss-colormin-5.3.0.tgz#3cee9e5ca62b2c27e84fce63affc0cfb5901956a" + integrity sha512-WdDO4gOFG2Z8n4P8TWBpshnL3JpmNmJwdnfP2gbk2qBA8PWwOYcmjmI/t3CmMeL72a7Hkd+x/Mg9O2/0rD54Pg== + dependencies: + browserslist "^4.16.6" + caniuse-api "^3.0.0" + colord "^2.9.1" + postcss-value-parser "^4.2.0" + +postcss-convert-values@^5.1.3: + version "5.1.3" + resolved "https://registry.npmmirror.com/postcss-convert-values/-/postcss-convert-values-5.1.3.tgz#04998bb9ba6b65aa31035d669a6af342c5f9d393" + integrity sha512-82pC1xkJZtcJEfiLw6UXnXVXScgtBrjlO5CBmuDQc+dlb88ZYheFsjTn40+zBVi3DkfF7iezO0nJUPLcJK3pvA== + dependencies: + browserslist "^4.21.4" + postcss-value-parser "^4.2.0" + +postcss-discard-comments@^5.1.2: + version "5.1.2" + resolved "https://registry.npmmirror.com/postcss-discard-comments/-/postcss-discard-comments-5.1.2.tgz#8df5e81d2925af2780075840c1526f0660e53696" + integrity sha512-+L8208OVbHVF2UQf1iDmRcbdjJkuBF6IS29yBDSiWUIzpYaAhtNl6JYnYm12FnkeCwQqF5LeklOu6rAqgfBZqQ== + +postcss-discard-duplicates@^5.1.0: + version "5.1.0" + resolved "https://registry.npmmirror.com/postcss-discard-duplicates/-/postcss-discard-duplicates-5.1.0.tgz#9eb4fe8456706a4eebd6d3b7b777d07bad03e848" + integrity sha512-zmX3IoSI2aoenxHV6C7plngHWWhUOV3sP1T8y2ifzxzbtnuhk1EdPwm0S1bIUNaJ2eNbWeGLEwzw8huPD67aQw== + +postcss-discard-empty@^5.1.1: + version "5.1.1" + resolved "https://registry.npmmirror.com/postcss-discard-empty/-/postcss-discard-empty-5.1.1.tgz#e57762343ff7f503fe53fca553d18d7f0c369c6c" + integrity sha512-zPz4WljiSuLWsI0ir4Mcnr4qQQ5e1Ukc3i7UfE2XcrwKK2LIPIqE5jxMRxO6GbI3cv//ztXDsXwEWT3BHOGh3A== + +postcss-discard-overridden@^5.1.0: + version "5.1.0" + resolved "https://registry.npmmirror.com/postcss-discard-overridden/-/postcss-discard-overridden-5.1.0.tgz#7e8c5b53325747e9d90131bb88635282fb4a276e" + integrity sha512-21nOL7RqWR1kasIVdKs8HNqQJhFxLsyRfAnUDm4Fe4t4mCWL9OJiHvlHPjcd8zc5Myu89b/7wZDnOSjFgeWRtw== + +postcss-import-resolver@^2.0.0: + version "2.0.0" + resolved "https://registry.npmmirror.com/postcss-import-resolver/-/postcss-import-resolver-2.0.0.tgz#95c61ac5489047bd93ff42a9cd405cfe9041e2c0" + integrity sha512-y001XYgGvVwgxyxw9J1a5kqM/vtmIQGzx34g0A0Oy44MFcy/ZboZw1hu/iN3VYFjSTRzbvd7zZJJz0Kh0AGkTw== + dependencies: + enhanced-resolve "^4.1.1" + +postcss-import@^15.0.0: + version "15.0.0" + resolved "https://registry.npmmirror.com/postcss-import/-/postcss-import-15.0.0.tgz#0b66c25fdd9c0d19576e63c803cf39e4bad08822" + integrity sha512-Y20shPQ07RitgBGv2zvkEAu9bqvrD77C9axhj/aA1BQj4czape2MdClCExvB27EwYEJdGgKZBpKanb0t1rK2Kg== + dependencies: + postcss-value-parser "^4.0.0" + read-cache "^1.0.0" + resolve "^1.1.7" + +postcss-merge-longhand@^5.1.7: + version "5.1.7" + resolved "https://registry.npmmirror.com/postcss-merge-longhand/-/postcss-merge-longhand-5.1.7.tgz#24a1bdf402d9ef0e70f568f39bdc0344d568fb16" + integrity sha512-YCI9gZB+PLNskrK0BB3/2OzPnGhPkBEwmwhfYk1ilBHYVAZB7/tkTHFBAnCrvBBOmeYyMYw3DMjT55SyxMBzjQ== + dependencies: + postcss-value-parser "^4.2.0" + stylehacks "^5.1.1" + +postcss-merge-rules@^5.1.3: + version "5.1.3" + resolved "https://registry.npmmirror.com/postcss-merge-rules/-/postcss-merge-rules-5.1.3.tgz#8f97679e67cc8d08677a6519afca41edf2220894" + integrity sha512-LbLd7uFC00vpOuMvyZop8+vvhnfRGpp2S+IMQKeuOZZapPRY4SMq5ErjQeHbHsjCUgJkRNrlU+LmxsKIqPKQlA== + dependencies: + browserslist "^4.21.4" + caniuse-api "^3.0.0" + cssnano-utils "^3.1.0" + postcss-selector-parser "^6.0.5" + +postcss-minify-font-values@^5.1.0: + version "5.1.0" + resolved "https://registry.npmmirror.com/postcss-minify-font-values/-/postcss-minify-font-values-5.1.0.tgz#f1df0014a726083d260d3bd85d7385fb89d1f01b" + integrity sha512-el3mYTgx13ZAPPirSVsHqFzl+BBBDrXvbySvPGFnQcTI4iNslrPaFq4muTkLZmKlGk4gyFAYUBMH30+HurREyA== + dependencies: + postcss-value-parser "^4.2.0" + +postcss-minify-gradients@^5.1.1: + version "5.1.1" + resolved "https://registry.npmmirror.com/postcss-minify-gradients/-/postcss-minify-gradients-5.1.1.tgz#f1fe1b4f498134a5068240c2f25d46fcd236ba2c" + integrity sha512-VGvXMTpCEo4qHTNSa9A0a3D+dxGFZCYwR6Jokk+/3oB6flu2/PnPXAh2x7x52EkY5xlIHLm+Le8tJxe/7TNhzw== + dependencies: + colord "^2.9.1" + cssnano-utils "^3.1.0" + postcss-value-parser "^4.2.0" + +postcss-minify-params@^5.1.4: + version "5.1.4" + resolved "https://registry.npmmirror.com/postcss-minify-params/-/postcss-minify-params-5.1.4.tgz#c06a6c787128b3208b38c9364cfc40c8aa5d7352" + integrity sha512-+mePA3MgdmVmv6g+30rn57USjOGSAyuxUmkfiWpzalZ8aiBkdPYjXWtHuwJGm1v5Ojy0Z0LaSYhHaLJQB0P8Jw== + dependencies: + browserslist "^4.21.4" + cssnano-utils "^3.1.0" + postcss-value-parser "^4.2.0" + +postcss-minify-selectors@^5.2.1: + version "5.2.1" + resolved "https://registry.npmmirror.com/postcss-minify-selectors/-/postcss-minify-selectors-5.2.1.tgz#d4e7e6b46147b8117ea9325a915a801d5fe656c6" + integrity sha512-nPJu7OjZJTsVUmPdm2TcaiohIwxP+v8ha9NehQ2ye9szv4orirRU3SDdtUmKH+10nzn0bAyOXZ0UEr7OpvLehg== + dependencies: + postcss-selector-parser "^6.0.5" + +postcss-normalize-charset@^5.1.0: + version "5.1.0" + resolved "https://registry.npmmirror.com/postcss-normalize-charset/-/postcss-normalize-charset-5.1.0.tgz#9302de0b29094b52c259e9b2cf8dc0879879f0ed" + integrity sha512-mSgUJ+pd/ldRGVx26p2wz9dNZ7ji6Pn8VWBajMXFf8jk7vUoSrZ2lt/wZR7DtlZYKesmZI680qjr2CeFF2fbUg== + +postcss-normalize-display-values@^5.1.0: + version "5.1.0" + resolved "https://registry.npmmirror.com/postcss-normalize-display-values/-/postcss-normalize-display-values-5.1.0.tgz#72abbae58081960e9edd7200fcf21ab8325c3da8" + integrity sha512-WP4KIM4o2dazQXWmFaqMmcvsKmhdINFblgSeRgn8BJ6vxaMyaJkwAzpPpuvSIoG/rmX3M+IrRZEz2H0glrQNEA== + dependencies: + postcss-value-parser "^4.2.0" + +postcss-normalize-positions@^5.1.1: + version "5.1.1" + resolved "https://registry.npmmirror.com/postcss-normalize-positions/-/postcss-normalize-positions-5.1.1.tgz#ef97279d894087b59325b45c47f1e863daefbb92" + integrity sha512-6UpCb0G4eofTCQLFVuI3EVNZzBNPiIKcA1AKVka+31fTVySphr3VUgAIULBhxZkKgwLImhzMR2Bw1ORK+37INg== + dependencies: + postcss-value-parser "^4.2.0" + +postcss-normalize-repeat-style@^5.1.1: + version "5.1.1" + resolved "https://registry.npmmirror.com/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-5.1.1.tgz#e9eb96805204f4766df66fd09ed2e13545420fb2" + integrity sha512-mFpLspGWkQtBcWIRFLmewo8aC3ImN2i/J3v8YCFUwDnPu3Xz4rLohDO26lGjwNsQxB3YF0KKRwspGzE2JEuS0g== + dependencies: + postcss-value-parser "^4.2.0" + +postcss-normalize-string@^5.1.0: + version "5.1.0" + resolved "https://registry.npmmirror.com/postcss-normalize-string/-/postcss-normalize-string-5.1.0.tgz#411961169e07308c82c1f8c55f3e8a337757e228" + integrity sha512-oYiIJOf4T9T1N4i+abeIc7Vgm/xPCGih4bZz5Nm0/ARVJ7K6xrDlLwvwqOydvyL3RHNf8qZk6vo3aatiw/go3w== + dependencies: + postcss-value-parser "^4.2.0" + +postcss-normalize-timing-functions@^5.1.0: + version "5.1.0" + resolved "https://registry.npmmirror.com/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-5.1.0.tgz#d5614410f8f0b2388e9f240aa6011ba6f52dafbb" + integrity sha512-DOEkzJ4SAXv5xkHl0Wa9cZLF3WCBhF3o1SKVxKQAa+0pYKlueTpCgvkFAHfk+Y64ezX9+nITGrDZeVGgITJXjg== + dependencies: + postcss-value-parser "^4.2.0" + +postcss-normalize-unicode@^5.1.1: + version "5.1.1" + resolved "https://registry.npmmirror.com/postcss-normalize-unicode/-/postcss-normalize-unicode-5.1.1.tgz#f67297fca3fea7f17e0d2caa40769afc487aa030" + integrity sha512-qnCL5jzkNUmKVhZoENp1mJiGNPcsJCs1aaRmURmeJGES23Z/ajaln+EPTD+rBeNkSryI+2WTdW+lwcVdOikrpA== + dependencies: + browserslist "^4.21.4" + postcss-value-parser "^4.2.0" + +postcss-normalize-url@^5.1.0: + version "5.1.0" + resolved "https://registry.npmmirror.com/postcss-normalize-url/-/postcss-normalize-url-5.1.0.tgz#ed9d88ca82e21abef99f743457d3729a042adcdc" + integrity sha512-5upGeDO+PVthOxSmds43ZeMeZfKH+/DKgGRD7TElkkyS46JXAUhMzIKiCa7BabPeIy3AQcTkXwVVN7DbqsiCew== + dependencies: + normalize-url "^6.0.1" + postcss-value-parser "^4.2.0" + +postcss-normalize-whitespace@^5.1.1: + version "5.1.1" + resolved "https://registry.npmmirror.com/postcss-normalize-whitespace/-/postcss-normalize-whitespace-5.1.1.tgz#08a1a0d1ffa17a7cc6efe1e6c9da969cc4493cfa" + integrity sha512-83ZJ4t3NUDETIHTa3uEg6asWjSBYL5EdkVB0sDncx9ERzOKBVJIUeDO9RyA9Zwtig8El1d79HBp0JEi8wvGQnA== + dependencies: + postcss-value-parser "^4.2.0" + +postcss-ordered-values@^5.1.3: + version "5.1.3" + resolved "https://registry.npmmirror.com/postcss-ordered-values/-/postcss-ordered-values-5.1.3.tgz#b6fd2bd10f937b23d86bc829c69e7732ce76ea38" + integrity sha512-9UO79VUhPwEkzbb3RNpqqghc6lcYej1aveQteWY+4POIwlqkYE21HKWaLDF6lWNuqCobEAyTovVhtI32Rbv2RQ== + dependencies: + cssnano-utils "^3.1.0" + postcss-value-parser "^4.2.0" + +postcss-reduce-initial@^5.1.1: + version "5.1.1" + resolved "https://registry.npmmirror.com/postcss-reduce-initial/-/postcss-reduce-initial-5.1.1.tgz#c18b7dfb88aee24b1f8e4936541c29adbd35224e" + integrity sha512-//jeDqWcHPuXGZLoolFrUXBDyuEGbr9S2rMo19bkTIjBQ4PqkaO+oI8wua5BOUxpfi97i3PCoInsiFIEBfkm9w== + dependencies: + browserslist "^4.21.4" + caniuse-api "^3.0.0" + +postcss-reduce-transforms@^5.1.0: + version "5.1.0" + resolved "https://registry.npmmirror.com/postcss-reduce-transforms/-/postcss-reduce-transforms-5.1.0.tgz#333b70e7758b802f3dd0ddfe98bb1ccfef96b6e9" + integrity sha512-2fbdbmgir5AvpW9RLtdONx1QoYG2/EtqpNQbFASDlixBbAYuTcJ0dECwlqNqH7VbaUnEnh8SrxOe2sRIn24XyQ== + dependencies: + postcss-value-parser "^4.2.0" + +postcss-selector-parser@^6.0.4, postcss-selector-parser@^6.0.5, postcss-selector-parser@^6.0.9: + version "6.0.10" + resolved "https://registry.npmmirror.com/postcss-selector-parser/-/postcss-selector-parser-6.0.10.tgz#79b61e2c0d1bfc2602d549e11d0876256f8df88d" + integrity sha512-IQ7TZdoaqbT+LCpShg46jnZVlhWD2w6iQYAcYXfHARZ7X1t/UGhhceQDs5X0cGqKvYlHNOuv7Oa1xmb0oQuA3w== + dependencies: + cssesc "^3.0.0" + util-deprecate "^1.0.2" + +postcss-svgo@^5.1.0: + version "5.1.0" + resolved "https://registry.npmmirror.com/postcss-svgo/-/postcss-svgo-5.1.0.tgz#0a317400ced789f233a28826e77523f15857d80d" + integrity sha512-D75KsH1zm5ZrHyxPakAxJWtkyXew5qwS70v56exwvw542d9CRtTo78K0WeFxZB4G7JXKKMbEZtZayTGdIky/eA== + dependencies: + postcss-value-parser "^4.2.0" + svgo "^2.7.0" + +postcss-unique-selectors@^5.1.1: + version "5.1.1" + resolved "https://registry.npmmirror.com/postcss-unique-selectors/-/postcss-unique-selectors-5.1.1.tgz#a9f273d1eacd09e9aa6088f4b0507b18b1b541b6" + integrity sha512-5JiODlELrz8L2HwxfPnhOWZYWDxVHWL83ufOv84NrcgipI7TaeRsatAhK4Tr2/ZiYldpK/wBvw5BD3qfaK96GA== + dependencies: + postcss-selector-parser "^6.0.5" + +postcss-url@^10.1.3: + version "10.1.3" + resolved "https://registry.npmmirror.com/postcss-url/-/postcss-url-10.1.3.tgz#54120cc910309e2475ec05c2cfa8f8a2deafdf1e" + integrity sha512-FUzyxfI5l2tKmXdYc6VTu3TWZsInayEKPbiyW+P6vmmIrrb4I6CGX0BFoewgYHLK+oIL5FECEK02REYRpBvUCw== + dependencies: + make-dir "~3.1.0" + mime "~2.5.2" + minimatch "~3.0.4" + xxhashjs "~0.2.2" + +postcss-value-parser@^4.0.0, postcss-value-parser@^4.2.0: + version "4.2.0" + resolved "https://registry.npmmirror.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz#723c09920836ba6d3e5af019f92bc0971c02e514" + integrity sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ== + +postcss@^8.1.10, postcss@^8.4.16, postcss@^8.4.18: + version "8.4.18" + resolved "https://registry.npmmirror.com/postcss/-/postcss-8.4.18.tgz#6d50046ea7d3d66a85e0e782074e7203bc7fbca2" + integrity sha512-Wi8mWhncLJm11GATDaQKobXSNEYGUHeQLiQqDFG1qQ5UTDPTEvKw0Xt5NsTpktGTwLps3ByrWsBrG0rB8YQ9oA== + dependencies: + nanoid "^3.3.4" + picocolors "^1.0.0" + source-map-js "^1.0.2" + +pretty-bytes@^6.0.0: + version "6.0.0" + resolved "https://registry.npmmirror.com/pretty-bytes/-/pretty-bytes-6.0.0.tgz#928be2ad1f51a2e336add8ba764739f9776a8140" + integrity sha512-6UqkYefdogmzqAZWzJ7laYeJnaXDy2/J+ZqiiMtS7t7OfpXWTlaeGMwX8U6EFvPV/YWWEKRkS8hKS4k60WHTOg== + +process-nextick-args@~2.0.0: + version "2.0.1" + resolved "https://registry.npmmirror.com/process-nextick-args/-/process-nextick-args-2.0.1.tgz#7820d9b16120cc55ca9ae7792680ae7dba6d7fe2" + integrity sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag== + +protocols@^2.0.0, protocols@^2.0.1: + version "2.0.1" + resolved "https://registry.npmmirror.com/protocols/-/protocols-2.0.1.tgz#8f155da3fc0f32644e83c5782c8e8212ccf70a86" + integrity sha512-/XJ368cyBJ7fzLMwLKv1e4vLxOju2MNAIokcr7meSaNcVbWz/CPcW22cP04mwxOErdA5mwjA8Q6w/cdAQxVn7Q== + +prr@~1.0.1: + version "1.0.1" + resolved "https://registry.npmmirror.com/prr/-/prr-1.0.1.tgz#d3fc114ba06995a45ec6893f484ceb1d78f5f476" + integrity sha512-yPw4Sng1gWghHQWj0B3ZggWUm4qVbPwPFcRG8KyxiU7J2OHFSoEHKS+EZ3fv5l1t9CyCiop6l/ZYeWbrgoQejw== + +queue-microtask@^1.2.2: + version "1.2.3" + resolved "https://registry.npmmirror.com/queue-microtask/-/queue-microtask-1.2.3.tgz#4929228bbc724dfac43e0efb058caf7b6cfb6243" + integrity sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A== + +radix3@^0.2.1: + version "0.2.1" + resolved "https://registry.npmmirror.com/radix3/-/radix3-0.2.1.tgz#77e66a41c7ba5600a8bc137fd259ef661d314418" + integrity sha512-FnhArTl5Tq7dodiLeSPKrDUyCQuJqEncP8cKdyy399g8F/cz7GH6FmzA3Rkosu2IZMkpswFFwXfb2ERSiL06pg== + +randombytes@^2.1.0: + version "2.1.0" + resolved "https://registry.npmmirror.com/randombytes/-/randombytes-2.1.0.tgz#df6f84372f0270dc65cdf6291349ab7a473d4f2a" + integrity sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ== + dependencies: + safe-buffer "^5.1.0" + +range-parser@~1.2.1: + version "1.2.1" + resolved "https://registry.npmmirror.com/range-parser/-/range-parser-1.2.1.tgz#3cf37023d199e1c24d1a55b84800c2f3e6468031" + integrity sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg== + +rc9@^1.2.2: + version "1.2.2" + resolved "https://registry.npmmirror.com/rc9/-/rc9-1.2.2.tgz#0d79202e088dd80e2e0f77ac36f520247d2d3964" + integrity sha512-zbe8+HR2X28eZepAwohuKkebbEsA67h0DO9I7g12QrHa2CQopR9gztOLPIPXXGTvcxeUjAN4wZ+b29t3m/u05g== + dependencies: + defu "^6.0.0" + destr "^1.1.1" + flat "^5.0.0" + +read-cache@^1.0.0: + version "1.0.0" + resolved "https://registry.npmmirror.com/read-cache/-/read-cache-1.0.0.tgz#e664ef31161166c9751cdbe8dbcf86b5fb58f774" + integrity sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA== + dependencies: + pify "^2.3.0" + +readable-stream@^2.0.0, readable-stream@^2.0.1, readable-stream@^2.0.5: + version "2.3.7" + resolved "https://registry.npmmirror.com/readable-stream/-/readable-stream-2.3.7.tgz#1eca1cf711aef814c04f62252a36a62f6cb23b57" + integrity sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw== + dependencies: + core-util-is "~1.0.0" + inherits "~2.0.3" + isarray "~1.0.0" + process-nextick-args "~2.0.0" + safe-buffer "~5.1.1" + string_decoder "~1.1.1" + util-deprecate "~1.0.1" + +readable-stream@^3.1.1, readable-stream@^3.4.0, readable-stream@^3.6.0: + version "3.6.0" + resolved "https://registry.npmmirror.com/readable-stream/-/readable-stream-3.6.0.tgz#337bbda3adc0706bd3e024426a286d4b4b2c9198" + integrity sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA== + dependencies: + inherits "^2.0.3" + string_decoder "^1.1.1" + util-deprecate "^1.0.1" + +readdir-glob@^1.0.0: + version "1.1.2" + resolved "https://registry.npmmirror.com/readdir-glob/-/readdir-glob-1.1.2.tgz#b185789b8e6a43491635b6953295c5c5e3fd224c" + integrity sha512-6RLVvwJtVwEDfPdn6X6Ille4/lxGl0ATOY4FN/B9nxQcgOazvvI0nodiD19ScKq0PvA/29VpaOQML36o5IzZWA== + dependencies: + minimatch "^5.1.0" + +readdirp@~3.6.0: + version "3.6.0" + resolved "https://registry.npmmirror.com/readdirp/-/readdirp-3.6.0.tgz#74a370bd857116e245b29cc97340cd431a02a6c7" + integrity sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA== + dependencies: + picomatch "^2.2.1" + +redis-errors@^1.0.0, redis-errors@^1.2.0: + version "1.2.0" + resolved "https://registry.npmmirror.com/redis-errors/-/redis-errors-1.2.0.tgz#eb62d2adb15e4eaf4610c04afe1529384250abad" + integrity sha512-1qny3OExCf0UvUV/5wpYKf2YwPcOqXzkwKKSmKHiE6ZMQs5heeE/c8eXK+PNllPvmjgAbfnsbpkGZWy8cBpn9w== + +redis-parser@^3.0.0: + version "3.0.0" + resolved "https://registry.npmmirror.com/redis-parser/-/redis-parser-3.0.0.tgz#b66d828cdcafe6b4b8a428a7def4c6bcac31c8b4" + integrity sha512-DJnGAeenTdpMEH6uAJRK/uiyEIH9WVsUmoLwzudwGJUwZPp80PDBWPHXSAGNPwNvIXAbe7MSUB1zQFugFml66A== + dependencies: + redis-errors "^1.0.0" + +require-directory@^2.1.1: + version "2.1.1" + resolved "https://registry.npmmirror.com/require-directory/-/require-directory-2.1.1.tgz#8c64ad5fd30dab1c976e2344ffe7f792a6a6df42" + integrity sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q== + +requires-port@^1.0.0: + version "1.0.0" + resolved "https://registry.npmmirror.com/requires-port/-/requires-port-1.0.0.tgz#925d2601d39ac485e091cf0da5c6e694dc3dcaff" + integrity sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ== + +resolve-from@^5.0.0: + version "5.0.0" + resolved "https://registry.npmmirror.com/resolve-from/-/resolve-from-5.0.0.tgz#c35225843df8f776df21c57557bc087e9dfdfc69" + integrity sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw== + +resolve@^1.1.7, resolve@^1.22.1: + version "1.22.1" + resolved "https://registry.npmmirror.com/resolve/-/resolve-1.22.1.tgz#27cb2ebb53f91abb49470a928bba7558066ac177" + integrity sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw== + dependencies: + is-core-module "^2.9.0" + path-parse "^1.0.7" + supports-preserve-symlinks-flag "^1.0.0" + +restore-cursor@^4.0.0: + version "4.0.0" + resolved "https://registry.npmmirror.com/restore-cursor/-/restore-cursor-4.0.0.tgz#519560a4318975096def6e609d44100edaa4ccb9" + integrity sha512-I9fPXU9geO9bHOt9pHHOhOkYerIMsmVaWB0rA2AI9ERh/+x/i7MV5HKBNrg+ljO5eoPVgCcnFuRjJ9uH6I/3eg== + dependencies: + onetime "^5.1.0" + signal-exit "^3.0.2" + +reusify@^1.0.4: + version "1.0.4" + resolved "https://registry.npmmirror.com/reusify/-/reusify-1.0.4.tgz#90da382b1e126efc02146e90845a88db12925d76" + integrity sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw== + +rimraf@^3.0.2: + version "3.0.2" + resolved "https://registry.npmmirror.com/rimraf/-/rimraf-3.0.2.tgz#f1a5402ba6220ad52cc1282bac1ae3aa49fd061a" + integrity sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA== + dependencies: + glob "^7.1.3" + +rollup-plugin-terser@^7.0.2: + version "7.0.2" + resolved "https://registry.npmmirror.com/rollup-plugin-terser/-/rollup-plugin-terser-7.0.2.tgz#e8fbba4869981b2dc35ae7e8a502d5c6c04d324d" + integrity sha512-w3iIaU4OxcF52UUXiZNsNeuXIMDvFrr+ZXK6bFZ0Q60qyVfq4uLptoS4bbq3paG3x216eQllFZX7zt6TIImguQ== + dependencies: + "@babel/code-frame" "^7.10.4" + jest-worker "^26.2.1" + serialize-javascript "^4.0.0" + terser "^5.0.0" + +rollup-plugin-visualizer@^5.8.3: + version "5.8.3" + resolved "https://registry.npmmirror.com/rollup-plugin-visualizer/-/rollup-plugin-visualizer-5.8.3.tgz#2f002d6e1e38f4d4fb8638fd8d23ec799c3a2060" + integrity sha512-QGJk4Bqe4AOat5AjipOh8esZH1nck5X2KFpf4VytUdSUuuuSwvIQZjMGgjcxe/zXexltqaXp5Vx1V3LmnQH15Q== + dependencies: + open "^8.4.0" + source-map "^0.7.4" + yargs "^17.5.1" + +rollup-pluginutils@^2.8.2: + version "2.8.2" + resolved "https://registry.npmmirror.com/rollup-pluginutils/-/rollup-pluginutils-2.8.2.tgz#72f2af0748b592364dbd3389e600e5a9444a351e" + integrity sha512-EEp9NhnUkwY8aif6bxgovPHMoMoNr2FulJziTndpt5H9RdwC47GSGuII9XxpSdzVGM0GWrNPHV6ie1LTNJPaLQ== + dependencies: + estree-walker "^0.6.1" + +rollup@^2.79.1: + version "2.79.1" + resolved "https://registry.npmmirror.com/rollup/-/rollup-2.79.1.tgz#bedee8faef7c9f93a2647ac0108748f497f081c7" + integrity sha512-uKxbd0IhMZOhjAiD5oAFp7BqvkA4Dv47qpOCtaNvng4HBwdbWtdOh8f5nZNuk2rp51PMGk3bzfWu5oayNEuYnw== + optionalDependencies: + fsevents "~2.3.2" + +rollup@~2.78.0: + version "2.78.1" + resolved "https://registry.npmmirror.com/rollup/-/rollup-2.78.1.tgz#52fe3934d9c83cb4f7c4cb5fb75d88591be8648f" + integrity sha512-VeeCgtGi4P+o9hIg+xz4qQpRl6R401LWEXBmxYKOV4zlF82lyhgh2hTZnheFUbANE8l2A41F458iwj2vEYaXJg== + optionalDependencies: + fsevents "~2.3.2" + +run-async@^2.4.0: + version "2.4.1" + resolved "https://registry.npmmirror.com/run-async/-/run-async-2.4.1.tgz#8440eccf99ea3e70bd409d49aab88e10c189a455" + integrity sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ== + +run-parallel@^1.1.9: + version "1.2.0" + resolved "https://registry.npmmirror.com/run-parallel/-/run-parallel-1.2.0.tgz#66d1368da7bdf921eb9d95bd1a9229e7f21a43ee" + integrity sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA== + dependencies: + queue-microtask "^1.2.2" + +rxjs@^7.5.7: + version "7.5.7" + resolved "https://registry.npmmirror.com/rxjs/-/rxjs-7.5.7.tgz#2ec0d57fdc89ece220d2e702730ae8f1e49def39" + integrity sha512-z9MzKh/UcOqB3i20H6rtrlaE/CgjLOvheWK/9ILrbhROGTweAi1BaFsTT9FbwZi5Trr1qNRs+MXkhmR06awzQA== + dependencies: + tslib "^2.1.0" + +safe-buffer@^5.1.0, safe-buffer@^5.1.2, safe-buffer@^5.2.1, safe-buffer@~5.2.0: + version "5.2.1" + resolved "https://registry.npmmirror.com/safe-buffer/-/safe-buffer-5.2.1.tgz#1eaf9fa9bdb1fdd4ec75f58f9cdb4e6b7827eec6" + integrity sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ== + +safe-buffer@~5.1.0, safe-buffer@~5.1.1: + version "5.1.2" + resolved "https://registry.npmmirror.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d" + integrity sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g== + +"safer-buffer@>= 2.1.2 < 3": + version "2.1.2" + resolved "https://registry.npmmirror.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a" + integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg== + +scule@^0.3.2: + version "0.3.2" + resolved "https://registry.npmmirror.com/scule/-/scule-0.3.2.tgz#472445cecd8357165a94a067f78cee40e700b596" + integrity sha512-zIvPdjOH8fv8CgrPT5eqtxHQXmPNnV/vHJYffZhE43KZkvULvpCTvOt1HPlFaCZx287INL9qaqrZg34e8NgI4g== + +semver@^6.0.0, semver@^6.3.0: + version "6.3.0" + resolved "https://registry.npmmirror.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d" + integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw== + +semver@^7.3.4, semver@^7.3.5, semver@^7.3.8: + version "7.3.8" + resolved "https://registry.npmmirror.com/semver/-/semver-7.3.8.tgz#07a78feafb3f7b32347d725e33de7e2a2df67798" + integrity sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A== + dependencies: + lru-cache "^6.0.0" + +send@0.18.0: + version "0.18.0" + resolved "https://registry.npmmirror.com/send/-/send-0.18.0.tgz#670167cc654b05f5aa4a767f9113bb371bc706be" + integrity sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg== + dependencies: + debug "2.6.9" + depd "2.0.0" + destroy "1.2.0" + encodeurl "~1.0.2" + escape-html "~1.0.3" + etag "~1.8.1" + fresh "0.5.2" + http-errors "2.0.0" + mime "1.6.0" + ms "2.1.3" + on-finished "2.4.1" + range-parser "~1.2.1" + statuses "2.0.1" + +serialize-javascript@^4.0.0: + version "4.0.0" + resolved "https://registry.npmmirror.com/serialize-javascript/-/serialize-javascript-4.0.0.tgz#b525e1238489a5ecfc42afacc3fe99e666f4b1aa" + integrity sha512-GaNA54380uFefWghODBWEGisLZFj00nS5ACs6yHa9nLqlLpVLO8ChDGeKRjZnV4Nh4n0Qi7nhYZD/9fCPzEqkw== + dependencies: + randombytes "^2.1.0" + +serve-placeholder@^2.0.1: + version "2.0.1" + resolved "https://registry.npmmirror.com/serve-placeholder/-/serve-placeholder-2.0.1.tgz#dfa741812f49dfea472a68c4f292dbc40d28389a" + integrity sha512-rUzLlXk4uPFnbEaIz3SW8VISTxMuONas88nYWjAWaM2W9VDbt9tyFOr3lq8RhVOFrT3XISoBw8vni5una8qMnQ== + dependencies: + defu "^6.0.0" + +serve-static@^1.15.0: + version "1.15.0" + resolved "https://registry.npmmirror.com/serve-static/-/serve-static-1.15.0.tgz#faaef08cffe0a1a62f60cad0c4e513cff0ac9540" + integrity sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g== + dependencies: + encodeurl "~1.0.2" + escape-html "~1.0.3" + parseurl "~1.3.3" + send "0.18.0" + +set-blocking@^2.0.0: + version "2.0.0" + resolved "https://registry.npmmirror.com/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803ddd382b24392b3d890f7" + integrity sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw== + +setprototypeof@1.2.0: + version "1.2.0" + resolved "https://registry.npmmirror.com/setprototypeof/-/setprototypeof-1.2.0.tgz#66c9a24a73f9fc28cbe66b09fed3d33dcaf1b424" + integrity sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw== + +shebang-command@^2.0.0: + version "2.0.0" + resolved "https://registry.npmmirror.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea" + integrity sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA== + dependencies: + shebang-regex "^3.0.0" + +shebang-regex@^3.0.0: + version "3.0.0" + resolved "https://registry.npmmirror.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172" + integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A== + +signal-exit@^3.0.0, signal-exit@^3.0.2, signal-exit@^3.0.3: + version "3.0.7" + resolved "https://registry.npmmirror.com/signal-exit/-/signal-exit-3.0.7.tgz#a9a1767f8af84155114eaabd73f99273c8f59ad9" + integrity sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ== + +slash@^4.0.0: + version "4.0.0" + resolved "https://registry.npmmirror.com/slash/-/slash-4.0.0.tgz#2422372176c4c6c5addb5e2ada885af984b396a7" + integrity sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew== + +source-map-js@^1.0.2: + version "1.0.2" + resolved "https://registry.npmmirror.com/source-map-js/-/source-map-js-1.0.2.tgz#adbc361d9c62df380125e7f161f71c826f1e490c" + integrity sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw== + +source-map-support@^0.5.21, source-map-support@~0.5.20: + version "0.5.21" + resolved "https://registry.npmmirror.com/source-map-support/-/source-map-support-0.5.21.tgz#04fe7c7f9e1ed2d662233c28cb2b35b9f63f6e4f" + integrity sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w== + dependencies: + buffer-from "^1.0.0" + source-map "^0.6.0" + +source-map@^0.6.0, source-map@^0.6.1: + version "0.6.1" + resolved "https://registry.npmmirror.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263" + integrity sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g== + +source-map@^0.7.4: + version "0.7.4" + resolved "https://registry.npmmirror.com/source-map/-/source-map-0.7.4.tgz#a9bbe705c9d8846f4e08ff6765acf0f1b0898656" + integrity sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA== + +sourcemap-codec@^1.4.8: + version "1.4.8" + resolved "https://registry.npmmirror.com/sourcemap-codec/-/sourcemap-codec-1.4.8.tgz#ea804bd94857402e6992d05a38ef1ae35a9ab4c4" + integrity sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA== + +stable@^0.1.8: + version "0.1.8" + resolved "https://registry.npmmirror.com/stable/-/stable-0.1.8.tgz#836eb3c8382fe2936feaf544631017ce7d47a3cf" + integrity sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w== + +standard-as-callback@^2.1.0: + version "2.1.0" + resolved "https://registry.npmmirror.com/standard-as-callback/-/standard-as-callback-2.1.0.tgz#8953fc05359868a77b5b9739a665c5977bb7df45" + integrity sha512-qoRRSyROncaz1z0mvYqIE4lCd9p2R90i6GxW3uZv5ucSu8tU7B5HXUP1gG8pVZsYNVaXjk8ClXHPttLyxAL48A== + +statuses@2.0.1: + version "2.0.1" + resolved "https://registry.npmmirror.com/statuses/-/statuses-2.0.1.tgz#55cb000ccf1d48728bd23c685a063998cf1a1b63" + integrity sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ== + +std-env@^3.2.1, std-env@^3.3.0: + version "3.3.0" + resolved "https://registry.npmmirror.com/std-env/-/std-env-3.3.0.tgz#86b5b5d416c5744b3fdeac6893c2b98196fc1a55" + integrity sha512-cNNS+VYsXIs5gI6gJipO4qZ8YYT274JHvNnQ1/R/x8Q8mdP0qj0zoMchRXmBNPqp/0eOEhX+3g7g6Fgb7meLIQ== + +streamsearch@^1.1.0: + version "1.1.0" + resolved "https://registry.npmmirror.com/streamsearch/-/streamsearch-1.1.0.tgz#404dd1e2247ca94af554e841a8ef0eaa238da764" + integrity sha512-Mcc5wHehp9aXz1ax6bZUyY5afg9u2rv5cqQI3mRrYkGC8rW2hM02jWuwjtL++LS5qinSyhj2QfLyNsuc+VsExg== + +"string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3: + version "4.2.3" + resolved "https://registry.npmmirror.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010" + integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g== + dependencies: + emoji-regex "^8.0.0" + is-fullwidth-code-point "^3.0.0" + strip-ansi "^6.0.1" + +string-width@^5.0.1, string-width@^5.1.2: + version "5.1.2" + resolved "https://registry.npmmirror.com/string-width/-/string-width-5.1.2.tgz#14f8daec6d81e7221d2a357e668cab73bdbca794" + integrity sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA== + dependencies: + eastasianwidth "^0.2.0" + emoji-regex "^9.2.2" + strip-ansi "^7.0.1" + +string_decoder@^1.1.1: + version "1.3.0" + resolved "https://registry.npmmirror.com/string_decoder/-/string_decoder-1.3.0.tgz#42f114594a46cf1a8e30b0a84f56c78c3edac21e" + integrity sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA== + dependencies: + safe-buffer "~5.2.0" + +string_decoder@~1.1.1: + version "1.1.1" + resolved "https://registry.npmmirror.com/string_decoder/-/string_decoder-1.1.1.tgz#9cf1611ba62685d7030ae9e4ba34149c3af03fc8" + integrity sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg== + dependencies: + safe-buffer "~5.1.0" + +strip-ansi@^6.0.0, strip-ansi@^6.0.1: + version "6.0.1" + resolved "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9" + integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A== + dependencies: + ansi-regex "^5.0.1" + +strip-ansi@^7.0.1: + version "7.0.1" + resolved "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-7.0.1.tgz#61740a08ce36b61e50e65653f07060d000975fb2" + integrity sha512-cXNxvT8dFNRVfhVME3JAe98mkXDYN2O1l7jmcwMnOslDeESg1rF/OZMtK0nRAhiari1unG5cD4jG3rapUAkLbw== + dependencies: + ansi-regex "^6.0.1" + +strip-final-newline@^2.0.0: + version "2.0.0" + resolved "https://registry.npmmirror.com/strip-final-newline/-/strip-final-newline-2.0.0.tgz#89b852fb2fcbe936f6f4b3187afb0a12c1ab58ad" + integrity sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA== + +strip-literal@^0.4.2: + version "0.4.2" + resolved "https://registry.npmmirror.com/strip-literal/-/strip-literal-0.4.2.tgz#4f9fa6c38bb157b924e9ace7155ebf8a2342cbcf" + integrity sha512-pv48ybn4iE1O9RLgCAN0iU4Xv7RlBTiit6DKmMiErbs9x1wH6vXBs45tWc0H5wUIF6TLTrKweqkmYF/iraQKNw== + dependencies: + acorn "^8.8.0" + +stylehacks@^5.1.1: + version "5.1.1" + resolved "https://registry.npmmirror.com/stylehacks/-/stylehacks-5.1.1.tgz#7934a34eb59d7152149fa69d6e9e56f2fc34bcc9" + integrity sha512-sBpcd5Hx7G6seo7b1LkpttvTz7ikD0LlH5RmdcBNb6fFR0Fl7LQwHDFr300q4cwUqi+IYrFGmsIHieMBfnN/Bw== + dependencies: + browserslist "^4.21.4" + postcss-selector-parser "^6.0.4" + +supports-color@^5.3.0: + version "5.5.0" + resolved "https://registry.npmmirror.com/supports-color/-/supports-color-5.5.0.tgz#e2e69a44ac8772f78a1ec0b35b689df6530efc8f" + integrity sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow== + dependencies: + has-flag "^3.0.0" + +supports-color@^7.0.0, supports-color@^7.1.0: + version "7.2.0" + resolved "https://registry.npmmirror.com/supports-color/-/supports-color-7.2.0.tgz#1b7dcdcb32b8138801b3e478ba6a51caa89648da" + integrity sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw== + dependencies: + has-flag "^4.0.0" + +supports-preserve-symlinks-flag@^1.0.0: + version "1.0.0" + resolved "https://registry.npmmirror.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz#6eda4bd344a3c94aea376d4cc31bc77311039e09" + integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w== + +svg-tags@^1.0.0: + version "1.0.0" + resolved "https://registry.npmmirror.com/svg-tags/-/svg-tags-1.0.0.tgz#58f71cee3bd519b59d4b2a843b6c7de64ac04764" + integrity sha512-ovssysQTa+luh7A5Weu3Rta6FJlFBBbInjOh722LIt6klpU2/HtdUbszju/G4devcvk8PGt7FCLv5wftu3THUA== + +svgo@^2.7.0: + version "2.8.0" + resolved "https://registry.npmmirror.com/svgo/-/svgo-2.8.0.tgz#4ff80cce6710dc2795f0c7c74101e6764cfccd24" + integrity sha512-+N/Q9kV1+F+UeWYoSiULYo4xYSDQlTgb+ayMobAXPwMnLvop7oxKMo9OzIrX5x3eS4L4f2UHhc9axXwY8DpChg== + dependencies: + "@trysound/sax" "0.2.0" + commander "^7.2.0" + css-select "^4.1.3" + css-tree "^1.1.3" + csso "^4.2.0" + picocolors "^1.0.0" + stable "^0.1.8" + +tapable@^1.0.0: + version "1.1.3" + resolved "https://registry.npmmirror.com/tapable/-/tapable-1.1.3.tgz#a1fccc06b58db61fd7a45da2da44f5f3a3e67ba2" + integrity sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA== + +tapable@^2.2.0: + version "2.2.1" + resolved "https://registry.npmmirror.com/tapable/-/tapable-2.2.1.tgz#1967a73ef4060a82f12ab96af86d52fdb76eeca0" + integrity sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ== + +tar-stream@^2.2.0: + version "2.2.0" + resolved "https://registry.npmmirror.com/tar-stream/-/tar-stream-2.2.0.tgz#acad84c284136b060dc3faa64474aa9aebd77287" + integrity sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ== + dependencies: + bl "^4.0.3" + end-of-stream "^1.4.1" + fs-constants "^1.0.0" + inherits "^2.0.3" + readable-stream "^3.1.1" + +tar@^4.4.1: + version "4.4.19" + resolved "https://registry.npmmirror.com/tar/-/tar-4.4.19.tgz#2e4d7263df26f2b914dee10c825ab132123742f3" + integrity sha512-a20gEsvHnWe0ygBY8JbxoM4w3SJdhc7ZAuxkLqh+nvNQN2IOt0B5lLgM490X5Hl8FF0dl0tOf2ewFYAlIFgzVA== + dependencies: + chownr "^1.1.4" + fs-minipass "^1.2.7" + minipass "^2.9.0" + minizlib "^1.3.3" + mkdirp "^0.5.5" + safe-buffer "^5.2.1" + yallist "^3.1.1" + +tar@^6.1.11: + version "6.1.12" + resolved "https://registry.npmmirror.com/tar/-/tar-6.1.12.tgz#3b742fb05669b55671fb769ab67a7791ea1a62e6" + integrity sha512-jU4TdemS31uABHd+Lt5WEYJuzn+TJTCBLljvIAHZOz6M9Os5pJ4dD+vRFLxPa/n3T0iEFzpi+0x1UfuDZYbRMw== + dependencies: + chownr "^2.0.0" + fs-minipass "^2.0.0" + minipass "^3.0.0" + minizlib "^2.1.1" + mkdirp "^1.0.3" + yallist "^4.0.0" + +terser@^5.0.0: + version "5.15.1" + resolved "https://registry.npmmirror.com/terser/-/terser-5.15.1.tgz#8561af6e0fd6d839669c73b92bdd5777d870ed6c" + integrity sha512-K1faMUvpm/FBxjBXud0LWVAGxmvoPbZbfTCYbSgaaYQaIXI3/TdI7a7ZGA73Zrou6Q8Zmz3oeUTsp/dj+ag2Xw== + dependencies: + "@jridgewell/source-map" "^0.3.2" + acorn "^8.5.0" + commander "^2.20.0" + source-map-support "~0.5.20" + +three@^0.146.0: + version "0.146.0" + resolved "https://registry.npmmirror.com/three/-/three-0.146.0.tgz#fd80f0d128ab4bb821a02191ae241e4e6326f17a" + integrity sha512-1lvNfLezN6OJ9NaFAhfX4sm5e9YCzHtaRgZ1+B4C+Hv6TibRMsuBAM5/wVKzxjpYIlMymvgsHEFrrigEfXnb2A== + +through@^2.3.6: + version "2.3.8" + resolved "https://registry.npmmirror.com/through/-/through-2.3.8.tgz#0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5" + integrity sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg== + +tiny-invariant@^1.1.0: + version "1.3.1" + resolved "https://registry.npmmirror.com/tiny-invariant/-/tiny-invariant-1.3.1.tgz#8560808c916ef02ecfd55e66090df23a4b7aa642" + integrity sha512-AD5ih2NlSssTCwsMznbvwMZpJ1cbhkGd2uueNxzv2jDlEeZdU04JQfRnggJQ8DrcVBGjAsCKwFBbDlVNtEMlzw== + +tmp@^0.0.33: + version "0.0.33" + resolved "https://registry.npmmirror.com/tmp/-/tmp-0.0.33.tgz#6d34335889768d21b2bcda0aa277ced3b1bfadf9" + integrity sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw== + dependencies: + os-tmpdir "~1.0.2" + +to-fast-properties@^2.0.0: + version "2.0.0" + resolved "https://registry.npmmirror.com/to-fast-properties/-/to-fast-properties-2.0.0.tgz#dc5e698cbd079265bc73e0377681a4e4e83f616e" + integrity sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog== + +to-regex-range@^5.0.1: + version "5.0.1" + resolved "https://registry.npmmirror.com/to-regex-range/-/to-regex-range-5.0.1.tgz#1648c44aae7c8d988a326018ed72f5b4dd0392e4" + integrity sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ== + dependencies: + is-number "^7.0.0" + +toidentifier@1.0.1: + version "1.0.1" + resolved "https://registry.npmmirror.com/toidentifier/-/toidentifier-1.0.1.tgz#3be34321a88a820ed1bd80dfaa33e479fbb8dd35" + integrity sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA== + +tr46@~0.0.3: + version "0.0.3" + resolved "https://registry.npmmirror.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a" + integrity sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw== + +tslib@^2.1.0: + version "2.4.1" + resolved "https://registry.npmmirror.com/tslib/-/tslib-2.4.1.tgz#0d0bfbaac2880b91e22df0768e55be9753a5b17e" + integrity sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA== + +type-fest@^0.21.3: + version "0.21.3" + resolved "https://registry.npmmirror.com/type-fest/-/type-fest-0.21.3.tgz#d260a24b0198436e133fa26a524a6d65fa3b2e37" + integrity sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w== + +type-fest@^2.11.2: + version "2.19.0" + resolved "https://registry.npmmirror.com/type-fest/-/type-fest-2.19.0.tgz#88068015bb33036a598b952e55e9311a60fd3a9b" + integrity sha512-RAH822pAdBgcNMAfWnCBU3CFZcfZ/i1eZjwFU/dsLKumyuuP3niueg2UAukXYF0E2AAoc82ZSSf9J0WQBinzHA== + +type-fest@^3.0.0: + version "3.1.0" + resolved "https://registry.npmmirror.com/type-fest/-/type-fest-3.1.0.tgz#157b74044d9c27fd796b9c6aa46eae6658b1e9b8" + integrity sha512-StmrZmK3eD9mDF9Vt7UhqthrDSk66O9iYl5t5a0TSoVkHjl0XZx/xuc/BRz4urAXXGHOY5OLsE0RdJFIApSFmw== + +ufo@^0.8.3, ufo@^0.8.5, ufo@^0.8.6: + version "0.8.6" + resolved "https://registry.npmmirror.com/ufo/-/ufo-0.8.6.tgz#c0ec89bc0e0c9fa59a683680feb0f28b55ec323b" + integrity sha512-fk6CmUgwKCfX79EzcDQQpSCMxrHstvbLswFChHS0Vump+kFkw7nJBfTZoC1j0bOGoY9I7R3n2DGek5ajbcYnOw== + +ultrahtml@^0.4.0: + version "0.4.0" + resolved "https://registry.npmmirror.com/ultrahtml/-/ultrahtml-0.4.0.tgz#d421eefc3263460c68b5a5ec6a8105825925db38" + integrity sha512-pnJXeIWo9gu7ftQLsMii4Se9kWOzyuH63EDsOsFKwP9XTdLG+QI+JUUxXFSAlCJ/frcdmjfE6kSvvCKiGmiakg== + +unctx@^2.0.2: + version "2.0.2" + resolved "https://registry.npmmirror.com/unctx/-/unctx-2.0.2.tgz#7d14d9290e0879aa7be697b7f35066cffec4ffc4" + integrity sha512-3lcXTlDoOaguRVC1GqG3mrawy17yoycSAQDDnUayQYZ17v9to+Gn6Zyssroc/GD2ppJ0wF5V8adOcKkrNKVWow== + dependencies: + acorn "^8.8.0" + estree-walker "^3.0.1" + magic-string "^0.26.2" + unplugin "^0.9.5" + +undici@^5.12.0: + version "5.12.0" + resolved "https://registry.npmmirror.com/undici/-/undici-5.12.0.tgz#c758ffa704fbcd40d506e4948860ccaf4099f531" + integrity sha512-zMLamCG62PGjd9HHMpo05bSLvvwWOZgGeiWlN/vlqu3+lRo3elxktVGEyLMX+IO7c2eflLjcW74AlkhEZm15mg== + dependencies: + busboy "^1.6.0" + +unenv@^0.6.2: + version "0.6.2" + resolved "https://registry.npmmirror.com/unenv/-/unenv-0.6.2.tgz#bae287932759a8d3956885c88fc76e4fe10cc18a" + integrity sha512-IdQfYsHsGKDkiBdeOmtU4MjWvPYfMDOC63cvFqZPodAc5aVezvfD9Bwr7FL/G78cAMMCaDm5Jux3vYo+Z8c/Dg== + dependencies: + defu "^6.1.0" + mime "^3.0.0" + node-fetch-native "^0.1.4" + pathe "^0.3.5" + +unimport@^0.6.8: + version "0.6.8" + resolved "https://registry.npmmirror.com/unimport/-/unimport-0.6.8.tgz#5f1b770aa0cc0557c67c9b2187ad2d226fcc06c1" + integrity sha512-MWkaPYvN0j+6jfEuiVFhfmy+aOtgAP11CozSbu/I3Cx+8ybjXIueB7GVlKofHabtjzSlPeAvWKJSFjHWsG2JaA== + dependencies: + "@rollup/pluginutils" "^4.2.1" + escape-string-regexp "^5.0.0" + fast-glob "^3.2.12" + local-pkg "^0.4.2" + magic-string "^0.26.4" + mlly "^0.5.16" + pathe "^0.3.8" + scule "^0.3.2" + strip-literal "^0.4.2" + unplugin "^0.9.6" + +unimport@^0.7.0: + version "0.7.0" + resolved "https://registry.npmmirror.com/unimport/-/unimport-0.7.0.tgz#2437e544c2678034986e6aa5e0a614dd2193280a" + integrity sha512-Cr0whz4toYVid3JHlni/uThwavDVVCk6Zw0Gxnol1c7DprTA+Isr4T+asO6rDGkhkgV7r3vSdSs5Ym8F15JA+w== + dependencies: + "@rollup/pluginutils" "^5.0.2" + escape-string-regexp "^5.0.0" + fast-glob "^3.2.12" + local-pkg "^0.4.2" + magic-string "^0.26.7" + mlly "^0.5.16" + pathe "^0.3.9" + pkg-types "^0.3.5" + scule "^0.3.2" + strip-literal "^0.4.2" + unplugin "^0.10.2" + +universalify@^2.0.0: + version "2.0.0" + resolved "https://registry.npmmirror.com/universalify/-/universalify-2.0.0.tgz#75a4984efedc4b08975c5aeb73f530d02df25717" + integrity sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ== + +unplugin@^0.10.0, unplugin@^0.10.2: + version "0.10.2" + resolved "https://registry.npmmirror.com/unplugin/-/unplugin-0.10.2.tgz#0f7089c3666f592cc448d746e39e7f41e9afb01a" + integrity sha512-6rk7GUa4ICYjae5PrAllvcDeuT8pA9+j5J5EkxbMFaV+SalHhxZ7X2dohMzu6C3XzsMT+6jwR/+pwPNR3uK9MA== + dependencies: + acorn "^8.8.0" + chokidar "^3.5.3" + webpack-sources "^3.2.3" + webpack-virtual-modules "^0.4.5" + +unplugin@^0.9.5, unplugin@^0.9.6: + version "0.9.6" + resolved "https://registry.npmmirror.com/unplugin/-/unplugin-0.9.6.tgz#f449173b619b9970bf3190d5419a66a727bb5d18" + integrity sha512-YYLtfoNiie/lxswy1GOsKXgnLJTE27la/PeCGznSItk+8METYZErO+zzV9KQ/hXhPwzIJsfJ4s0m1Rl7ZCWZ4Q== + dependencies: + acorn "^8.8.0" + chokidar "^3.5.3" + webpack-sources "^3.2.3" + webpack-virtual-modules "^0.4.5" + +unstorage@^0.6.0: + version "0.6.0" + resolved "https://registry.npmmirror.com/unstorage/-/unstorage-0.6.0.tgz#9a70d770d08ed8dbb87f4aa5fbf7700baf4a641d" + integrity sha512-X05PIq28pVNA1BypX6Y00YNqAsHM25MGemvpjHeYvwJ8/wg936GoO1YD+VdWlqm3LmVX4fNJ5tlC7uhXsMPgeg== + dependencies: + anymatch "^3.1.2" + chokidar "^3.5.3" + destr "^1.1.1" + h3 "^0.8.1" + ioredis "^5.2.3" + listhen "^0.3.4" + mkdir "^0.0.2" + mri "^1.2.0" + ohmyfetch "^0.4.19" + ufo "^0.8.6" + ws "^8.9.0" + +untyped@^0.5.0: + version "0.5.0" + resolved "https://registry.npmmirror.com/untyped/-/untyped-0.5.0.tgz#0c8be1296d128a3f35e0df229b542f288741a50f" + integrity sha512-2Sre5A1a7G61bjaAKZnSFaVgbJMwwbbYQpJFH69hAYcDfN7kIaktlSphS02XJilz4+/jR1tsJ5MHo1oMoCezxg== + dependencies: + "@babel/core" "^7.19.0" + "@babel/standalone" "^7.19.0" + "@babel/types" "^7.19.0" + scule "^0.3.2" + +update-browserslist-db@^1.0.9: + version "1.0.10" + resolved "https://registry.npmmirror.com/update-browserslist-db/-/update-browserslist-db-1.0.10.tgz#0f54b876545726f17d00cd9a2561e6dade943ff3" + integrity sha512-OztqDenkfFkbSG+tRxBeAnCVPckDBcvibKd35yDONx6OU8N7sqgwc7rCbkJ/WcYtVRZ4ba68d6byhC21GFh7sQ== + dependencies: + escalade "^3.1.1" + picocolors "^1.0.0" + +util-deprecate@^1.0.1, util-deprecate@^1.0.2, util-deprecate@~1.0.1: + version "1.0.2" + resolved "https://registry.npmmirror.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf" + integrity sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw== + +vite-node@^0.24.3: + version "0.24.5" + resolved "https://registry.npmmirror.com/vite-node/-/vite-node-0.24.5.tgz#e51481d1b6b99602a910c72085c8c84e386fb8b0" + integrity sha512-+xnJaYu1i+2eCsycRO2QF1vxne13b2nL6nF+O8EzdF/X+ohPujysjwij3ZbX3AZ+j8HWYzjlRlKPdlHVyaNzwQ== + dependencies: + debug "^4.3.4" + mlly "^0.5.16" + pathe "^0.2.0" + vite "^3.0.0" + +vite-plugin-checker@^0.5.1: + version "0.5.1" + resolved "https://registry.npmmirror.com/vite-plugin-checker/-/vite-plugin-checker-0.5.1.tgz#b8e085f456d37be7f89020cf081102daff52812e" + integrity sha512-NFiO1PyK9yGuaeSnJ7Whw9fnxLc1AlELnZoyFURnauBYhbIkx9n+PmIXxSFUuC9iFyACtbJQUAEuQi6yHs2Adg== + dependencies: + "@babel/code-frame" "^7.12.13" + ansi-escapes "^4.3.0" + chalk "^4.1.1" + chokidar "^3.5.1" + commander "^8.0.0" + fast-glob "^3.2.7" + lodash.debounce "^4.0.8" + lodash.pick "^4.4.0" + npm-run-path "^4.0.1" + strip-ansi "^6.0.0" + tiny-invariant "^1.1.0" + vscode-languageclient "^7.0.0" + vscode-languageserver "^7.0.0" + vscode-languageserver-textdocument "^1.0.1" + vscode-uri "^3.0.2" + +vite@^3.0.0: + version "3.2.2" + resolved "https://registry.npmmirror.com/vite/-/vite-3.2.2.tgz#280762bfaf47bcea1d12698427331c0009ac7c1f" + integrity sha512-pLrhatFFOWO9kS19bQ658CnRYzv0WLbsPih6R+iFeEEhDOuYgYCX2rztUViMz/uy/V8cLCJvLFeiOK7RJEzHcw== + dependencies: + esbuild "^0.15.9" + postcss "^8.4.18" + resolve "^1.22.1" + rollup "^2.79.1" + optionalDependencies: + fsevents "~2.3.2" + +vite@~3.1.8: + version "3.1.8" + resolved "https://registry.npmmirror.com/vite/-/vite-3.1.8.tgz#fa29144167d19b773baffd65b3972ea4c12359c9" + integrity sha512-m7jJe3nufUbuOfotkntGFupinL/fmuTNuQmiVE7cH2IZMuf4UbfbGYMUT3jVWgGYuRVLY9j8NnrRqgw5rr5QTg== + dependencies: + esbuild "^0.15.9" + postcss "^8.4.16" + resolve "^1.22.1" + rollup "~2.78.0" + optionalDependencies: + fsevents "~2.3.2" + +vscode-jsonrpc@6.0.0: + version "6.0.0" + resolved "https://registry.npmmirror.com/vscode-jsonrpc/-/vscode-jsonrpc-6.0.0.tgz#108bdb09b4400705176b957ceca9e0880e9b6d4e" + integrity sha512-wnJA4BnEjOSyFMvjZdpiOwhSq9uDoK8e/kpRJDTaMYzwlkrhG1fwDIZI94CLsLzlCK5cIbMMtFlJlfR57Lavmg== + +vscode-languageclient@^7.0.0: + version "7.0.0" + resolved "https://registry.npmmirror.com/vscode-languageclient/-/vscode-languageclient-7.0.0.tgz#b505c22c21ffcf96e167799757fca07a6bad0fb2" + integrity sha512-P9AXdAPlsCgslpP9pRxYPqkNYV7Xq8300/aZDpO35j1fJm/ncize8iGswzYlcvFw5DQUx4eVk+KvfXdL0rehNg== + dependencies: + minimatch "^3.0.4" + semver "^7.3.4" + vscode-languageserver-protocol "3.16.0" + +vscode-languageserver-protocol@3.16.0: + version "3.16.0" + resolved "https://registry.npmmirror.com/vscode-languageserver-protocol/-/vscode-languageserver-protocol-3.16.0.tgz#34135b61a9091db972188a07d337406a3cdbe821" + integrity sha512-sdeUoAawceQdgIfTI+sdcwkiK2KU+2cbEYA0agzM2uqaUy2UpnnGHtWTHVEtS0ES4zHU0eMFRGN+oQgDxlD66A== + dependencies: + vscode-jsonrpc "6.0.0" + vscode-languageserver-types "3.16.0" + +vscode-languageserver-textdocument@^1.0.1: + version "1.0.7" + resolved "https://registry.npmmirror.com/vscode-languageserver-textdocument/-/vscode-languageserver-textdocument-1.0.7.tgz#16df468d5c2606103c90554ae05f9f3d335b771b" + integrity sha512-bFJH7UQxlXT8kKeyiyu41r22jCZXG8kuuVVA33OEJn1diWOZK5n8zBSPZFHVBOu8kXZ6h0LIRhf5UnCo61J4Hg== + +vscode-languageserver-types@3.16.0: + version "3.16.0" + resolved "https://registry.npmmirror.com/vscode-languageserver-types/-/vscode-languageserver-types-3.16.0.tgz#ecf393fc121ec6974b2da3efb3155644c514e247" + integrity sha512-k8luDIWJWyenLc5ToFQQMaSrqCHiLwyKPHKPQZ5zz21vM+vIVUSvsRpcbiECH4WR88K2XZqc4ScRcZ7nk/jbeA== + +vscode-languageserver@^7.0.0: + version "7.0.0" + resolved "https://registry.npmmirror.com/vscode-languageserver/-/vscode-languageserver-7.0.0.tgz#49b068c87cfcca93a356969d20f5d9bdd501c6b0" + integrity sha512-60HTx5ID+fLRcgdHfmz0LDZAXYEV68fzwG0JWwEPBode9NuMYTIxuYXPg4ngO8i8+Ou0lM7y6GzaYWbiDL0drw== + dependencies: + vscode-languageserver-protocol "3.16.0" + +vscode-uri@^3.0.2: + version "3.0.6" + resolved "https://registry.npmmirror.com/vscode-uri/-/vscode-uri-3.0.6.tgz#5e6e2e1a4170543af30151b561a41f71db1d6f91" + integrity sha512-fmL7V1eiDBFRRnu+gfRWTzyPpNIHJTc4mWnFkwBUmO9U3KPgJAmTx7oxi2bl/Rh6HLdU7+4C9wlj0k2E4AdKFQ== + +vue-bundle-renderer@^0.4.4: + version "0.4.4" + resolved "https://registry.npmmirror.com/vue-bundle-renderer/-/vue-bundle-renderer-0.4.4.tgz#97a1c9609ea99f0b6ae245fc1ce9bdfffbbac292" + integrity sha512-kjJWPayzup8QFynETVpoYD0gDM2nbwN//bpt86hAHpZ+FPdTJFDQqKpouSLQgb2XjkOYM1uB/yc6Zb3iCvS7Gw== + dependencies: + ufo "^0.8.6" + +vue-demi@*: + version "0.13.11" + resolved "https://registry.npmmirror.com/vue-demi/-/vue-demi-0.13.11.tgz#7d90369bdae8974d87b1973564ad390182410d99" + integrity sha512-IR8HoEEGM65YY3ZJYAjMlKygDQn25D5ajNFNoKh9RSDMQtlzCxtfQjdQgv9jjK+m3377SsJXY8ysq8kLCZL25A== + +vue-devtools-stub@^0.1.0: + version "0.1.0" + resolved "https://registry.npmmirror.com/vue-devtools-stub/-/vue-devtools-stub-0.1.0.tgz#a65b9485edecd4273cedcb8102c739b83add2c81" + integrity sha512-RutnB7X8c5hjq39NceArgXg28WZtZpGc3+J16ljMiYnFhKvd8hITxSWQSQ5bvldxMDU6gG5mkxl1MTQLXckVSQ== + +vue-router@^4.1.5: + version "4.1.6" + resolved "https://registry.npmmirror.com/vue-router/-/vue-router-4.1.6.tgz#b70303737e12b4814578d21d68d21618469375a1" + integrity sha512-DYWYwsG6xNPmLq/FmZn8Ip+qrhFEzA14EI12MsMgVxvHFDYvlr4NXpVF5hrRH1wVcDP8fGi5F4rxuJSl8/r+EQ== + dependencies: + "@vue/devtools-api" "^6.4.5" + +vue@^3.2.41: + version "3.2.41" + resolved "https://registry.npmmirror.com/vue/-/vue-3.2.41.tgz#ed452b8a0f7f2b962f055c8955139c28b1c06806" + integrity sha512-uuuvnrDXEeZ9VUPljgHkqB5IaVO8SxhPpqF2eWOukVrBnRBx2THPSGQBnVRt0GrIG1gvCmFXMGbd7FqcT1ixNQ== + dependencies: + "@vue/compiler-dom" "3.2.41" + "@vue/compiler-sfc" "3.2.41" + "@vue/runtime-dom" "3.2.41" + "@vue/server-renderer" "3.2.41" + "@vue/shared" "3.2.41" + +wcwidth@^1.0.1: + version "1.0.1" + resolved "https://registry.npmmirror.com/wcwidth/-/wcwidth-1.0.1.tgz#f0b0dcf915bc5ff1528afadb2c0e17b532da2fe8" + integrity sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg== + dependencies: + defaults "^1.0.3" + +web-streams-polyfill@^3.0.3: + version "3.2.1" + resolved "https://registry.npmmirror.com/web-streams-polyfill/-/web-streams-polyfill-3.2.1.tgz#71c2718c52b45fd49dbeee88634b3a60ceab42a6" + integrity sha512-e0MO3wdXWKrLbL0DgGnUV7WHVuw9OUvL4hjgnPkIeEvESk74gAITi5G606JtZPp39cd8HA9VQzCIvA49LpPN5Q== + +webidl-conversions@^3.0.0: + version "3.0.1" + resolved "https://registry.npmmirror.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871" + integrity sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ== + +webpack-sources@^3.2.3: + version "3.2.3" + resolved "https://registry.npmmirror.com/webpack-sources/-/webpack-sources-3.2.3.tgz#2d4daab8451fd4b240cc27055ff6a0c2ccea0cde" + integrity sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w== + +webpack-virtual-modules@^0.4.5: + version "0.4.6" + resolved "https://registry.npmmirror.com/webpack-virtual-modules/-/webpack-virtual-modules-0.4.6.tgz#3e4008230731f1db078d9cb6f68baf8571182b45" + integrity sha512-5tyDlKLqPfMqjT3Q9TAqf2YqjwmnUleZwzJi1A5qXnlBCdj2AtOJ6wAWdglTIDOPgOiOrXeBeFcsQ8+aGQ6QbA== + +whatwg-url@^5.0.0: + version "5.0.0" + resolved "https://registry.npmmirror.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d" + integrity sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw== + dependencies: + tr46 "~0.0.3" + webidl-conversions "^3.0.0" + +which@^2.0.1: + version "2.0.2" + resolved "https://registry.npmmirror.com/which/-/which-2.0.2.tgz#7c6a8dd0a636a0327e10b59c9286eee93f3f51b1" + integrity sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA== + dependencies: + isexe "^2.0.0" + +wide-align@^1.1.2: + version "1.1.5" + resolved "https://registry.npmmirror.com/wide-align/-/wide-align-1.1.5.tgz#df1d4c206854369ecf3c9a4898f1b23fbd9d15d3" + integrity sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg== + dependencies: + string-width "^1.0.2 || 2 || 3 || 4" + +wrap-ansi@^7.0.0: + version "7.0.0" + resolved "https://registry.npmmirror.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43" + integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q== + dependencies: + ansi-styles "^4.0.0" + string-width "^4.1.0" + strip-ansi "^6.0.0" + +wrap-ansi@^8.0.1: + version "8.0.1" + resolved "https://registry.npmmirror.com/wrap-ansi/-/wrap-ansi-8.0.1.tgz#2101e861777fec527d0ea90c57c6b03aac56a5b3" + integrity sha512-QFF+ufAqhoYHvoHdajT/Po7KoXVBPXS2bgjIam5isfWJPfIOnQZ50JtUiVvCv/sjgacf3yRrt2ZKUZ/V4itN4g== + dependencies: + ansi-styles "^6.1.0" + string-width "^5.0.1" + strip-ansi "^7.0.1" + +wrappy@1: + version "1.0.2" + resolved "https://registry.npmmirror.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f" + integrity sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ== + +ws@^8.9.0: + version "8.10.0" + resolved "https://registry.npmmirror.com/ws/-/ws-8.10.0.tgz#00a28c09dfb76eae4eb45c3b565f771d6951aa51" + integrity sha512-+s49uSmZpvtAsd2h37vIPy1RBusaLawVe8of+GyEPsaJTCMpj/2v8NpeK1SHXjBlQ95lQTmQofOJnFiLoaN3yw== + +xxhashjs@~0.2.2: + version "0.2.2" + resolved "https://registry.npmmirror.com/xxhashjs/-/xxhashjs-0.2.2.tgz#8a6251567621a1c46a5ae204da0249c7f8caa9d8" + integrity sha512-AkTuIuVTET12tpsVIQo+ZU6f/qDmKuRUcjaqR+OIvm+aCBsZ95i7UVY5WJ9TMsSaZ0DA2WxoZ4acu0sPH+OKAw== + dependencies: + cuint "^0.2.2" + +y18n@^5.0.5: + version "5.0.8" + resolved "https://registry.npmmirror.com/y18n/-/y18n-5.0.8.tgz#7f4934d0f7ca8c56f95314939ddcd2dd91ce1d55" + integrity sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA== + +yallist@^3.0.0, yallist@^3.1.1: + version "3.1.1" + resolved "https://registry.npmmirror.com/yallist/-/yallist-3.1.1.tgz#dbb7daf9bfd8bac9ab45ebf602b8cbad0d5d08fd" + integrity sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g== + +yallist@^4.0.0: + version "4.0.0" + resolved "https://registry.npmmirror.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72" + integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A== + +yaml@^1.10.2: + version "1.10.2" + resolved "https://registry.npmmirror.com/yaml/-/yaml-1.10.2.tgz#2301c5ffbf12b467de8da2333a459e29e7920e4b" + integrity sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg== + +yargs-parser@^21.1.1: + version "21.1.1" + resolved "https://registry.npmmirror.com/yargs-parser/-/yargs-parser-21.1.1.tgz#9096bceebf990d21bb31fa9516e0ede294a77d35" + integrity sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw== + +yargs@^17.5.1: + version "17.6.2" + resolved "https://registry.npmmirror.com/yargs/-/yargs-17.6.2.tgz#2e23f2944e976339a1ee00f18c77fedee8332541" + integrity sha512-1/9UrdHjDZc0eOU0HxOHoS78C69UD3JRMvzlJ7S79S2nTaWRA/whGCTV8o9e/N/1Va9YIV7Q4sOxD8VV4pCWOw== + dependencies: + cliui "^8.0.1" + escalade "^3.1.1" + get-caller-file "^2.0.5" + require-directory "^2.1.1" + string-width "^4.2.3" + y18n "^5.0.5" + yargs-parser "^21.1.1" + +zip-stream@^4.1.0: + version "4.1.0" + resolved "https://registry.npmmirror.com/zip-stream/-/zip-stream-4.1.0.tgz#51dd326571544e36aa3f756430b313576dc8fc79" + integrity sha512-zshzwQW7gG7hjpBlgeQP9RuyPGNxvJdzR8SUM3QhxCnLjWN2E7j3dOvpeDcQoETfHx0urRS7EtmVToql7YpU4A== + dependencies: + archiver-utils "^2.1.0" + compress-commons "^4.1.0" + readable-stream "^3.6.0"